Pastry
#f8deb8
Pastry is a color with the hex code #f8deb8. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #f8deb8 | |
|---|---|---|
| RGB | rgb(248, 222, 184) | |
| HSL | hsl(36, 82%, 85%) | |
| CMYK | cmyk(0%, 10%, 26%, 3%) | |
| LAB | lab(90, 5, 22) | |
| OKLCH | oklch(0.91 0.057 77) |
Color harmonies
Tints & shades
Code snippets
color: #f8deb8;
background-color: #f8deb8;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF8DEB8)
/* Swift / UIKit */
UIColor(red: 0.97, green: 0.87, blue: 0.72, alpha: 1.0)