Sugar Glaze
#fff0e1
Looking for the precise values behind Sugar Glaze (#fff0e1)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #fff0e1 | |
|---|---|---|
| RGB | rgb(255, 240, 225) | |
| HSL | hsl(30, 100%, 94%) | |
| CMYK | cmyk(0%, 6%, 12%, 0%) | |
| LAB | lab(96, 3, 9) | |
| OKLCH | oklch(0.96 0.026 68) |
Color harmonies
Tints & shades
Code snippets
color: #fff0e1;
background-color: #fff0e1;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFFF0E1)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.94, blue: 0.88, alpha: 1.0)