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