Files
WCAG/1-perceivable/1.4.1-use-of-color.md
T
2025-12-23 21:04:52 -05:00

2.1 KiB

Back to 1 Perceivable index

1.4.1 Use of Color

  • Level: A
  • Guideline: 1.4 Distinguishable
  • Principle: 1 Perceivable

What it is

Color is not used as the only visual means of conveying information, indicating an action, prompting a response, or distinguishing a visual element.

How to test

  • Check: Color is not used as the only visual means of conveying information, indicating an action, prompting a response, or distinguishing a visual element.
  • Use the sufficient techniques below as acceptable methods when applicable.
  • Confirm none of the common failures apply.

Sufficient techniques (W3C)

  • G14: Ensuring that information conveyed by color differences is also available in text
  • G205: Including a text cue for colored form control labels
  • G182: Ensuring that additional visual cues are available when text color differences are used to convey information
  • G183: Using a contrast ratio of 3:1 with surrounding text and providing additional visual cues on hover for links or controls where color alone is used to identify them
  • G111: Using color and pattern

Advisory techniques (W3C)

  • C15: Using CSS to change the presentation of a user interface component when it receives focus

Common failures (W3C)

  • F13: Failure of Success Criterion 1.1.1 and 1.4.1 due to having a text alternative that does not include information that is conveyed by color differences in the image
  • F73: Failure of Success Criterion 1.4.1 due to creating links that are not visually evident without color vision
  • F81: Failure of Success Criterion 1.4.1 due to identifying required or error fields using color differences only

Notes

  • Note: This success criterion addresses color perception specifically. Other forms of perception are covered in Guideline 1.3 including programmatic access to color and other visual presentation coding.

Resources

Back to 1 Perceivable index