Color Converter

Convert between HEX, RGB, and HSL. Type in any format to see the others and a live preview.

About Color Converter

Web colors are often specified in HEX (e.g. for CSS), RGB (for design tools), or HSL (for easy tweaking of hue and saturation). This tool converts between all three and shows a live preview so you can paste the value you need into your project.

Frequently Asked Questions

What formats are supported?
HEX (e.g. #FF5733 or FF5733), RGB (e.g. 255, 87, 51), and HSL (e.g. 11, 100%, 60%). Enter a value in any format and the others update with a live preview.
Is my data sent to a server?
No. All conversion and preview happen in your browser. Nothing is uploaded.
Can I copy the CSS value?
Yes. Use the Copy buttons to copy the current color as hex, rgb(), or hsl() for use in CSS.