Web Content Accessibility Guidelines — the international standard developed by the W3C that defines how to make digital content accessible to people with disabilities. Organized into three conformance levels (A, AA, and AAA), WCAG AA is the widely accepted baseline for most public-facing products and is referenced in legal accessibility requirements across many jurisdictions.
Common contexts
- Running an accessibility audit against WCAG 2.1 AA before a public-sector product launch to satisfy legal requirements
- Including WCAG AA compliance as a design-done criterion in every sprint so accessibility isn't a post-ship audit
- Using WCAG contrast ratio requirements to push back on a brand color palette that fails at the proposed button sizes
Use when
Reference WCAG AA as the minimum standard for any public-facing digital product, and build conformance into the design process rather than treating it as a final audit step. Catching contrast failures in a color palette review costs minutes; catching them after a design system is built costs days.
Avoid when
Don't treat WCAG compliance as a complete definition of accessible design — meeting all AA criteria doesn't guarantee a genuinely usable experience for users with disabilities. WCAG is a legal and technical floor, not a design ceiling; user testing with disabled users reveals problems that no guideline checklist will surface.
WCAG failures found during a legal audit cost an order of magnitude more to fix than the same failures caught during design review — the best accessibility ROI is making WCAG criteria part of how you evaluate work in progress, not how you certify it when it's done.
Real-world examples
- The UK's Public Sector Bodies Accessibility Regulations (2018) legally require all government websites to meet WCAG 2.1 AA — driving the GOV.UK Design System's strict accessibility testing and making the UK government website estate among the world's most accessible.
- Apple's WWDC accessibility sessions annually demonstrate how UIKit and SwiftUI components meet WCAG 2.1 success criteria by default, meaning iOS app developers inherit compliance automatically when using native components.
- Domino's Pizza v. Robles (9th Circuit, 2019) ruled that their inaccessible website and app violated the ADA, citing WCAG 2.0 as the applicable standard — a case that triggered accessibility audits across US retail and hospitality digital properties.