This color converter changes colors between HEX, RGB, and HSL formats. Enter a value above to get the matching codes instantly for CSS and design work.
How to use it
- Enter a HEX, RGB, or HSL color.
- Read the equivalent codes.
- Copy the value you need.
Example
#FF5733 = rgb(255, 87, 51). Each pair of hex digits maps to one 0–255 channel: FF=255, 57=87, 33=51.
Related calculators
Frequently Asked Questions
How do I convert HEX to RGB?
Split the hex code into three pairs and convert each to a 0–255 number. #FF5733 becomes rgb(255, 87, 51).
What is HSL?
HSL describes color by hue, saturation, and lightness, an intuitive alternative to RGB for adjusting shades.
Is HEX the same as RGB?
They describe the same color differently — HEX in base 16, RGB in decimal channels.