Run a full palette accessibility audit in seconds
A palette accessibility audit tests every foreground and background pair in your color system against WCAG 2.1 contrast requirements, so you ship interfaces that real users can actually read. Drop in up to 10 swatches, and the tool builds a complete N×N contrast matrix, flags every failing pair, and recommends compliant replacements you can copy straight into code.
Low-contrast text is the single most common accessibility failure on the web. WebAIM's annual analysis consistently finds it on the majority of home pages, and WCAG 2.1 Success Criterion 1.4.3 sets hard thresholds you have to meet to comply with the ADA, Section 508, and the European Accessibility Act.
What the WCAG 2.1 contrast audit checks
The audit scores every combination against the four core thresholds defined in WCAG 2.1:
- AA Normal text: requires a contrast ratio of at least 4.5:1
- AA Large text: 3:1 minimum (18pt, or 14pt bold and above)
- AAA Normal text: 7:1 minimum for enhanced compliance
- Non-text / UI components: 3:1 against adjacent colors per SC 1.4.11
Ratios are calculated from relative luminance on a scale from 1:1 to 21:1, so a higher number always means better readability. Use the audit before shipping a design system, after a brand refresh, or as a pre-launch QA gate for any new CSS variables theme.
From audit report to accessible palette
When a pair fails, the tool suggests the nearest passing color in HSL/OKLCH space — typically a small lightness shift that preserves your brand hue. Swap the failing token, re-run the audit, then export the corrected set as design tokens. If you need to dig deeper into a single pair, jump into the contrast ratio checker for a live UI preview, or use the contrast grid to visualize the full matrix at scale.
Who uses a palette accessibility audit?
- Design system leads validating tokens before a major release
- Front-end engineers fixing axe-core or Lighthouse contrast violations
- Accessibility specialists producing VPAT and conformance reports
- Product designers iterating on dark mode and high-contrast themes
Color contrast alone doesn't make an interface accessible, but it's the fastest, most measurable win you can ship. Pair the audit with a color-blindness check using the color blindness palette fixer to make sure your palette works for users with deuteranopia, protanopia, and tritanopia too. Reference the full W3C WCAG 2.1 specification for the underlying success criteria.