ColorArchive
Log in
Issue 017
2026-03-28

Color accessibility beyond WCAG minimums: what the numbers miss

Why passing WCAG contrast ratios does not guarantee a readable palette, what the numbers cannot measure, and how to audit a color system for real-world accessibility beyond the 4.5:1 threshold.

Highlights
A 4.5:1 contrast ratio passes WCAG AA, but two colors at the same ratio can have completely different legibility profiles depending on hue, background luminance, and text size.
WCAG does not account for simultaneous contrast, color blindness hue confusion, or the legibility difference between anti-aliased screen text and print.
A real accessibility audit checks contrast ratios, color-blindness simulation, hue dependency, and focus visibility — not just the single ratio number.

What the contrast ratio misses

The WCAG 4.5:1 ratio is a minimum floor, not a quality standard. Two color pairs can both pass at 4.5:1 while reading very differently in practice. A dark blue on medium gray at 4.5:1 is harder to read for people with deuteranopia than a dark brown on the same gray at the same ratio — the numbers are identical but the hue confusion risk is not. The ratio also says nothing about simultaneous contrast: a color that passes when measured against a white background may become illegible when placed next to a highly chromatic neighbor.

Hue dependency and contrast checking together

The most practical extension of WCAG checking is adding a color blindness simulation pass to every contrast check. Running the palette through protanopia and deuteranopia filters reveals which pairs rely on a hue distinction that a portion of users cannot perceive. Nordic Frost is a useful reference case because it achieves contrast separation through lightness rather than hue — the palette remains readable under most color blindness simulations because the distinguishing factor is luminance, not red-green distinction. ColorArchive's contrast checker handles the ratio side; the simulation step requires a separate tool or browser extension.

Focus visibility as the overlooked failure mode

The most common accessibility failure in production UI is not text contrast — it is focus visibility. Designers check body text and button labels against WCAG and miss that the focus ring disappears against the surface color, or that the focus indicator has a 1.5:1 ratio against the background and is practically invisible. The Dark Mode UI Kit pre-checks focus ring tokens against both light and dark surface variants, which is the single most impactful structural choice for keyboard and assistive technology users.

Newer issue
Monochrome color systems that do not look flat: contrast, texture, and role separation
2026-03-29
Older issue
Color in data visualization: clarity over decoration
2026-03-27