Why Convert Colors?
Different tools and contexts use different color formats:
Supported Formats
HEX
6-digit hexadecimal: `#3B82F6`
RGB
Red, Green, Blue values 0-255: `rgb(59, 130, 246)`
HSL
Hue, Saturation, Lightness: `hsl(217, 91%, 60%)`
CMYK
Cyan, Magenta, Yellow, Key (Black): `cmyk(76%, 47%, 0%, 4%)`
How to Use
Color Shades
The tool automatically generates a palette of shades from light to dark, helping you create consistent color scales for your design system.
Use Cases
CSS Development
Copy colors in the exact CSS format you need.
Design Systems
Build consistent color palettes with generated shades.
Cross-Platform Design
Convert between web (HEX/RGB) and print (CMYK) formats.
Accessibility
Use HSL lightness values to check contrast ratios.