WCAG Color Contrast Checker
Check color contrast against WCAG 2.1 AA and AAA standards. Verify accessibility for text and UI.
Frequently Asked Questions
What contrast ratio do I need?
WCAG 2.1 AA requires 4.5:1 for normal text and 3:1 for large text (18pt+ regular, 14pt+ bold). AAA requires 7:1 normal and 4.5:1 large. UI components need 3:1.
How is the ratio calculated?
Using the WCAG 2.1 relative luminance formula: (L1 + 0.05) / (L2 + 0.05), where L1 is the lighter and L2 the darker color's relative luminance.