From color-contrast
Suggests alternative colors meeting WCAG contrast ratios and generates CSS variable overrides with before/after comparison.
How this command is triggered — by the user, by Claude, or both
Slash command
/color-contrast:suggest-colorsThe summary Claude sees in its command listing — used to decide when to auto-load this command
# /suggest-colors - Suggest Accessible Colors Suggest alternative colors that meet WCAG contrast requirements. ## Steps 1. Identify the failing color pairs from the contrast audit 2. For each failing pair, determine the target ratio: 4.5:1 (AA normal) or 3:1 (AA large) 3. Calculate the minimum adjustment needed to meet the target ratio 4. Generate color alternatives by adjusting lightness while preserving hue and saturation 5. Provide at least 3 alternative colors for each failing pair 6. Verify each suggestion meets the target contrast ratio 7. Check that suggested colors fit within the...
Suggest alternative colors that meet WCAG contrast requirements.
6plugins reuse this command
First indexed Mar 30, 2026
npx claudepluginhub twzrd-sol/awesome-claude-code-toolkit --plugin color-contrast/suggest-colorsSuggests alternative colors meeting WCAG contrast ratios and generates CSS variable overrides with before/after comparison.
/contrastChecks color contrast ratios, identifies failures, and provides fixes. Also supports theme-level accessibility review.
/color-paletteGenerates a complete color system from input colors, including tonal scales, semantic mapping, accessibility contrast checks, dark mode variants, and data visualization colors.
/colorizeApplies a strategic color pass to a UI component — introduces a single accent at 3-5 intentional placements or reduces an over-colored UI to 90% neutral. Edits code directly and lifts hex into CSS variables.
/color-paletteGenerates an accessible color palette from a given hex value, or prompts for one if not provided.
/paletteGenerate color palettes from design styles with semantic colors, scales (50-900), contrast ratios, and accessibility validation for light, dark, or both modes.