Jasmine (#F8DE7E)
HEX, RGB, HSL, CMYK values + mood/style/use-case color tags. Use this page to keep your colors consistent across web and print.
Preview
Contrast vs white: 1.33:1 — vs black: 15.74:1
Color values
-
HEX
#F8DE7E -
RGB
rgb(248, 222, 126) -
HSL
hsl(47, 89%, 73%) -
CMYK
cmyk( 0, 10, 49, 3 ) -
Websafe
#FFCC66
Tags
Mood
Style
Use case
Tip: tags are heuristic suggestions (helpful for browsing and inspiration).
Color Harmonies
Colors that pair well with #F8DE7E based on color theory relationships.
The color directly opposite on the color wheel — creates maximum contrast and vibrance.
#F8DE7E
Base
#7E98F8
Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.
#F8DE7E
Base
#F8A17E
#D5F87E
Three colors equally spaced 120° apart — bold, balanced, and visually rich.
#F8DE7E
Base
#7EF8DE
#DE7EF8
Two colors flanking the complement — high contrast with less tension than full complementary.
#F8DE7E
Base
#7ED5F8
#A17EF8
Four colors at 90° intervals — rich variety, best when one color dominates.
#F8DE7E
Base
#7EF8A1
#7E98F8
#F87ED5
Shades and tints of the same hue — cohesive, elegant, and easy to work with.
#F8DE7E
Base
#D2A70B
#F4CB35
#F6D457
#FAE8A5
#FCF1C7
#FEF9E7
Darker shades and lighter tints of Jasmine, generated by adjusting lightness while keeping the same hue and saturation.
Shades (darker)
#181301
#5A4805
#9C7D08
#DFB20C
#F4CD3C
#F8DE7E
Base
#F9E393
#FAE9A8
#FBEEBD
#FDF3D2
#FEF9E7
Ready-to-use code snippets for #F8DE7E. Click the copy button to copy any snippet to your clipboard.
/* Background */
.element {
background-color: #F8DE7E;
}
/* Text */
.element {
color: #F8DE7E;
}
/* Border */
.element {
border: 1px solid #F8DE7E;
}
/* Linear gradient to complementary */
.element {
background: linear-gradient(
to right,
#F8DE7E,
#7E98F8
);
}
/* Radial gradient */
.element {
background: radial-gradient(
circle,
#F8DE7E,
#7E98F8
);
}
// SCSS variable
$jasmine: #F8DE7E;
// With RGB channels (useful for rgba() usage)
$jasmine-r: 248;
$jasmine-g: 222;
$jasmine-b: 126;
// Usage
.element {
background-color: $jasmine;
color: rgba($jasmine-r, $jasmine-g, $jasmine-b, 0.8);
}
How Jasmine appears to people with different types of color vision deficiency.
#F8DE7E
How the color appears with full color vision.
#E6E67D
Deuteranopia affects ~8% of males. Green cones are absent, making it difficult to distinguish red from green. The most common form of color blindness.
#E1E17E
Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
#FFD5D5
Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
#DFDFDF
Achromatopsia is complete color blindness. The world is seen entirely in shades of grey. Affects ~1 in 30,000 people.
How to use this color
- Copy HEX for CSS and design tools, or RGB/HSL for UI adjustments.
- Use CMYK when preparing print assets (posters, packaging, brochures).
- Check contrast before using it for text or important UI elements.