color_convert
Convert any color format (hex, RGB, HSL, named) into all standard color spaces, including CMYK, HSV, and WCAG contrast ratios with AA/AAA flags.
Instructions
Convert any color (hex, rgb, rgba, hsl, hsla, named) into all standard color spaces. Returns hex, rgb, rgba, hsl, hsv, cmyk, closest CSS named color, WCAG luminance and contrast ratios vs. white and black (with AA/AAA flags).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| color | Yes | #ff5733, rgb(255,87,51), hsl(...), tomato, ... |