Color Contrast Checker
—
Check WCAG contrast ratio between two hex colors.
WCAG AA requires at least 4.5:1 for normal text and 3:1 for large text — this checks any two hex colors against that math.
contrast = (L1 + 0.05) ÷ (L2 + 0.05), using relative luminance