Patisserie
#eddbc8
Looking for the precise values behind Patisserie (#eddbc8)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #eddbc8 | |
|---|---|---|
| RGB | rgb(237, 219, 200) | |
| HSL | hsl(31, 51%, 86%) | |
| CMYK | cmyk(0%, 8%, 16%, 7%) | |
| LAB | lab(89, 4, 12) | |
| OKLCH | oklch(0.9 0.032 69) |
Color harmonies
Tints & shades
Code snippets
color: #eddbc8;
background-color: #eddbc8;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFEDDBC8)
/* Swift / UIKit */
UIColor(red: 0.93, green: 0.86, blue: 0.78, alpha: 1.0)