Color Converter
Convert HEX, RGB, HSL, HSV, CMYK and LAB instantly with auto-detection.
Paste a color in any common format — HEX, rgb(), hsl(), hsv(), cmyk() or lab() — and instantly see it expressed in every other format with copy-to-clipboard buttons. The tool auto-detects your input format so there is nothing to configure.
Common use cases
- Convert a HEX brand color to CMYK for print materials
- Translate Figma HSL values into CSS rgb() for code review
- Round-trip a LAB measurement from a color sensor into RGB
- Verify how a color renders across HSV and HSL color models
Frequently asked questions
What color spaces are supported?▾
HEX, RGB, HSL, HSV, CMYK and CIE LAB. CMYK uses a simple uncalibrated transform suitable for screen previews — confirm with your printer for production.
Why does my LAB conversion look slightly off?▾
We use the standard sRGB / D65 reference white. Different tools may use D50 or other illuminants which shift the L*a*b* numbers a few units.
Can I convert with alpha?▾
Alpha is preserved in the input but not part of the conversion — convert opaque values, then add the alpha channel back manually.
Related tools
🎨
Color Picker (HEX/RGB/HSL)
Pick a color and copy it as HEX, RGB, HSL or HSV.
🌈
CSS Gradient Generator
Build linear and radial CSS gradients with live preview.
🎨
Color Palette Generator
Generate harmonious color schemes from a base color.
👁
WCAG Contrast Checker
Check color contrast ratios against WCAG AA/AAA accessibility levels.