Color Converter

Convert a hex color into RGB, HSL and CSS variable formats.

How it works

Enter a six-digit hex color with or without a leading #. The output is suitable for common CSS usage.

Hex channels → RGB; RGB → HSL.

Common questions

Can I use shorthand hex?

Yes. Three-digit colors are expanded before conversion.

Does this change the color profile?

It converts numeric sRGB-style values and does not manage display color profiles.

Independent developer utility. Review output before using it in production.