Mille-Feuille
#efc87d
Mille-Feuille, represented by the hex value #efc87d, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #efc87d | |
|---|---|---|
| RGB | rgb(239, 200, 125) | |
| HSL | hsl(39, 78%, 71%) | |
| CMYK | cmyk(0%, 16%, 48%, 6%) | |
| LAB | lab(83, 7, 43) | |
| OKLCH | oklch(0.85 0.103 83) |
Color harmonies
Tints & shades
Code snippets
color: #efc87d;
background-color: #efc87d;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFEFC87D)
/* Swift / UIKit */
UIColor(red: 0.94, green: 0.78, blue: 0.49, alpha: 1.0)