Save now
off all Envato Elements plans this Cyber Sale.
Get in quick!

CMYK to HSL

hsl(243, 100%, 68%)
Create palette

What is CMYK?

CMYK (Cyan, Magenta, Yellow, Key/Black) is a subtractive color model used in printing, where colors are created by combining cyan, magenta, yellow, and black inks. Each color component is represented as a percentage, with 0% meaning no ink and 100% meaning full ink coverage. Example: cmyk(61, 64, 0, 0).

What is HSL?

HSL color model that represents colors using three components: hue (the base color), saturation (color intensity), and lightness (brightness). This model is often considered more intuitive for adjusting colors than RGB. Example HSL: (243, 100%, 68%).