Non-text Contrast
Non-text Contrast is a WCAG accessibility requirement that important visual elements, such as buttons, form field borders, icons, and parts of charts, stand out clearly enough from the colors around them. The goal is to help people with low vision or reduced color perception identify and use interface controls and understand meaningful graphics, not just read text. It commonly calls for a contrast ratio of at least 3:1 against adjacent colors.
Non-text Contrast is WCAG 2.1 Success Criterion 1.4.11 (Level AA), added in WCAG 2.1, which requires that the visual presentation of user interface components (states and boundaries needed to identify a control) and graphical objects (parts of graphics required to understand the content) have a contrast ratio of at least 3:1 against adjacent color(s). This 3:1 threshold aligns with the minimum contrast required for larger-scale text. Contrast may vary across a single non-text element, for example, one side of a control or a wedge in a pie chart may differ from an adjacent color, and each meaningful boundary should meet the ratio. Where a component (such as a text link or icon) provides no visual indication of its interactive boundary or hit area, there is generally no additional contrast requirement beyond that of the text or icon itself. Verifying this criterion requires manual evaluation, since automated tools can detect only a portion of non-text contrast issues. This entry is not legal advice; consult qualified counsel and current agency guidance for compliance obligations in a given jurisdiction.
Why it matters
Many interfaces convey critical information through visual elements rather than text alone. Buttons, form field borders, focus indicators, toggle states, icons, and the segments of charts all communicate meaning that users must be able to perceive to complete tasks. When these elements have insufficient contrast against adjacent colors, people with low vision or reduced color perception may be unable to locate a form field, tell whether a control is active, or distinguish the wedges of a pie chart from one another. Non-text Contrast addresses this gap by extending contrast expectations beyond text to the graphical objects and interface components that carry essential information.
Added in WCAG 2.1 as Success Criterion 1.4.11 at Level AA, this requirement recognizes that a visually well-designed page can still be functionally unusable if its controls and meaningful graphics blend into the background. A light-gray input border on a white background, a faint focus outline, or a chart that relies on subtly different pastel colors can each create real barriers. Because AA is the conformance level most commonly cited as a target in accessibility policies and referenced in litigation and settlements as a benchmark, 1.4.11 is frequently part of the criteria organizations aim to satisfy, though meeting it does not by itself guarantee an accessible experience or immunity from legal claims.
It is worth noting that contrast can vary within a single element. As WebAIM describes, one side of a control may differ from an adjacent color, and a wedge in a pie chart may need to be distinguishable from the wedges beside it. Each meaningful boundary must be evaluated individually, which is why this criterion often requires careful, case-by-case review rather than a single measurement.
Who it's relevant to
Inside Non-text Contrast
Common questions
Answers to the questions practitioners most commonly ask about Non-text Contrast.