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