Hard Candy
#ffbbbb
Here's everything about the color Hard Candy (#ffbbbb) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #ffbbbb | |
|---|---|---|
| RGB | rgb(255, 187, 187) | |
| HSL | hsl(0, 100%, 87%) | |
| CMYK | cmyk(0%, 27%, 27%, 0%) | |
| LAB | lab(82, 25, 10) | |
| OKLCH | oklch(0.85 0.079 19) |
Color harmonies
Tints & shades
Code snippets
color: #ffbbbb;
background-color: #ffbbbb;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-amber-500 /* ≈ #fe9a00 */
/* Flutter */
Color(0xFFFFBBBB)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.73, blue: 0.73, alpha: 1.0)