CHEAT SHEET

Cheat sheet ratio contraste WCAG pour texte et UI

Objectifs rapides de contraste WCAG pour texte normal, grand texte, composants UI et choix couleur accessibles.

UsageValeurNote
AA normal4.5:1Minimum pour texte courant.
AA large3:1Grand texte ou grand texte gras.
AAA normal7:1Objectif contraste renforce.
UI parts3:1Utile pour controles et graphiques importants.
DisabledContextualLes controles desactives doivent rester comprehensibles.

Snippet a copier

.primary-button {
  background: #1d4ed8;
  color: #ffffff; /* strong contrast */
}
Tester contrasteBoutons accessiblesGuide WCAG