Image Tools
Color Picker & Converter
Pick a color and convert between HEX, RGB, HSL, and CMYK formats instantly.
Frequently asked questions
What is the difference between HEX and RGB?
HEX is a base-16 representation, RGB is decimal. Both describe the same color in red-green-blue components. HEX is more compact for CSS.
When should I use HSL?
HSL is great for design because it lets you adjust hue, saturation, and lightness independently — much more intuitive than tweaking RGB values.