What color is Jasmine?
Jasmine is a soft, warm yellow with a creamy undertone, hex #F8DE7E, close to the color of fresh jasmine blossoms. It is lighter and more muted than a bright lemon yellow, with a gentle golden quality that keeps it from looking stark.
What is the meaning of the color Jasmine?
Persian in origin, jasmine as a color name traces to the flowering plant brought westward along trade routes by the 16th century. The plant’s association with delicacy and fragrance made its pale yellow a natural name for soft, warm tones in fabric and dye traditions. Crayola introduced Jasmine as a crayon color in 1994, anchoring the name to a specific, recognizable shade for a mass audience.
What colors go with Jasmine?
Colors that pair well with Jasmine include:
Sage Green: soft, natural balance
Dusty Rose: gentle warm contrast
Navy Blue: cool, grounding depth
Ivory: subtle tonal harmony
Terracotta: rich, earthy warmth
Similar Colors
Conversions & Codes
| Format | Value | CSS |
|---|---|---|
| HEX | #F8DE7E |
color: #F8DE7E;
|
| RGB | 248, 222, 126 |
color: rgb(248, 222, 126);
|
| RGB Percentage | 97%, 87%, 49% |
color: rgb(97%, 87%, 49%);
|
| CMYK | 0%, 10%, 49%, 3% | Not supported in CSS |
| HSL | 47°, 90%, 73% |
color: hsl(47, 90%, 73%);
|
| HSV | 47°, 49%, 97% | Not supported in CSS |
| CIE-LAB | 58, 5, 32 |
color: lab(58% 5 32);
|
| Decimal | 16309886 | Not supported in CSS |
Color Variations
Shades
Tints
Tones
Hues
Color Harmonies
Analogous
Complementary
Split Complementary
Triadic
Tetradic
Square
CSS & Dev Snippets
.jasmine {
color: #F8DE7E;
}
$jasmine: #F8DE7E;
rgb(248, 222, 126)