Color
HEX, RGB, HSL and color math.
HEX to HSL
Convert a HEX color to HSL online. Paste a hex code like #3b82f6 and get the hue, saturation and lightness instantly. Runs in your browser.
HEX to RGB
Convert HEX color codes to RGB online. Paste a hex value like #ff0000 and get the rgb() string instantly. Supports shorthand. Runs in your browser.
HSL to HEX
Convert HSL colors to HEX instantly. Paste hsl(217, 91%, 60%) or 217,91,60 and get the #hex code, with a live swatch. Runs in your browser.
HSL to RGB
Convert HSL colors to RGB instantly. Paste hsl(h, s%, l%) or plain h,s,l values and get an rgb() string with a live color swatch. Runs in your browser.
RGB to HEX
Convert RGB to HEX online. Paste rgb(255, 0, 0) or 255,0,0 and get the matching hex color code instantly. Runs in your browser.
RGB to HSL
Convert RGB colors to HSL instantly. Paste an rgb() value and get hue, saturation and lightness, with a live preview. Runs in your browser.