About
Convert color values between multiple color models from a single input.
Supported formats
The converter accepts common HEX, RGB, and HSL inputs, then returns equivalent values in HEX, RGB, HSL, HSV, and CMYK formats.
Why conversion matters
Different tools and frameworks use different color models. Converting quickly helps keep color values consistent between design systems and codebases.
Typical use cases
Use this tool when styling UI components, generating design tokens, validating themes, or translating colors between Figma and CSS.