WCAG 2.1 AA/AAA pass/fail for any two colors. Tests both normal (≥4.5:1) and large-text (≥3:1) thresholds.
Large heading
The quick brown fox jumps over the lazy dog.
Excellent contrast — passes all WCAG levels.
/* Contrast ratio: 14.68:1 */
.text {
color: #1f2937;
background-color: #ffffff;
/* WCAG AA normal: ✓ AAA normal: ✓ AA large: ✓ AAA large: ✓ */
}