WCAG AA vs AAA: What’s the Difference in Inclusive Design?
When designing for accessibility, you’ve likely come across labels like WCAG AA and WCAG AAA. But what do these levels actually mean — and which one does your website actually need?
This isn’t just a technical question. Getting it wrong has real consequences: legal exposure under ADA or the European Accessibility Act, lost users with disabilities, and wasted development budget chasing the wrong target.
Let’s break it down clearly — no jargon, just what you need to know.
What Is WCAG?
The Web Content Accessibility Guidelines (WCAG) are a set of international standards developed by the W3C (World Wide Web Consortium). They define how to make digital content accessible to people with visual, auditory, motor, cognitive, and neurological disabilities.
WCAG is organized around four core principles — content must be:
- Perceivable — users can see or hear the content
- Operable — users can interact with it using any input method
- Understandable — content and UI behavior are clear
- Robust — works reliably with assistive technologies
Within these principles, WCAG defines three conformance levels: A, AA, and AAA. Each level builds on the previous one — AA includes everything in A, and AAA includes everything in AA.
The Three WCAG Levels at a Glance

| Level A | Level AA | Level AAA | |
|---|---|---|---|
| Success Criteria | 25 | +13 (38 total) | +23 (61 total) |
| Purpose | Baseline accessibility | Legal standard | Enhanced accessibility |
| Contrast ratio (normal text) | No requirement | 4.5:1 | 7:1 |
| Captions for live video | No | Yes | Yes |
| Sign language for video | No | No | Yes |
| Time limits | Can be extended | Can be extended | Must be avoidable |
| Legal compliance (ADA / EAA) | Not sufficient | Typically required | Above requirement |
| Practical for most sites? | Partial baseline | Yes | Often impractical |
WCAG Level A — The Baseline
Level A covers the most critical barriers — the ones that completely prevent people with disabilities from using your site. These are the non-negotiables: alt text for images, keyboard access, no content that flashes more than 3 times per second.
The problem is that Level A alone is not enough. It removes the most severe blockers but still leaves many users locked out. No major accessibility law requires only Level A compliance.
WCAG AA — The Legal Standard
Level AA is the standard that most organizations need to meet. It adds 13 more success criteria on top of Level A, covering a much wider range of users and assistive technologies.
Key AA requirements include:
- Text contrast ratio of 4.5:1 for normal text (3:1 for large text)
- Keyboard navigability for all interactive elements
- Captions for live audio and video content
- Focus visibility — users can see where they are on the page
- Consistent navigation across pages
- Error identification — form errors are clearly described
The U.S. Department of Justice has explicitly referenced WCAG 2.1 Level AA as the standard for ADA compliance. The EU’s European Accessibility Act (EAA), which came into force in June 2025, similarly mandates Level AA for most commercial digital products. In practice, meeting AA is your legal floor.
WCAG AAA — Enhanced Accessibility
Level AAA is the highest tier — and it’s genuinely demanding. It adds 23 more criteria on top of AA, covering highly specific needs of users with severe or multiple disabilities.
Key AAA requirements include:
- Text contrast ratio of 7:1 for normal text (4.5:1 for large text)
- Sign language interpretation for all pre-recorded video content
- No time limits on any interaction (except live content)
- Reading level — text should not require more than lower secondary education to understand
- No background audio on pages (or user control to turn it off)
The W3C itself acknowledges that full AAA conformance is not realistic for all content — some criteria simply can’t be applied universally. AAA is goal-oriented, not a compliance requirement for most organizations.
That said, organizations serving users in healthcare, government, or education often implement specific AAA criteria where they make the most impact.
WCAG AA vs AAA Contrast Ratio: The Practical Difference
The contrast ratio difference is one of the most visible distinctions between the levels. At AA, your body text needs a 4.5:1 contrast ratio against its background — enough for users with moderate vision impairment. At AAA, you need 7:1, readable for users with significantly reduced vision.
To put it in perspective: mid-gray text on white (#767676 on #FFFFFF) barely passes AA at 4.5:1. To pass AAA, you’d need something closer to dark charcoal (#595959 on #FFFFFF) at 7:1.
For large text (18pt+ or 14pt bold), the thresholds are lower: 3:1 for AA and 4.5:1 for AAA. Larger text is inherently easier to read, so the bar is lower.
Which Level Should You Target?
Target AA if:
- You’re building a commercial website or web app
- You operate in the US, EU, UK, or Canada (legal compliance)
- You want to reach the broadest possible audience
- You’re working within realistic design and budget constraints
AA is the right starting point for virtually every website. It’s legally required in most jurisdictions and covers the accessibility needs of the vast majority of users with disabilities.
Target AAA (selectively) if:
- You’re building for government services or public sector platforms
- You serve healthcare or clinical audiences
- Your users include people with severe visual or cognitive disabilities
- Your organization has made accessibility a core brand value
Even if full AAA conformance isn’t your goal, cherry-picking specific AAA criteria makes sense — improving contrast from 4.5:1 to 7:1, removing time limits from forms, or adding sign language to key videos can dramatically improve the experience for users with more severe needs.
WCAG Versions: 2.0, 2.1, 2.2
The version of WCAG matters alongside the level. WCAG 2.1 added 17 new criteria to 2.0 (covering mobile and cognitive accessibility). WCAG 2.2 added 9 more in 2023 — notably adding criteria around dragging movements and accessible authentication.
Most legal references today point to WCAG 2.1 Level AA. Some EU directives are moving toward WCAG 2.2. Always check which version and level is specified in your compliance requirements.
How We Approach Accessibility at onPoint Studio
We’ve done WordPress accessibility work across healthcare, education, and e-commerce clients. Here’s what we’ve learned:
- AA as the baseline — every project starts with WCAG 2.1 AA built in, not bolted on
- Targeted AAA improvements — we look for the AAA criteria that provide the highest impact for the specific audience (usually contrast and time limits)
- Real testing, not just automated scans — automated tools catch about 30–40% of issues; the rest requires manual testing with assistive technology
- Ongoing maintenance — content updates break accessibility, so we build monitoring into ongoing care plans
If you’re not sure where your site currently stands, we can run a full accessibility audit and give you a clear picture — which level you’re at, what’s missing, and what it takes to get to AA.
Ready to make your site actually accessible — not just technically compliant? Book a free intro call and let’s talk through what it would take for your specific project.


