WCAG Conformance Levels (A, AA, AAA)
WCAG sorts its success criteria into three conformance levels, A, AA, and AAA, with Level AA being the standard target for legal compliance.
Every WCAG success criterion is assigned one of three conformance levels. The levels are not a difficulty rating and they are not cumulative scores; they express how fundamental a criterion is to accessibility and how feasible it is to satisfy across the full range of web content.
- Level A is the minimum. These criteria address barriers that would otherwise make content impossible for some people to use at all, such as providing text alternatives for images and making all functionality available from a keyboard.
- Level AA addresses the most common and significant barriers and is the level nearly all regulations and legal settlements require. Examples include a 4.5:1 minimum contrast ratio for normal text, visible keyboard focus, and consistent navigation.
- Level AAA is the highest and most stringent level. It includes enhancements like sign-language interpretation for audio and a 7:1 contrast ratio. The W3C itself advises that AAA conformance is not recommended as a general policy for entire sites because some content cannot meet all AAA criteria.
The levels are cumulative in one important sense: to claim Level AA conformance, content must satisfy all Level A and all Level AA criteria. To claim Level AAA, it must satisfy A, AA, and AAA. There is no partial conformance claim for a page under WCAG; if a single applicable criterion at the target level fails, the page does not conform at that level, though you can and should still report and remediate against it.
In practice, Level AA is the operative standard. The Revised Section 508 Standards require WCAG 2.0 Level AA, the U.S. Department of Justice's 2024 Title II rule for state and local governments adopts WCAG 2.1 Level AA, and courts hearing ADA website cases have consistently pointed to WCAG 2.1 or 2.2 Level AA. When someone says a site should be WCAG compliant without naming a level, they almost always mean Level AA.
Sources
Primary references for the facts on this page. Links open in a new tab.
Check your site against Level AA
Level AA is the target that matters for compliance. A free CompliaScan scan tests the machine-checkable AA criteria and shows you exactly what to fix first.
Run a free Level AA scanRelated terms
WCAG (Web Content Accessibility Guidelines)
WCAG is the W3C's technical standard for making web content accessible, and the benchmark most accessibility laws point to.
POUR Principles
POUR is the acronym for WCAG's four foundational principles: content must be Perceivable, Operable, Understandable, and Robust.
ADA (as it applies to websites)
The Americans with Disabilities Act is a U.S. civil-rights law that courts and regulators increasingly apply to websites, with WCAG Level AA treated as the practical standard.
Section 508
Section 508 of the Rehabilitation Act requires U.S. federal agencies to make their electronic and information technology accessible, using WCAG 2.0 Level AA as the technical standard.
Check your own site
Run a free scan against WCAG 2.2 Level AA. You get a score, a severity breakdown, and fix suggestions in seconds. Automated scanning covers the machine-testable criteria; pair it with manual testing for full coverage.