Color Converter
Convert colors between HEX, RGB and HSL formats.
Assumptions used in this calculation
- Color space: Conversions assume standard sRGB color space, the default for web and most displays.
About this calculator
The color converter takes a HEX color and shows its equivalent RGB and HSL representations, with a live color preview.
Worked example
#3366FF
Result: rgb(51, 102, 255), hsl(225, 100%, 60%)
Was this helpful?