Chef’s Kiss
#cc3b3b
Looking for the precise values behind Chef’s Kiss (#cc3b3b)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #cc3b3b | |
|---|---|---|
| RGB | rgb(204, 59, 59) | |
| HSL | hsl(0, 59%, 52%) | |
| CMYK | cmyk(0%, 71%, 71%, 20%) | |
| LAB | lab(48, 58, 35) | |
| OKLCH | oklch(0.57 0.182 25) |
Color harmonies
Tints & shades
Code snippets
color: #cc3b3b;
background-color: #cc3b3b;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFCC3B3B)
/* Swift / UIKit */
UIColor(red: 0.80, green: 0.23, blue: 0.23, alpha: 1.0)