Color Converter
Convert HEX, RGB & HSL
Pick a color or paste a HEX code and get its RGB and HSL values instantly, with a live swatch. HEX is base-16 (#4F5BD5), RGB is 0–255 per channel, and HSL is hue/saturation/lightness — often the easiest to tweak by hand.
Frequently asked questions
How do I convert HEX to RGB?
Split the six hex digits into three pairs and convert each from base-16 to base-10.
#4F5BD5 → rgb(79, 91, 213).What is HSL?
Hue, saturation, lightness. Hue is 0–360° on the wheel; saturation and lightness are percentages. Often more intuitive for adjusting colors.
Is this free?
Yes — free, no signup, runs entirely in your browser.