Skip to main content
WCAG success criterion · Perceivable

1.4.11 Non-text Contrast

Guideline 1.4 Distinguishable. Level AA, part of WCAG 2.1 and later.

ADA compliance guide

What this criterion requires

User interface components (their boundaries and states) and graphics required to understand content must have at least 3:1 contrast against adjacent colors.

Who it helps

People with low vision who cannot find a pale input border or read a low-contrast chart.

Example: fails vs passes

Fails
input { border: 1px solid #dddddd; }  /* 1.3:1 against white */
Passes
input { border: 1px solid #767676; }  /* 4.5:1 - comfortably over the 3:1 bar */

Controls, their states and meaningful graphics need 3:1 against adjacent colors - including the focus ring.

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.

Sources

Last updated . Reviewed by the EqualWeb accessibility team.

Does your site pass 1.4.11?

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