Skip to content
ColorArchive
ColorArchive Notes
2032-03-15

Accessible Color Beyond WCAG: What the Standard Misses

WCAG contrast ratios are the floor for accessibility, not the ceiling. Passing WCAG AA does not guarantee legibility for users with low vision, cognitive differences, or situational impairments. Understanding what the standard measures — and what it does not — helps designers go further.

WCAG contrast ratios measure luminance contrast between foreground and background colors using a formula derived from human vision research. A ratio of 4.5:1 for normal text and 3:1 for large text (WCAG AA) is the widely used minimum. WCAG AAA (7:1 for normal text) is a higher threshold required for formal compliance in some contexts. Passing these ratios means the luminance difference between text and background is sufficient for most users under standard viewing conditions. It does not mean the text is maximally legible, and it does not account for several factors that significantly affect real-world legibility. Saturation and hue affect legibility independently of luminance contrast. Two colors can have a 4.5:1 luminance ratio and still be difficult to read if they are similar in hue and saturation — for instance, a blue-green text on a blue background may pass the ratio but create a vibrating edge effect (chromatic aberration) that is fatiguing to read. Users with red-green color vision deficiency (approximately 8% of males) will have difficulty distinguishing red from green even when the luminance contrast is sufficient. WCAG compliance does not test for hue-based discrimination difficulty. Designers should test color palettes against common types of color vision deficiency (protanopia, deuteranopia, tritanopia) using simulation tools regardless of whether the luminance ratio passes. Font weight and letterform affect the practical legibility of a color combination at the same contrast ratio. A thin-weight font at 4.5:1 is harder to read than a medium-weight font at 4.5:1. WCAG accounts for this partially through the 'large text' exception (3:1 is acceptable for text larger than 18pt or 14pt bold), but the weight variable is not fully modeled. In practice, a safe approach is to ensure that thin-weight text and small UI labels exceed 4.5:1 by a meaningful margin — targeting 5.5-7:1 for these cases rather than just clearing the threshold. Contextual factors not captured in the ratio include: surrounding color (simultaneous contrast can make text appear to have lower contrast than its calculated ratio), text on photographic or patterned backgrounds (where the effective contrast varies across the text), dark mode vs. light mode (eyes dilate in dark environments, making high-contrast bright text more fatiguing), and ambient lighting conditions (a 4.5:1 ratio may be insufficient in a bright outdoor setting where the display brightness cannot compensate). The most useful extension of WCAG for real-world accessible design is to think of the ratio as a minimum that must be verified in context, not a specification that guarantees accessibility once met.
Newer issue
Color in Physical Space: How Architecture Uses Color Differently Than Screens
2032-03-08
Older issue
Dark Mode Color Design: Why You Can't Just Invert Light Mode
2032-04-01