Color Converter
Convert colors between HEX, RGB, and HSL formats.
Click square above to open
native system color picker
native system color picker
Color Formats
RGB Function
rgb(124, 111, 247)
RGB Channels
R
G
B
HSL Channels
H (°)
S (%)
L (%)
About this tool
Colors on the web can be represented in multiple formats: HEX (hexadecimal, e.g. #FF5733), RGB (red, green, blue values 0–255), and HSL (hue 0–360, saturation %, lightness %). Different tools and languages prefer different formats — CSS often uses HEX or HSL, while image processing libraries use RGB. This tool converts a color between all three formats simultaneously and shows a live color preview.