Skip to main content
All guides
Serious 1.4.1 Use of Colour · Level A

Make links distinguishable without colour (WCAG 1.4.1)

A link inside a block of text must be told apart from surrounding text by more than colour alone (e.g. an underline) unless its contrast with that text is at least 3:1.

Why it matters

Users who can't perceive the colour difference — colour-blind or low-vision — can't tell there's a link there at all if colour is the only cue.

How to fix it

Underline inline links, or ensure a 3:1 contrast between link and body text plus a non-colour cue on hover/focus.

/* Passes */
p a { color: #2470b4; text-decoration: underline; }

Does your site have this issue?

Run a free scan to find out in seconds.

Related guides

These guides cover automated checks (~30–40% of WCAG criteria). A full audit also needs manual review.