What color is Vanilla?
Vanilla is a pale, creamy yellow with a soft warm tone, hex #F3E5AB, close to the color of unbleached linen. It is lighter and less saturated than butter, with a gentle golden hue that keeps it from looking purely white.
What is the meaning of the color Vanilla?
Named after the vanilla orchid, cultivated first in Mexico by the Totonac people before Spanish traders brought it to Europe in the early 1500s. By the 17th century, vanilla was among the most expensive imported flavoring goods in Europe, and its pale cream color became associated with luxury and refinement. The color name entered English usage in the 19th century as vanilla became a common flavoring in confectionery and ice cream. Häagen-Dazs used vanilla as a signature flavor at its 1960 launch, anchoring the color’s long association with classic, understated quality.
What colors go with Vanilla?
Similar Colors
Conversions & Codes
| Format | Value | CSS |
|---|---|---|
| HEX | #F3E5AB |
color: #F3E5AB;
|
| RGB | 243, 229, 171 |
color: rgb(243, 229, 171);
|
| RGB Percentage | 95%, 90%, 67% |
color: rgb(95%, 90%, 67%);
|
| CMYK | 0%, 6%, 30%, 5% | Not supported in CSS |
| HSL | 48°, 75%, 81% |
color: hsl(48, 75%, 81%);
|
| HSV | 48°, 30%, 95% | Not supported in CSS |
| CIE-LAB | 65, 3, 19 |
color: lab(65% 3 19);
|
| Decimal | 15984043 | Not supported in CSS |
Color Variations
Shades
Tints
Tones
Hues
Color Harmonies
Analogous
Complementary
Split Complementary
Triadic
Tetradic
Square
CSS & Dev Snippets
.vanilla {
color: #F3E5AB;
}
$vanilla: #F3E5AB;
rgb(243, 229, 171)