Contrast (Minimum)
Contrast (Minimum) is a WCAG requirement that text be easy to read against its background by ensuring enough difference in brightness between the text color and the background color. Meeting it helps people with low vision or color deficiencies read content more easily. It is one of the accessibility checks commonly cited as a target when evaluating whether digital content is readable.
Contrast (Minimum) refers to WCAG Success Criterion 1.4.3, a Level AA criterion requiring that the visual presentation of text and images of text have a contrast ratio of at least 4.5:1, with an exception for large-scale text and images of large-scale text, which require a ratio of at least 3:1. Large text is generally defined as at least 18 point, or 14 point (approximately 18.66px) when bold. Contrast here is measured as the difference in relative luminance (perceived brightness) between the foreground and background colors; the 3:1 baseline for standard text and vision is referenced from ISO-9241-3 and ANSI-HFES-100-1988. This is distinct from the more stringent Level AAA criterion (1.4.6, Contrast (Enhanced)), which requires 7:1 for normal text and 4.5:1 for large text. Automated tools can flag many contrast failures, but results should be verified for edge cases such as text over images or gradients, and conformance with this criterion alone does not guarantee overall accessibility or legal compliance. This entry is informational and not legal advice.
Why it matters
Text that lacks sufficient contrast against its background can be difficult or impossible to read for people with low vision, aging-related vision changes, or color deficiencies. Because reading text is fundamental to nearly every digital task, insufficient contrast can effectively lock users out of content, forms, and navigation even when everything else on a page functions correctly. Contrast (Minimum), WCAG Success Criterion 1.4.3, sets a baseline that helps ensure text remains legible for a broad range of users and viewing conditions.
Contrast failures are among the most frequently encountered accessibility issues in digital content, in part because visual design choices such as light gray text, low-contrast placeholder text, or text placed over busy background images often prioritize aesthetics over readability. Meeting SC 1.4.3 at Level AA, which is the conformance level most commonly cited as a target, addresses a large share of these readability problems for standard and large text.
It is important to keep expectations calibrated. Meeting the 1.4.3 contrast thresholds improves readability, but conformance with this single criterion does not guarantee that content is fully accessible or that an organization is protected from legal claims. Requirements are evaluated alongside many other success criteria, and applicable legal obligations depend on jurisdiction, regulation, and case law. This entry is informational and not legal advice; organizations should consult qualified legal counsel and current agency guidance for their specific circumstances.
Who it's relevant to
Inside Contrast (Minimum)
Common questions
Answers to the questions practitioners most commonly ask about Contrast (Minimum).