Love Juice
#cc1155
Here's everything about the color Love Juice (#cc1155) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #cc1155 | |
|---|---|---|
| RGB | rgb(204, 17, 85) | |
| HSL | hsl(338, 85%, 43%) | |
| CMYK | cmyk(0%, 92%, 58%, 20%) | |
| LAB | lab(45, 68, 15) | |
| OKLCH | oklch(0.55 0.211 9) |
Color harmonies
Tints & shades
Code snippets
color: #cc1155;
background-color: #cc1155;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-rose-500 /* ≈ #ff2056 */
/* Flutter */
Color(0xFFCC1155)
/* Swift / UIKit */
UIColor(red: 0.80, green: 0.07, blue: 0.33, alpha: 1.0)