Skip to main content
Category: Visual and Media Accessibility

Use of Color

Also known as: Color Alone, Don't Use Color Alone, WCAG 1.4.1
Simply put

Use of Color refers to the accessibility principle that color should never be the only way information is communicated on a website or in digital content. Because some people are blind, have low vision, or have color vision deficiencies, relying on color alone can prevent them from understanding content, identifying actions, or telling elements apart. Additional visual cues such as text labels, patterns, or icons should accompany color-based distinctions.

Formal definition

Use of Color is the subject of WCAG Success Criterion 1.4.1 (Level A), which requires that color not be used as the only visual means of conveying information, indicating an action, prompting a response, or distinguishing a visual element. The criterion applies specifically to sighted users who may not perceive color differences, including people with color vision deficiencies, and it does not by itself address color contrast, which is governed by separate success criteria. To conform, designers should pair any color-coded meaning with a redundant non-color cue (for example, text, shape, underline, icon, or pattern) so the information remains perceivable without reliance on color perception. Note that meeting this criterion is one component of accessibility; full conformance requires evaluation against the complete set of applicable WCAG success criteria, and conformance alone does not guarantee usability or legal compliance. This entry is informational and not legal advice.

Why it matters

Color is a powerful and widely used tool in digital content: it can draw attention, convey meaning, and enhance visual appeal. But people perceive color in different ways. When color is the only means of communicating information, indicating an action, prompting a response, or distinguishing between elements, users who cannot perceive those color differences may be unable to understand the content or complete tasks. This includes people who are completely blind, people with low vision, and people with color vision deficiencies.

Common examples illustrate the risk. A form that marks required fields only in red, an error message shown solely by turning text a different color, a link distinguished from surrounding text only by color, or a chart whose data series are told apart only by their hues can all leave some users without the information sighted users with full color perception receive. Because these distinctions carry real meaning, such as which action to take or which field needs correction, losing them can prevent a user from completing a purchase, submitting a form, or interpreting data.

Addressing use of color is generally considered a foundational, relatively low-effort accessibility practice, and WCAG addresses it at Level A, the most basic conformance level. Meeting this criterion is only one component of accessibility, however; it does not by itself address color contrast, which is governed by separate success criteria, and conformance with a single criterion does not guarantee overall usability or legal compliance. This entry is informational and not legal advice.

Who it's relevant to

UX and Visual Designers
Designers make the initial choices about how meaning is conveyed, including where color carries information. Building in redundant cues such as text labels, icons, patterns, and underlines from the start helps ensure distinctions remain perceivable to users who do not perceive color differences, and is generally easier than retrofitting later.
Front-End Developers
Developers implement the visual cues and interactive states, links, form validation, status indicators, and charts, where color is often used to signal meaning. Ensuring that these states include non-color indicators in the markup and styling helps meet WCAG Success Criterion 1.4.1 (Level A).
Accessibility Testers and QA Teams
Because use of color depends on meaning and design intent, it commonly requires manual evaluation rather than automated checks alone. Testers verify whether information conveyed by color would still be understandable if color were removed or not perceived, and confirm that redundant cues are present.
Content Authors and Editors
Authors who create documents, charts, and instructional content can inadvertently rely on color alone, for example, referring readers to "the item in green" or distinguishing data only by hue. Adding text labels or other non-color references keeps content usable for people with color vision deficiencies, low vision, or blindness.
Compliance Officers and Accessibility Program Owners
Use of Color is a Level A criterion and is often part of an organization's baseline accessibility target. Program owners should treat conformance with this criterion as one component of a broader effort; it does not by itself guarantee usability or legal compliance, and legal questions should be directed to qualified counsel in light of applicable authority and current guidance.

Inside Use of Color

WCAG Success Criterion 1.4.1 Use of Color
A Level A success criterion under WCAG that addresses the reliance on color alone to convey information. It was present in WCAG 2.0 and carries forward through WCAG 2.1 and 2.2. It requires that color is not used as the only visual means of conveying information, indicating an action, prompting a response, or distinguishing a visual element.
Color as a sole indicator
The core concern of the criterion is any situation where meaning depends exclusively on the perception of color. Users who cannot perceive color differences, including those with color vision deficiencies or those using monochrome displays, may miss information conveyed only through color.
Additional (non-color) cues
The criterion is satisfied when color-conveyed information is also available through another means, such as text labels, patterns, icons, shapes, underlines, or other visual or programmatically determinable indicators.
Distinction from color contrast
Use of Color (1.4.1) concerns whether color alone carries meaning, and is distinct from contrast requirements such as WCAG 1.4.3 Contrast (Minimum), which addresses the luminance difference between text and its background. These are separate criteria that are commonly confused.
Common application contexts
Typical scenarios include required form fields marked only in red, links distinguished from surrounding text by color alone, status indicators (for example red/green) without accompanying text or icons, and charts or graphs where data series are differentiated only by color.

Common questions

Answers to the questions practitioners most commonly ask about Use of Color.

Does the 'Use of Color' criterion mean I can't use color in my design?
No. The criterion does not prohibit or discourage the use of color. It requires that color not be the only visual means of conveying information, indicating an action, prompting a response, or distinguishing a visual element. You are free to use color richly as long as the same information is also available through another visual cue, such as text, a label, an icon, a pattern, or an underline. The goal is redundancy, not elimination.
Is 'Use of Color' the same as meeting color contrast requirements?
No, these are commonly confused but distinct. 'Use of Color' addresses whether color alone carries meaning, while color contrast requirements address whether text and certain elements are legible against their background. They are separate success criteria with separate purposes, and meeting one does not satisfy the other. A design can have sufficient contrast yet still fail 'Use of Color' if, for example, it relies solely on red versus green to signal status.
How can I indicate a required or error field without relying only on color?
Pair the color with an additional cue that does not depend on color perception. For form fields, this may include a text label such as 'required', an asterisk explained in visible text, an icon, or an error message that describes the problem in words. Placing a clear, programmatically associated text description alongside any color change generally helps ensure the information is available to users who cannot distinguish the color.
How should links within body text be distinguished if color alone is not enough?
A common approach is to add a non-color visual indicator such as an underline to links that appear within blocks of text, so the link is distinguishable without relying on hue. When color is the only differentiator between link text and surrounding text, additional techniques or sufficient contrast between the link and the surrounding text may be needed. Review current guidance for the specific conditions, as the details can depend on context.
How can I test whether my content relies on color alone?
A frequently used technique is to view the content in grayscale or simulate different types of color vision deficiency, then check whether all information, instructions, and distinctions are still perceivable. Reviewing charts, status indicators, form validation, and links this way can reveal places where meaning is lost. Because this is largely a manual, judgment-based review, automated tools may not reliably detect these failures on their own.
How can charts and graphs convey data without depending on color alone?
Add non-color distinctions such as direct labels, text values, patterns or textures, differing line styles, or icons so that each data series can be identified without perceiving color. A legend that relies only on color swatches may not be sufficient on its own. Providing the underlying data in an accessible text or table form can also help make the information available to a wider range of users.

Common misconceptions

Use of Color and color contrast are the same requirement.
They are separate WCAG success criteria. Use of Color (1.4.1) addresses whether color is the only means of conveying information, while Contrast (Minimum) (1.4.3) addresses the luminance contrast between text and background. Meeting one does not satisfy the other.
Meeting the Use of Color criterion guarantees an accessible or legally compliant experience.
Conformance with a single success criterion does not ensure overall accessibility or immunity from legal claims. Automated tools detect only a portion of potential issues, and manual review and assistive technology testing are generally needed to confirm that non-color cues are meaningful and perceivable.
This criterion only matters for users who are fully colorblind.
The criterion benefits a broad range of users, including those with various color vision deficiencies, users viewing content on monochrome or low-quality displays, and those in conditions such as bright sunlight. Reliance on color alone can affect many people beyond a single category of disability.

Best practices

Pair every color-based indicator with a redundant cue such as text, an icon, an underline, a pattern, or a shape so that meaning does not depend on color perception alone.
For links within text blocks, provide a non-color distinction such as underlines, and for form validation, include text messages or icons in addition to red or green highlighting.
In charts, graphs, and data visualizations, differentiate series using labels, patterns, or direct annotations rather than color alone.
Test content in grayscale or with color vision deficiency simulators to verify that all information remains distinguishable without color.
Combine automated checks with manual review and assistive technology testing, since automated tools capture only some Use of Color issues.
Treat Use of Color (1.4.1) and Contrast (Minimum) (1.4.3) as distinct requirements and evaluate each separately during accessibility review.