Pretty Pastry
#dfcdb2
Pretty Pastry, represented by the hex value #dfcdb2, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #dfcdb2 | |
|---|---|---|
| RGB | rgb(223, 205, 178) | |
| HSL | hsl(36, 41%, 79%) | |
| CMYK | cmyk(0%, 8%, 20%, 13%) | |
| LAB | lab(83, 3, 16) | |
| OKLCH | oklch(0.86 0.041 78) |
Color harmonies
Tints & shades
Code snippets
color: #dfcdb2;
background-color: #dfcdb2;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFDFCDB2)
/* Swift / UIKit */
UIColor(red: 0.87, green: 0.80, blue: 0.70, alpha: 1.0)