WCAG 2.1 Conformance Levels: Understanding AA and AAA Standards
- • Web Content Accessibility Guidelines (WCAG) 2.1 establish legal and ethical standards for digital inclusivity. Contrast requirements are categorized into two tiers:
- • Level AA (Global Standard): Requires a minimum 4.5:1 ratio for normal body text (<18pt or <14pt bold) and 3:1 for large text (>=18pt or >=14pt bold) and active UI components/borders.
- • Level AAA (Enhanced Standard): Requires a minimum 7:1 ratio for normal text and 4.5:1 for large text.
- • Failing these thresholds makes digital products difficult or impossible to read for users with low vision, color blindness, or situational impairments (such as bright sunlight).
// WCAG 2.1 Minimum Contrast Ratio Thresholds
// Level AA:
// - Normal Text: 4.5:1
// - Large Text (>= 18pt or 14pt bold): 3.0:1
// - UI Components & Graphical Objects: 3.0:1
// Level AAA:
// - Normal Text: 7.0:1
// - Large Text: 4.5:1