A Smell of Bakery
#f3e9d9
Looking for the precise values behind A Smell of Bakery (#f3e9d9)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #f3e9d9 | |
|---|---|---|
| RGB | rgb(243, 233, 217) | |
| HSL | hsl(37, 52%, 90%) | |
| CMYK | cmyk(0%, 4%, 11%, 5%) | |
| LAB | lab(93, 2, 9) | |
| OKLCH | oklch(0.94 0.024 80) |
Color harmonies
Tints & shades
Code snippets
color: #f3e9d9;
background-color: #f3e9d9;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF3E9D9)
/* Swift / UIKit */
UIColor(red: 0.95, green: 0.91, blue: 0.85, alpha: 1.0)