What problem does it solve? Choosing, converting, and reasoning about color is error-prone: HSL misleads perception, gradients go muddy, palettes fail accessibility checks, and pigment mixing defies intuition. This Skill provides a comprehensive color knowledge base so you get correct, perceptually grounded answers and working code instead of guesswork. ## Core Features & Use Cases - Color space guidance: Know when to use OKLCH, OKLAB, HSLuv, CAM16, CIELAB, or Kubelka-Munk spectral mixing for palettes, gradients, print, HDR, or paint simulation. - Palette and ramp generation: Build perceptually uniform design-token scales, generative-art palettes, and accessible ramps using tools like Poline, RampenSau, Culori, and Spectral.js. - Accessibility verification: Check text/background pairs against WCAG and APCA thresholds, with realistic pass-rate statistics to set expectations. - Use Case: You need a 9-step accent scale for light and dark mode. The Skill recommends building it in OKLCH, structuring reference-to-semantic-to-component tokens, and verifying every text pair against APCA in both themes. ## Quick Start Ask the color expert to build an accessible 9-step OKLCH accent scale for light and dark mode with semantic design tokens.