What problem does it solve? Working with colors across design tools, CSS, and code requires constant format conversion, and ensuring text meets accessibility contrast standards is easy to get wrong. This Skill handles color format conversion, palette generation, and WCAG contrast validation in one place. ## Core Features & Use Cases - Format Conversion: Convert between HEX, RGB, RGBA, HSL, HSLA, OKLCH, and named CSS colors, with gamut clipping warnings for OKLCH-to-sRGB conversions. - Palette Generation: Generate monochromatic scales, complementary and analogous colors, and Tailwind-style 50-950 design token scales with CSS custom property output. - WCAG Contrast Checking: Compute contrast ratios between foreground and background colors and validate against AA/AAA levels for normal and large text. - Use Case: You are theming a UI and need to know whether white text on #2563EB passes WCAG AA. The Skill computes the 5.17:1 ratio, confirms it passes, and outputs the color in HEX, RGB, HSL, and OKLCH for your stylesheet. ## Quick Start Convert #3B82F6 to RGB, HSL, and OKLCH, then check whether white text on it passes WCAG AA.