Paper Hearts
#cc4466
Here's everything about the color Paper Hearts (#cc4466) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #cc4466 | |
|---|---|---|
| RGB | rgb(204, 68, 102) | |
| HSL | hsl(345, 57%, 53%) | |
| CMYK | cmyk(0%, 67%, 50%, 20%) | |
| LAB | lab(50, 56, 12) | |
| OKLCH | oklch(0.59 0.173 9) |
Color harmonies
Tints & shades
Code snippets
color: #cc4466;
background-color: #cc4466;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-rose-500 /* ≈ #ff2056 */
/* Flutter */
Color(0xFFCC4466)
/* Swift / UIKit */
UIColor(red: 0.80, green: 0.27, blue: 0.40, alpha: 1.0)