Mustard Hex Code — #FFDB58
RGB, HSL, and CMYK values for Mustard.
Last updated: April 6, 2026
Mustard Color Values
| Format | Value |
|---|---|
| HEX | #FFDB58 |
| RGB | rgb(255, 219, 88) |
| HSL | hsl(47, 100%, 67%) |
| CMYK | cmyk(0%, 14%, 65%, 0%) |
About Mustard
Color psychology: Creativity, spice.
Mustard (#FFDB58) is a medium shade of yellow with a hue angle of 47° on the color wheel, 100% saturation, and 67% lightness. It's commonly used in web design, graphic design, and branding where creativity, spice are desired associations.
In color theory, Mustard 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 Mustard in Design
Web Design
Use Mustard 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
Mustard conveys creativity, spice — 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:14% Y:65% K:0%) 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 Mustard work well for card backgrounds, section dividers, and hover states. Pair with a darker variant for active/selected states.
How to Use Mustard in CSS
/* Using HEX */ color: #FFDB58; background-color: #FFDB58; /* Using RGB */ color: rgb(255, 219, 88); /* Using HSL — best for creating variations */ color: hsl(47, 100%, 67%); /* Transparent overlay (50% opacity) */ background-color: rgba(255, 219, 88, 0.5); /* Lighter variant for hover states */ background-color: hsl(47, 100%, 77%); /* Darker variant for active states */ background-color: hsl(47, 100%, 57%);
HSL is the most flexible format for creating color systems. By adjusting the lightness value, you can generate an entire shade scale from Mustard without changing its core hue or saturation.
Colors That Go With Mustard
Complementary
Analogous
Triadic
Similar Shades of Yellow
Frequently Asked Questions
What is the hex code for Mustard?
What is Mustard in RGB and when should I use RGB?
How to use Mustard in CSS with different color formats?
What is the HSL value of Mustard and why is HSL useful for designers?
What is the CMYK value of Mustard for print design?
What colors pair well with Mustard in design projects?
Is Mustard (#FFDB58) 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.