A color contrast checker is an essential accessibility tool for web developers and designers. It calculates the contrast ratio between a text color and a background color, then evaluates whether the combination meets WCAG (Web Content Accessibility Guidelines) standards for readability.
The WCAG defines two conformance levels: AA (minimum) and AAA (enhanced). AA requires a contrast ratio of at least 4.5:1 for normal text and 3:1 for large text. AAA requires 7:1 for normal text and 4.5:1 for large text. Meeting these thresholds ensures that content is readable by users with low vision and color vision deficiencies.
This free contrast checker performs all calculations in your browser using the official sRGB linearization formula and WCAG relative luminance definition. If your colors fail, the tool suggests an adjusted text color that would pass. No data leaves your browser.