Eggshell Hex Code — #F0EAD6
RGB, HSL, and CMYK values for Eggshell.
Last updated: April 6, 2026
Eggshell Color Values
| Format | Value |
|---|---|
| HEX | #F0EAD6 |
| RGB | rgb(240, 234, 214) |
| HSL | hsl(46, 46%, 89%) |
| CMYK | cmyk(0%, 3%, 11%, 6%) |
About Eggshell
Color psychology: Naturalness, comfort.
Eggshell (#F0EAD6) is a light shade of white with a hue angle of 46° on the color wheel, 46% saturation, and 89% lightness. It's commonly used in web design, graphic design, and branding where naturalness, comfort are desired associations.
In color theory, Eggshell sits in the warm section of the spectrum. Its moderate saturation gives it a balanced, professional appearance suitable for both text and backgrounds.
When to Use Eggshell in Design
Web Design
Use Eggshell 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
Eggshell conveys naturalness, comfort — 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:3% Y:11% K:6%) 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 Eggshell work well for card backgrounds, section dividers, and hover states. Pair with a darker variant for active/selected states.
How to Use Eggshell in CSS
/* Using HEX */ color: #F0EAD6; background-color: #F0EAD6; /* Using RGB */ color: rgb(240, 234, 214); /* Using HSL — best for creating variations */ color: hsl(46, 46%, 89%); /* Transparent overlay (50% opacity) */ background-color: rgba(240, 234, 214, 0.5); /* Lighter variant for hover states */ background-color: hsl(46, 46%, 95%); /* Darker variant for active states */ background-color: hsl(46, 46%, 79%);
HSL is the most flexible format for creating color systems. By adjusting the lightness value, you can generate an entire shade scale from Eggshell without changing its core hue or saturation.
Colors That Go With Eggshell
Complementary
Analogous
Triadic
Similar Shades of White
Frequently Asked Questions
What is the hex code for Eggshell?
What is Eggshell in RGB and when should I use RGB?
How to use Eggshell in CSS with different color formats?
What is the HSL value of Eggshell and why is HSL useful for designers?
What is the CMYK value of Eggshell for print design?
What colors pair well with Eggshell in design projects?
Is Eggshell (#F0EAD6) 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.