Color Converter
Pick a color or type a value to convert instantly between HEX, RGB and HSL with a live preview.
Enter a valid HEX color like #4f46e5 or #36f.
How to use the Color Converter
- 1 Use the color picker or type a HEX, RGB or HSL value.
- 2 All formats update live, with a color preview swatch.
- 3 Copy the format you need for your CSS.
About the Color Converter
Web colors can be written several ways: HEX (#3366ff), RGB (rgb(51,102,255)) and HSL (hsl(225,100%,60%)). Designers and developers often need to convert between them — for example, HSL makes it easy to create lighter or darker shades, while HEX is compact for CSS.
This converter parses whatever you type and shows all three formats at once, with a live swatch, entirely in your browser. It is ideal for building palettes, matching brand colors, or tweaking CSS values.
Frequently asked questions
What is HSL good for?
HSL (hue, saturation, lightness) makes it intuitive to adjust brightness and create consistent color variations.
Does it support shorthand HEX?
Yes, three-digit HEX values like #36f are expanded and converted correctly.