Skip to main content
WCAG success criterion · Perceivable

1.4.3 Contrast (Minimum)

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

ADA compliance guide

What this criterion requires

Text must have a contrast ratio of at least 4.5:1 against its background; large text (18pt, or 14pt bold) needs at least 3:1. Logos and purely decorative text are exempt.

Who it helps

People with low vision and older users; everyone reading a screen in sunlight.

Example: fails vs passes

Fails
body { color: #999999; background: #ffffff; }  /* 2.8:1 - fails */
Passes
body { color: #595f66; background: #ffffff; }  /* 7.0:1 - passes */

Minimum 4.5:1 for body text, 3:1 for large text. Fix at the design-token level so every page inherits it.

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

Contrast rules apply to PDF text over backgrounds and images. Note that PDF/UA does not check contrast at all - this is one of the criteria only WCAG covers, which is why documents are tested against both.

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.3?

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