Delightful Pastry
#f9e7c8
Looking for the precise values behind Delightful Pastry (#f9e7c8)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #f9e7c8 | |
|---|---|---|
| RGB | rgb(249, 231, 200) | |
| HSL | hsl(38, 80%, 88%) | |
| CMYK | cmyk(0%, 7%, 20%, 2%) | |
| LAB | lab(93, 3, 17) | |
| OKLCH | oklch(0.93 0.045 81) |
Color harmonies
Tints & shades
Code snippets
color: #f9e7c8;
background-color: #f9e7c8;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF9E7C8)
/* Swift / UIKit */
UIColor(red: 0.98, green: 0.91, blue: 0.78, alpha: 1.0)