Converters
HEX to RGB Converter
Convert HEX color codes to RGB and HSL values with live color preview. Supports 3 and 6 digit HEX input.
RGB
rgb(255, 87, 51)
R, G, B
255, 87, 51
HSL
hsl(11, 100%, 60%)
Related Tools
More free utilities you might find useful
Frequently Asked Questions
Quick answers to common questions
What is a HEX color code?+
HEX is a 6-digit hexadecimal representation of RGB colors, e.g. #FF5733 where FF=red, 57=green, 33=blue.
Does it support 3-digit HEX?+
Yes. Shorthand like #F53 is expanded to #FF5533 automatically.
What is HSL?+
HSL (Hue, Saturation, Lightness) is another color model. We show it alongside RGB for design convenience.
Need more color formats?+
Try our Developer Color Converter for HEX, RGB, HSL, and CSS color names.
