Home / Color Code Converter
Color Code Converter (HEX ⇄ RGB ⇄ HSL)
Convert color codes back and forth. Enter any one and the other formats update automatically. Everything runs in your browser and no data is sent.
Pick with the color picker
Opacity α
1.00
How to use
Specify a color with HEX, RGB, HSL, or the color picker, and the remaining formats are calculated automatically. Adjust transparency (α) with the slider and export as HEXA or RGBA. The Copy button on each row lets you paste the code directly.
- HEX:
#RRGGBBformat. You can also enter the#RGBshorthand. - RGB:
rgb(r, g, b)(each 0–255). It also reads plain numbers like “55,166,255”. - HSL:
hsl(h, s%, l%)(hue 0–360, saturation, lightness).
Note: all calculations happen only inside your browser. No data is ever sent out.
FAQ
Can I use HEX shorthand (#fff)?
Yes. A 3-digit form like #fff is expanded to #ffffff and handled.
Can it convert transparency (alpha)?
Yes. Set α with the slider and it outputs HEXA (8 digits) and RGBA.
Is my data sent anywhere?
No. Conversion happens entirely in your browser, and color codes are never sent out.
Is it free to use?
Yes — free and no sign-up required.
