Le Bon Dijon
#e4cb6b
Looking for the precise values behind Le Bon Dijon (#e4cb6b)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #e4cb6b | |
|---|---|---|
| RGB | rgb(228, 203, 107) | |
| HSL | hsl(48, 69%, 66%) | |
| CMYK | cmyk(0%, 11%, 53%, 11%) | |
| LAB | lab(82, 0, 51) | |
| OKLCH | oklch(0.84 0.12 95) |
Color harmonies
Tints & shades
Code snippets
color: #e4cb6b;
background-color: #e4cb6b;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFE4CB6B)
/* Swift / UIKit */
UIColor(red: 0.89, green: 0.80, blue: 0.42, alpha: 1.0)