Colors
Installation
SKILL.md
Contrast Ratios (WCAG)
| Level | Normal Text | Large Text (≥18pt or ≥14pt bold) | UI Components |
|---|---|---|---|
| AA (minimum) | ≥ 4.5:1 | ≥ 3:1 | ≥ 3:1 |
| AAA (enhanced) | ≥ 7:1 | ≥ 4.5:1 | — |
Critical thresholds on white background:
#767676→ 4.54:1 ✅ barely passes#777777→ 4.47:1 ❌ fails (cannot round up)#757575→ 4.6:1 ✅ safe minimum gray
Pure colors on white:
- Red
#FF0000→ 4:1 ❌ fails for normal text - Green
#00FF00→ 1.4:1 ❌ always fails (never use for text) - Blue
#0000FF→ 8.6:1 ✅ passes AAA