Cotton Candy
#ffbcd9
Looking for the precise values behind Cotton Candy (#ffbcd9)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #ffbcd9 | |
|---|---|---|
| RGB | rgb(255, 188, 217) | |
| HSL | hsl(334, 100%, 87%) | |
| CMYK | cmyk(0%, 26%, 15%, 0%) | |
| LAB | lab(83, 28, -5) | |
| OKLCH | oklch(0.86 0.085 351) |
Color harmonies
Tints & shades
Code snippets
color: #ffbcd9;
background-color: #ffbcd9;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-amber-500 /* ≈ #fe9a00 */
/* Flutter */
Color(0xFFFFBCD9)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.74, blue: 0.85, alpha: 1.0)