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