Sugar Coated
#ffedf1
Looking for the precise values behind Sugar Coated (#ffedf1)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #ffedf1 | |
|---|---|---|
| RGB | rgb(255, 237, 241) | |
| HSL | hsl(347, 100%, 96%) | |
| CMYK | cmyk(0%, 7%, 5%, 0%) | |
| LAB | lab(95, 7, 0) | |
| OKLCH | oklch(0.96 0.02 2) |
Color harmonies
Tints & shades
Code snippets
color: #ffedf1;
background-color: #ffedf1;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFFEDF1)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.93, blue: 0.95, alpha: 1.0)