WCAG 2.2, WCAG 3 / APCA, and the four pass/fail thresholds. Swap foreground and background instantly — every sample re-renders live.
Body paragraph at 14 pixels regular tests the lower bound of legibility and the crux of most WCAG failures.
Body paragraph at 14 pixels regular tests the lower bound of legibility and the crux of most WCAG failures.
/* passes WCAG AA Large · 4.47:1 */
.button-primary {
background: #FFFFFF;
color: #6366F1;
border: 1px solid #6366F1;
}