Color Converter
Convert colors between HEX, RGB and HSL.
Color Converter
Convert colors between HEX, RGB, HSL and CMYK formats. Visual preview and ready-to-use CSS values for web development.
HEX ↔ RGB ↔ HSL ↔ CMYK
Visual color preview
Ready-to-use CSS values
How to Use
- Enter a color value in any format: HEX, RGB or HSL
- The tool will automatically convert the color to all supported formats
- Copy the desired color value for use in CSS or design
FAQ
HEX is a hexadecimal code (#FF0000), RGB defines color through channels, and HSL through hue, saturation and lightness. All three describe the same color.
HEX is the most common and compact. RGB is convenient for transparency (RGBA), and HSL is easier for manual shade selection.