Color Picker
Pick any color and get all its values in different formats.
RGB
rgb(99, 102, 241)
HSL
hsl(239, 84%, 67%)
CMYK
cmyk(59%, 58%, 0%, 5%)
Tints (Lighter)
Shades (Darker)
Advertisement
About the Color Picker
Use this color picker to explore any color and get its values in multiple formats. Perfect for web developers needing HEX codes, designers working with RGB values, or print professionals requiring CMYK conversions.
Color Formats Explained
HEX is the most common web format, using six hexadecimal digits. RGB represents colors as red, green, and blue values from 0-255. HSL describes colors by hue, saturation, and lightness. CMYK is used for print, representing cyan, magenta, yellow, and black.