Color Converter
Convert between HEX, RGB, and HSL color formats.
Picker
Convert colours between HEX, RGB, and HSL formats in your browser, with a live preview. Grab the exact value you need for CSS, design tools, or brand guidelines.
Frequently asked questions
What’s the difference between HEX, RGB, and HSL?
HEX and RGB describe a colour by red, green, and blue channels; HSL describes it by hue, saturation, and lightness, which is easier to adjust intuitively.
Which format should I use in CSS?
All three work in modern CSS. HEX is compact, RGB supports alpha via rgba(), and HSL makes tweaking shades simple.
Can I get a transparent colour?
Use the RGB/RGBA representation to add an alpha value for transparency.
Is it private?
Yes — conversion happens entirely in your browser.