Convert Between Color Formats

Enter a color value in any format below, or pick one using the color picker.

What Is a Color Converter?

A color converter translates a color value between the different formats used in web design and development — HEX, RGB, and HSL — so you can use the same color consistently across CSS, design tools, and code.

Supported Formats

HEX

Hexadecimal

e.g. #4F46E5 — common in CSS and design tools.

RGB

Red, Green, Blue

e.g. rgb(79, 70, 229) — each value 0–255.

HSL

Hue, Saturation, Lightness

e.g. hsl(243, 75%, 59%) — easier to adjust shades.

Frequently Asked Questions

You can type a HEX code (#4f46e5 or #4f46e5ff), an RGB value (rgb(79, 70, 229)), or an HSL value (hsl(243, 75%, 59%)). The tool detects the format automatically.

Yes, standard CSS color names such as "red", "skyblue", or "tomato" are recognized.

Yes, completely free with no account or signup required.