Skip to main content

A library for computing contrast ratios, as required by WCAG 2.0

Project description

A library for computing contrast ratios, as required by WCAG 2.0.

Usage

Simple usage follows this pattern:

>> import wcag_contrast_ratio as contrast
>> black = (0.0, 0.0, 0.0)
>> white = (1.0, 1.0, 1.0)
>> contrast.rgb(black, white)
21.0

Two useful helper functions are provided, to check if contrast meets the required level:

>> import wcag_contrast_ratio as contrast
>> contrast.passes_AA(21.0)
True
>> contrast.passes_AAA(21.0)
True

Project details


Release history Release notifications | RSS feed

This version

0.9

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

wcag-contrast-ratio-0.9.tar.gz (2.1 kB view details)

Uploaded Source

File details

Details for the file wcag-contrast-ratio-0.9.tar.gz.

File metadata

File hashes

Hashes for wcag-contrast-ratio-0.9.tar.gz
Algorithm Hash digest
SHA256 69192b8e5c0a7d0dc5ff1187eeb3e398141633a4bde51c69c87f58fe87ed361c
MD5 5ad2879d24d8558e3ac67843091da33b
BLAKE2b-256 1fecfaf3e7ee407a00081372632cdd9858302c8a9bb071e3767f8dac2ac3f9e2

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page