• Success Criterion 1.4.3
  • Conformance level AA

Link Text With Contrast Too Low Against the Page Background

1.4.3 — Contrast (Minimum)

Scenario

Setting

A hospital's patient portal appointment scheduler

What’s wrong

Link text vs — page background below 4.5:1 (distinct from 1.4.1 link-vs-body issue).

Example

color: #999999; background: #ffffff; /* 2.85:1 */

Why it matters

Low-vision and older readers, plus anyone viewing a dim or sunlit screen.

How to test

Measure link text (not just surrounding body text) against the page background with a contrast checker: it needs its own 4.5:1.

How to fix

The text must meet at least 4.5:1 contrast (3:1 for large text) against its actual background in every state (default, hover, focus, selected). color: #595959; background: #ffffff; /* 7:1 */ Normal text needs at least 4.5:1 contrast against its background; large text needs at least 3:1.

Outcome

On a hospital's patient portal appointment scheduler, this barrier is gone for low-vision and older readers — they no longer have to work around this.

Who is affected

Low-vision and older readers, plus anyone viewing a dim or sunlit screen.

Learn more