sRGB channels are linearized before comparison
The formula converts encoded red, green, and blue values into linear-light components, weights them to obtain relative luminance, then compares the lighter and darker colors.
Generate color palettes that meet WCAG AA/AAA contrast requirements with automatic pairing suggestions.
This tool calculates relative luminance for two sRGB colors and applies the WCAG contrast-ratio formula. It reports AA and AAA results for normal and large text, shows the pair in a live preview, and can suggest black or white text when that provides stronger contrast against the selected background.
A concrete input and expected output from the current implementation.
Input
Text #000000 on background #FFFFFF
Expected output
21.00:1 contrast; passes AA and AAA for normal and large text
Black and white produce the maximum contrast ratio in the WCAG formula. A 4.5:1 result is the usual AA threshold for normal-size text.
The formula converts encoded red, green, and blue values into linear-light components, weights them to obtain relative luminance, then compares the lighter and darker colors.
WCAG AA uses 4.5:1 for normal text and 3:1 for large text. AAA uses 7:1 and 4.5:1 respectively. Large text also has weight and size conditions.
No. It satisfies one contrast criterion for normal text. The complete interface still needs keyboard, semantic, state, zoom, and usability review.
The ratio is a standardized minimum signal. Font shape, size, weight, display conditions, glare, and individual vision also affect readability.
The example and behavioral notes were checked against the browser implementation. Standards and primary references below define the relevant format, formula, or platform behavior.
Pick colors visually and convert between HEX, RGB, HSL, and CMYK formats.
Preview how screen colors translate to print with CMYK simulation and proofing.
Preview any Google Font at various sizes, weights, and with custom sample text.
Create linear, radial, and conic CSS gradients with a visual editor and code output.
Generate harmonious color palettes from a base color using color theory rules.
Simulate how colors appear to people with various types of color vision deficiency.