Sugarwinkle
#fdc5e3
Looking for the precise values behind Sugarwinkle (#fdc5e3)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #fdc5e3 | |
|---|---|---|
| RGB | rgb(253, 197, 227) | |
| HSL | hsl(328, 93%, 88%) | |
| CMYK | cmyk(0%, 22%, 10%, 1%) | |
| LAB | lab(85, 24, -7) | |
| OKLCH | oklch(0.88 0.074 345) |
Color harmonies
Tints & shades
Code snippets
color: #fdc5e3;
background-color: #fdc5e3;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFDC5E3)
/* Swift / UIKit */
UIColor(red: 0.99, green: 0.77, blue: 0.89, alpha: 1.0)