Color Models
Convert Color
Pantone Colors
Express Pantone colors as HSL for CSS variables and animation-friendly palettes. Great for bridging brand books to code.
HSL: hsl(52, 100%, 50%)
CMYK: cmyk(0%, 13%, 100%, 0%)
RGB: rgb(254, 221, 0)
HEX: #FEDD00
HSV: hsv(52, 100, 100)
Grouped by the format you start from.