What problem does it solve?
It removes the guesswork of designing brand-consistent colors by generating a full, accessible shade scale and matching semantic tokens (including dark mode), so your UI text and components meet contrast expectations without manual tweaking.
Core Features & Use Cases
- Accessible 11-shade scale (50-950): Generates a complete palette from a single brand hex using HSL-based lightness steps, with guidance to reduce saturation in light shades.
- Semantic token mapping for UI: Produces light/dark semantic variables (background, foreground, card, primary, muted, border, ring, etc.) so components can use meaningful names instead of hardcoded colors.
- WCAG contrast checking: Includes WCAG contrast ratio formulas, thresholds (AA for text and UI), and practical “common pairs” checks to prevent unreadable combinations.
- Tailwind v4 CSS output: Provides a ready-to-paste @theme and .dark override template aligned to Tailwind v4 variable conventions.
Quick Start
Ask the assistant to generate the full Tailwind v4 accessible color palette from the brand hex #0D9488 and include WCAG contrast checks and dark-mode semantic tokens.