WCAGBeginner

WCAG Conformance Levels (A, AA, AAA)

WCAG conformance levels are three tiers of accessibility compliance—A, AA, and AAA—that define increasingly rigorous standards for making web content accessible to people with disabilities.

In simple terms: WCAG levels are like grades for how accessible a website is. Level A is the basic stuff you absolutely have to do, Level AA is what most websites should aim for, and Level AAA is the gold star level that means you've done everything possible to make your site accessible.

What Is WCAG Conformance Levels (A, AA, AAA)?

The Web Content Accessibility Guidelines (WCAG) organize their success criteria into three conformance levels: Level A, Level AA, and Level AAA. These levels form a hierarchical system in which each higher level includes all the requirements of the levels below it. To conform to Level AA, for example, a website must meet all Level A and Level AA success criteria. This three-tier structure was designed by the World Wide Web Consortium (W3C) to provide flexibility and scalability. Not all accessibility requirements are equally critical, and not all organizations have the same capacity to implement every possible enhancement. The levels help organizations prioritize their efforts and set achievable goals while providing a clear path toward comprehensive accessibility. WCAG conformance levels apply to web content broadly defined, including websites, web applications, mobile apps, electronic documents, and other digital content. The criteria are technology-agnostic, meaning they can be applied regardless of the specific programming languages, frameworks, or platforms used to create the content. Understanding these levels is essential for any organization involved in digital accessibility, whether motivated by legal compliance, user experience, corporate responsibility, or all three.

Why It Matters

WCAG conformance levels matter because they provide a shared language and benchmark for accessibility across industries, governments, and international borders. From a legal perspective, Level AA has emerged as the de facto standard referenced in most accessibility legislation and regulations worldwide. In the United States, while the ADA does not explicitly reference WCAG, the Department of Justice has consistently pointed to WCAG 2.0 and 2.1 Level AA as the appropriate standard for web accessibility. Section 508 of the Rehabilitation Act incorporates WCAG 2.0 Level A and AA. The European Union's EN 301 549 standard references WCAG 2.1 Level AA. Canada's AODA requires WCAG 2.0 Level AA for Ontario organizations. From a practical standpoint, the levels help organizations make informed decisions about resource allocation. Level A criteria address the most severe barriers—issues that make content completely unusable for some users. Level AA criteria address barriers that significantly impede access. Level AAA criteria address enhancements that benefit users with disabilities but may be impractical to implement across an entire website. The conformance levels also serve as a communication tool. When an organization states that its website conforms to WCAG 2.1 Level AA, stakeholders, regulators, and users all understand what that means. This shared framework reduces ambiguity and facilitates accountability.

How It Works

### Level A: Minimum Accessibility Level A is the lowest conformance level and addresses the most fundamental accessibility requirements. Failure to meet Level A criteria typically means that some users will find the content completely unusable. Level A criteria include: - **Text alternatives (1.1.1)**: All non-text content must have a text alternative that serves the equivalent purpose, such as alt text for images. - **Captions for prerecorded audio (1.2.1)**: Audio-only and video-only prerecorded content must have alternatives. - **Information and relationships (1.3.1)**: Information, structure, and relationships conveyed visually must be programmatically determinable—for example, using proper heading markup instead of just making text bold and large. - **Keyboard accessible (2.1.1)**: All functionality must be operable through a keyboard interface. - **No keyboard trap (2.1.2)**: If keyboard focus can be moved to a component, focus can also be moved away from it using the keyboard. - **Name, role, value (4.1.2)**: User interface components must have their name, role, and value programmatically determinable. ### Level AA: Standard Accessibility Level AA includes all Level A criteria plus additional requirements that address more nuanced accessibility barriers. Level AA is the level most organizations should target. Key Level AA criteria include: - **Color contrast (1.4.3)**: Text must have a contrast ratio of at least 4.5:1 against its background (3:1 for large text). - **Resize text (1.4.4)**: Text must be resizable up to 200 percent without loss of content or functionality. - **Images of text (1.4.5)**: Text should be used rather than images of text wherever possible. - **Focus visible (2.4.7)**: Any keyboard-operable interface must have a visible focus indicator. - **Language of parts (3.1.2)**: The language of each passage or phrase must be programmatically determinable when it differs from the page's default language. - **Consistent navigation (3.2.3)**: Navigation mechanisms that are repeated across pages must occur in the same relative order. - **Error suggestion (3.3.3)**: When an input error is detected and suggestions are known, they must be provided to the user. ### Level AAA: Enhanced Accessibility Level AAA is the highest conformance level and includes the most comprehensive accessibility requirements. The W3C does not recommend AAA as a general policy because it is not achievable for all content types. Key Level AAA criteria include: - **Enhanced contrast (1.4.6)**: Text must have a contrast ratio of at least 7:1 (4.5:1 for large text). - **Sign language (1.2.6)**: Sign language interpretation must be provided for prerecorded audio content. - **Extended audio description (1.2.7)**: Extended audio descriptions must be provided for prerecorded video. - **Reading level (3.1.5)**: Content must be written at a lower secondary education reading level, or supplementary content must be provided. - **Pronunciation (3.1.6)**: A mechanism must be available for identifying pronunciation of words where meaning is ambiguous without it. ### Conformance Requirements To claim conformance to any level, all of the following must be true: 1. All success criteria at the claimed level and below are satisfied. 2. Full pages are evaluated—conformance cannot be claimed for portions of pages. 3. If a page is part of a series (such as a checkout process), all pages in the series must conform. 4. Only accessibility-supported technologies are relied upon. 5. Non-interference: even if non-conforming content exists, it must not block access to conforming content.

Examples

**Example 1: Level A Compliance** A blog adds alt text to all images, ensures all headings use proper HTML heading elements (h1-h6), makes the site fully keyboard navigable, and provides captions for embedded podcast audio. These changes address Level A requirements and ensure the content is minimally accessible. **Example 2: Level AA Compliance** An e-commerce site meets all Level A criteria and additionally ensures that all text meets 4.5:1 contrast ratios, visible focus indicators appear on all interactive elements, navigation is consistent across pages, form error messages provide specific suggestions for correction, and text can be resized to 200 percent without horizontal scrolling. **Example 3: Level AAA Enhancement** A government health information website targeting elderly users goes beyond Level AA by ensuring 7:1 contrast ratios, providing sign language videos for important announcements, writing content at a lower secondary reading level, and including pronunciation guides for medical terminology. These Level AAA enhancements make the content more accessible to a wider range of users. **Example 4: Conformance Documentation** An organization publishes a WCAG conformance statement on its website that specifies: the WCAG version (2.1), the conformance level (AA), the scope (all pages under the primary domain), the date of the last evaluation, and known limitations. This transparency builds trust with users and demonstrates the organization's commitment to accessibility.

Frequently Asked Questions

Which WCAG conformance level should my organization target?
Most organizations should target WCAG Level AA. It is the most commonly referenced level in legislation and regulations worldwide, including ADA-related guidance, Section 508, EN 301 549 in Europe, and the AODA in Canada. Level AAA is aspirational for most websites and is not typically required by law.
What is the difference between Level A and Level AA?
Level A addresses the most fundamental accessibility barriers—issues that would make content completely unusable for some users. Level AA goes further, addressing barriers that make content difficult to use. For example, Level A requires text alternatives for images, while Level AA requires minimum color contrast ratios of 4.5:1 for normal text.
Can a website be partially conformant to WCAG?
WCAG conformance is applied to entire web pages, not individual components. A page either conforms to a level or it does not—there is no partial conformance. However, organizations can document a 'statement of partial conformance' if they are working toward full conformance or if third-party content prevents full compliance.

Need help making your website ADA compliant?

Our team specializes in ADA-compliant web design and remediation. Get a free accessibility audit today.

Last updated: 2026-03-15