WCAG 2.1 contrast requirements — and why they matter in 2025
The EU Accessibility Act (EAA) came into force on June 28, 2025, requiring all digital products and services sold in the EU to meet EN 301 549, which references WCAG 2.1 Level AA. In the US, the DOJ finalized rules in April 2024 applying WCAG 2.1 AA to state/local government websites under the ADA. Color contrast is one of the most common accessibility failures.
The math
Contrast ratio = (L1 + 0.05) / (L2 + 0.05), where L is relative luminance (0=black, 1=white). AA normal text requires 4.5:1. A dark navy on white is typically 14–18:1 — easily passing AAA.
Color blindness
About 8% of men have color vision deficiency. The preview shows your combination under Protanopia (red-blind), Deuteranopia (green-blind), and Tritanopia (blue-blind) using SVG color matrix filters.
AA vs AAA
AA (4.5:1 normal, 3:1 large) is the legal minimum. AAA (7:1 normal, 4.5:1 large) is best practice for body text. For most designs, achieving AA everywhere and AAA for body copy is the right target.