Excellent contrast
Pass/fail against the five most-cited accessibility standards. AA is the legal baseline; AAA is best-in-class; APCA is the WCAG 3.0 (draft) algorithm.
Preview your color combination as seen by users with the 3 most common types of color vision deficiency.
A tool that evaluates whether a design — typically a color combination — meets recognized accessibility standards. The dominant standards are WCAG 2.0/2.1 (W3C) and ADA Section 508 (US federal). A checker returns a pass/fail verdict and a numeric contrast ratio so designers can verify their work before publishing.
A numeric value from 1:1 (no contrast) to 21:1 (maximum, black on white) describing the perceptual difference between two colors. AA needs 4.5:1 for body text and 3:1 for large text. AAA needs 7:1 / 4.5:1.
AA is the legal floor — most US/EU accessibility lawsuits cite AA failures. AAA is best-in-class (7:1 body). ADA Section 508 is the US federal rule, referencing WCAG 2.0 AA. Rule of thumb: target AA everywhere, AAA for above-the-fold and high-stakes content.
APCA (Accessible Perceptual Contrast Algorithm) is the WCAG 3.0 draft method. It uses a perceptual model that's more accurate for modern displays and small text. Returns Lc from 0 to 108; body needs Lc ≥ 75, large text Lc ≥ 60, fine print Lc ≥ 90. Not yet a final W3C recommendation.
Yes. The CVD simulator applies the Brettel-Viénot-Mollon matrices for protanopia (~1% of men), deuteranopia (~6%), and tritanopia (rare). Preview how your color combination looks to a user with each type. CVD simulation is a complement to contrast checking, not a substitute.
For body text on white (#ffffff): #0f172a (~17:1), #475569 (~7.5:1), #1e3a8a (~12:1). For dark mode (bg #0f172a or #111827), use foregrounds above #cbd5e1 in lightness. Avoid light gray (#94a3b8, ~3:1) and pale yellow on white (~1.1:1). This tool verifies any combination in 1 second.
No. The Accessibility Checker runs entirely in your browser. Color values are processed by client-side JavaScript, contrast ratios are computed locally, nothing is transmitted, logged, or stored. Use it offline once the page is cached. The privacy guarantee of all Toolzie tools.