Glazed Sugar
#ffdccc
Glazed Sugar, represented by the hex value #ffdccc, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #ffdccc | |
|---|---|---|
| RGB | rgb(255, 220, 204) | |
| HSL | hsl(19, 100%, 90%) | |
| CMYK | cmyk(0%, 14%, 20%, 0%) | |
| LAB | lab(90, 11, 13) | |
| OKLCH | oklch(0.92 0.045 46) |
Color harmonies
Tints & shades
Code snippets
color: #ffdccc;
background-color: #ffdccc;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFFDCCC)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.86, blue: 0.80, alpha: 1.0)