CHEAT SHEET

WCAG Contrast Ratio Cheat Sheet for Text and UI Colors

Quick WCAG contrast targets for normal text, large text, UI components and accessible color decisions.

UseValueNote
AA normal4.5:1Minimum for regular body text.
AA large3:1Large or bold large text.
AAA normal7:1Enhanced contrast target.
UI parts3:1Useful for controls and meaningful graphics.
DisabledContextualDisabled controls still need clear visual meaning.

Copy snippet

.primary-button {
  background: #1d4ed8;
  color: #ffffff; /* strong contrast */
}
Test contrastAccessible buttonsWCAG guide