Calcsite / Misc / Color Contrast Checker
Misc

Color Contrast Checker

Check WCAG contrast ratio between two hex colors.

Color Contrast Checker

How this calculator works

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.

Formula

contrast = (L1 + 0.05) ÷ (L2 + 0.05), using relative luminance