Mustard Hex Code — #FFDB58
RGB, HSL, and CMYK values for Mustard.
Mustard Color Values
| Format | Value |
|---|---|
| HEX | #FFDB58 |
| RGB | rgb(255, 219, 88) |
| HSL | hsl(47, 100%, 67%) |
| CMYK | cmyk(0%, 14%, 65%, 0%) |
Want to explore more shades? Use our Color Converter
About Mustard
Color psychology: Creativity, spice.
Mustard (#FFDB58) is a medium shade of yellow. It's commonly used in web design, graphic design, and branding where creativity, spice are desired associations.
How to Use Mustard in CSS
/* Using HEX */ color: #FFDB58; background-color: #FFDB58; /* Using RGB */ color: rgb(255, 219, 88); /* Using HSL */ color: hsl(47, 100%, 67%);