French Vanilla
#efe1a7
French Vanilla, represented by the hex value #efe1a7, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #efe1a7 | |
|---|---|---|
| RGB | rgb(239, 225, 167) | |
| HSL | hsl(48, 69%, 80%) | |
| CMYK | cmyk(0%, 6%, 30%, 6%) | |
| LAB | lab(90, -1, 30) | |
| OKLCH | oklch(0.91 0.076 96) |
Color harmonies
Tints & shades
Code snippets
color: #efe1a7;
background-color: #efe1a7;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFEFE1A7)
/* Swift / UIKit */
UIColor(red: 0.94, green: 0.88, blue: 0.65, alpha: 1.0)