Jasmine Hex Code — #F8DE7E
RGB, HSL, and CMYK values for Jasmine.
Last updated: April 6, 2026
Jasmine Color Values
| Format | Value |
|---|---|
| HEX | #F8DE7E |
| RGB | rgb(248, 222, 126) |
| HSL | hsl(47, 90%, 73%) |
| CMYK | cmyk(0%, 10%, 49%, 3%) |
About Jasmine
Color psychology: Grace, elegance.
Jasmine (#F8DE7E) is a light shade of yellow with a hue angle of 47° on the color wheel, 90% saturation, and 73% lightness. It's commonly used in web design, graphic design, and branding where grace, elegance are desired associations.
In color theory, Jasmine sits in the warm section of the spectrum. Its high saturation makes it vivid and attention-grabbing — ideal for CTAs, headings, and brand accents.
When to Use Jasmine in Design
Web Design
Use Jasmine as a background color with dark text overlay. Light colors like this create open, airy layouts that reduce visual fatigue for content-heavy pages.
Branding & Logo
Jasmine conveys grace, elegance — consider it for brands that want to project these qualities. Test it at small sizes (favicon, social avatar) to ensure it remains recognizable.
Print Design
Use the CMYK values (C:0% M:10% Y:49% K:3%) for accurate print reproduction in brochures, business cards, and packaging. Request a physical proof — screen colors often appear more vibrant than their printed equivalents.
UI / UX Design
Light colors like Jasmine work well for card backgrounds, section dividers, and hover states. Pair with a darker variant for active/selected states.
How to Use Jasmine in CSS
/* Using HEX */ color: #F8DE7E; background-color: #F8DE7E; /* Using RGB */ color: rgb(248, 222, 126); /* Using HSL — best for creating variations */ color: hsl(47, 90%, 73%); /* Transparent overlay (50% opacity) */ background-color: rgba(248, 222, 126, 0.5); /* Lighter variant for hover states */ background-color: hsl(47, 90%, 83%); /* Darker variant for active states */ background-color: hsl(47, 90%, 63%);
HSL is the most flexible format for creating color systems. By adjusting the lightness value, you can generate an entire shade scale from Jasmine without changing its core hue or saturation.
Colors That Go With Jasmine
Complementary
Analogous
Triadic
Similar Shades of Yellow
Frequently Asked Questions
What is the hex code for Jasmine?
What is Jasmine in RGB and when should I use RGB?
How to use Jasmine in CSS with different color formats?
What is the HSL value of Jasmine and why is HSL useful for designers?
What is the CMYK value of Jasmine for print design?
What colors pair well with Jasmine in design projects?
Is Jasmine (#F8DE7E) accessible for web design and WCAG compliant?
Was this page helpful?
Written by
Tamanna Tasnim
Senior Full Stack Developer
Full-stack developer with deep expertise in data formats, APIs, and developer tooling. Writes in-depth technical comparisons and conversion guides backed by hands-on engineering experience across modern web stacks.