RatedWithAI

RatedWithAI

Accessibility scanner

WCAG 2.1

1.4.1 Use of Color

Level A success criterion

Color should not be the only way to convey information, indicate an action, or distinguish elements.

Why it matters

Users with color vision deficiencies may miss important cues when color is the sole indicator.

Common violations

  • Error states shown only in red
  • Required fields indicated only by color
  • Charts that rely on color-only legends

Code examples

Bad

<span class="text-red-500">Error</span>

Good

<span class="text-red-500">Error:</span> Please enter a valid email.

How to fix

Add text labels, icons, or patterns alongside color cues so meaning is conveyed in multiple ways.

Related criteria

Related resources

Test & fix this criterion

Use these free tools and guides to check and fix 1.4.1 Use of Color violations:

Scan your site

Check your WCAG coverage in minutes

Start a free scan