Skip to main content
WCAG success criterion · Perceivable

1.4.1 Use of Color

Guideline 1.4 Distinguishable. Level A, part of WCAG 2.0 and every later version.

ADA compliance guide

What this criterion requires

Color must never be the only visual means of conveying information, indicating an action, prompting a response or distinguishing an element.

Who it helps

People who are colorblind (about 1 in 12 men) and people with low vision.

Example: fails vs passes

Fails
p a { color: #0aa; text-decoration: none; }  /* links differ from text by hue only */
Passes
p a { color: #0aa; text-decoration: underline; }

Color can never be the ONLY distinguishing signal - add an underline, icon or text.

How to meet and fix it

Common failures auditors find

Automated scanning catches a share of these instantly - run a free check - and a manual audit covers the judgement calls a tool cannot make.

In PDF documents

Applies to PDF charts and infographics exactly as on the web: information encoded in color alone (chart series, required-field marks) needs a second cue - labels, patterns or text.

Check any document against this and 80+ more automated checks with the free PDF accessibility checker.

Sources

Last updated . Reviewed by the EqualWeb accessibility team.

Does your site pass 1.4.1?

Run a free automated check now, or have certified IAAP/CPWA auditors test every criterion and document the result.

Book a meeting Start Free Trial