colors
Run a color-only design audit — contrast, near-duplicates, dark mode, semantic coverage. Scoped variant of /ui-ux-suite:audit.
/ui-ux-suite:colors — Color-only audit
Scoped audit focused on color system quality.
What you do
- Resolve project path (
$ARGUMENTSor cwd). - Call
uiux_audit_runwithdimensions: ["color"]— this runs only color extraction and scoring, producing a focused report. - If the structured result shows contrast failures, run
uiux_check_contraston the top 5 flagged pairs to give the user exact WCAG and APCA numbers. - Present the color section of the markdown report.
- Offer palette suggestions via the color-analyst agent if the score is below 7.
What color audit covers
- WCAG 2.1 contrast (AA + AAA) and APCA Lc values
- Near-duplicate detection via deltaE (< 3.0 flagged)
- Color-count hygiene (too many or too few)
- Semantic coverage (primary, success, warning, destructive)
- Dark mode presence
- OKLCH adoption (2026 modern signal)
- CSS variable coverage
Keep it tight — just colors. For a full audit, tell the user to run /ui-ux-suite:audit.