HEX RGB HSL Converter
Convert colors between HEX, RGB, and HSL with validation and an instant preview.
hex#00875A
rgbrgb(0, 135, 90)
hslhsl(160, 100%, 26.5%)
HEX, RGB, and HSL
HEX expresses channels in hexadecimal, RGB uses values from 0 to 255, and HSL describes hue, saturation, and lightness. All three can represent the same CSS color.
Conversion and rounding
Conversions enforce each format's ranges. HSL may require small rounding when converted back to integer RGB channels.
Explore all web development tools