Color Converter
Convert colors between HEX, RGB, HSL, and CMYK formats. Pick any color and get all format values.
Pick a Color
Use the color picker or enter values below
All Formats
HEX
#3B82F6Click to copy
RGB
rgb(59, 130, 246)Click to copy
RGBA
rgba(59, 130, 246, 1)Click to copy
HSL
hsl(217, 91%, 60%)Click to copy
HSLA
hsla(217, 91%, 60%, 1)Click to copy
CMYK
cmyk(76%, 47%, 0%, 4%)Click to copy
Tip: HEX is used in web development, RGB for screens, HSL for intuitive color adjustment, and CMYK for print.