Sugar Chic
#ffccff
Here's everything about the color Sugar Chic (#ffccff) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #ffccff | |
|---|---|---|
| RGB | rgb(255, 204, 255) | |
| HSL | hsl(300, 100%, 90%) | |
| CMYK | cmyk(0%, 20%, 0%, 0%) | |
| LAB | lab(88, 25, -18) | |
| OKLCH | oklch(0.91 0.087 326) |
Color harmonies
Tints & shades
Code snippets
color: #ffccff;
background-color: #ffccff;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFFCCFF)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.80, blue: 1.00, alpha: 1.0)