Beurre Blanc
#ede1be
Looking for the precise values behind Beurre Blanc (#ede1be)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #ede1be | |
|---|---|---|
| RGB | rgb(237, 225, 190) | |
| HSL | hsl(45, 57%, 84%) | |
| CMYK | cmyk(0%, 5%, 20%, 7%) | |
| LAB | lab(90, 0, 19) | |
| OKLCH | oklch(0.91 0.048 91) |
Color harmonies
Tints & shades
Code snippets
color: #ede1be;
background-color: #ede1be;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFEDE1BE)
/* Swift / UIKit */
UIColor(red: 0.93, green: 0.88, blue: 0.75, alpha: 1.0)