Vinaigrette
#efdaae
Looking for the precise values behind Vinaigrette (#efdaae)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #efdaae | |
|---|---|---|
| RGB | rgb(239, 218, 174) | |
| HSL | hsl(41, 67%, 81%) | |
| CMYK | cmyk(0%, 9%, 27%, 6%) | |
| LAB | lab(88, 3, 25) | |
| OKLCH | oklch(0.89 0.062 85) |
Color harmonies
Tints & shades
Code snippets
color: #efdaae;
background-color: #efdaae;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFEFDAAE)
/* Swift / UIKit */
UIColor(red: 0.94, green: 0.85, blue: 0.68, alpha: 1.0)