Convert any color between HEX, RGB, HSL, and HSV formats. Pick from a color wheel or enter values directly. One-click copy for CSS.
More free utilities you might find useful
Quick answers to common questions
A HEX color like #FF5733 represents R=255, G=87, B=51 in decimal. Split the hex into pairs: FF=255, 57=87, 33=51. Each pair is a hex number converted to decimal (0–255).
HSL stands for Hue, Saturation, Lightness. Hue is a degree on the color wheel (0–360). Saturation is the intensity (0–100%). Lightness is how light/dark (0%=black, 50%=normal, 100%=white). Many designers find HSL more intuitive than RGB.
HSL and HSV (also called HSB) differ in how they define the third axis. In HSL, 50% lightness is a pure color. In HSV, 100% value is a pure color. Photoshop uses HSB; CSS uses HSL.
Your data is processed entirely in your browser. Nothing is sent to any server.