Pleasant Pomegranate
#cc3300
Here's everything about the color Pleasant Pomegranate (#cc3300) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #cc3300 | |
|---|---|---|
| RGB | rgb(204, 51, 0) | |
| HSL | hsl(15, 100%, 40%) | |
| CMYK | cmyk(0%, 75%, 100%, 20%) | |
| LAB | lab(47, 59, 60) | |
| OKLCH | oklch(0.56 0.195 35) |
Color harmonies
Tints & shades
Code snippets
color: #cc3300;
background-color: #cc3300;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFCC3300)
/* Swift / UIKit */
UIColor(red: 0.80, green: 0.20, blue: 0.00, alpha: 1.0)