- What's a passing WCAG contrast ratio?
- AA: 4.5:1 for body text, 3:1 for large text and UI. AAA: 7:1 for body, 4.5:1 for large. Modern web standards require at least AA.
- Why does the text on some pages look unreadable?
- Below 3:1 ratio. The tool flags anything under that as accessibility failure. Common culprit: gray body text on white background (#888 = 3.5:1, borderline).
- Does it account for text size?
- Yes — toggle between body text and large text. Large means 18pt+ or 14pt bold. The threshold drops because big text is easier to read at lower contrast.
- What about APCA?
- APCA is a newer perceptual contrast algorithm. WCAG 3.0 will use it. Current WCAG 2.1 uses the relative luminance formula; this tool uses WCAG 2.1.