DESIGN · 2026
The Beginner's Guide to WCAG Color Contrast for Web Accessibility
Color contrast is one of the most common — and easiest to fix — accessibility problems on the web. Light-gray text on a white background might look "clean" and modern, but it can be genuinely unreadable for people with low vision, color blindness, or simply anyone using their phone outdoors in bright sunlight.
- What "contrast ratio" means — a mathematical comparison between the brightness of your text color and its background, expressed as a ratio like 4.5:1.
- WCAG AA (the common baseline) — requires at least 4.5:1 for normal text, and 3:1 for large text (18pt+, or 14pt+ bold).
- WCAG AAA (the stricter standard) — requires at least 7:1 for normal text — often used for government or highly-regulated sites.
- It's not just about disability — poor contrast makes a site harder to read for literally everyone in bad lighting, on cheap screens, or when just tired.
- Test early, not after launch — it's much faster to pick accessible colors during design than to retrofit an entire site's color palette afterward.
Check any color's real WCAG contrast ratio instantly with our free Color Picker & Contrast Checker — it calculates the same formula browsers and accessibility auditing tools use, entirely in your browser.
← Back to Blog