Buttercup Hex Code — #F9E915
RGB, HSL, and CMYK values for Buttercup.
Last updated: April 6, 2026
Buttercup Color Values
| Format | Value |
|---|---|
| HEX | #F9E915 |
| RGB | rgb(249, 233, 21) |
| HSL | hsl(56, 95%, 53%) |
| CMYK | cmyk(0%, 6%, 92%, 2%) |
About Buttercup
Color psychology: Innocence, cheerfulness.
Buttercup (#F9E915) is a medium shade of yellow with a hue angle of 56° on the color wheel, 95% saturation, and 53% lightness. It's commonly used in web design, graphic design, and branding where innocence, cheerfulness are desired associations.
In color theory, Buttercup 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 Buttercup in Design
Web Design
Use Buttercup for headings, links, or accent elements against light backgrounds. Dark colors like this provide strong contrast and draw the eye to important content.
Branding & Logo
Buttercup conveys innocence, cheerfulness — 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:92% 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 Buttercup work well for card backgrounds, section dividers, and hover states. Pair with a darker variant for active/selected states.
How to Use Buttercup in CSS
/* Using HEX */ color: #F9E915; background-color: #F9E915; /* Using RGB */ color: rgb(249, 233, 21); /* Using HSL — best for creating variations */ color: hsl(56, 95%, 53%); /* Transparent overlay (50% opacity) */ background-color: rgba(249, 233, 21, 0.5); /* Lighter variant for hover states */ background-color: hsl(56, 95%, 63%); /* Darker variant for active states */ background-color: hsl(56, 95%, 43%);
HSL is the most flexible format for creating color systems. By adjusting the lightness value, you can generate an entire shade scale from Buttercup without changing its core hue or saturation.
Colors That Go With Buttercup
Complementary
Analogous
Triadic
Similar Shades of Yellow
Frequently Asked Questions
What is the hex code for Buttercup?
What is Buttercup in RGB and when should I use RGB?
How to use Buttercup in CSS with different color formats?
What is the HSL value of Buttercup and why is HSL useful for designers?
What is the CMYK value of Buttercup for print design?
What colors pair well with Buttercup in design projects?
Is Buttercup (#F9E915) 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.