Alabaster Hex Code — #EDEADE
RGB, HSL, and CMYK values for Alabaster.
Last updated: April 6, 2026
Alabaster Color Values
| Format | Value |
|---|---|
| HEX | #EDEADE |
| RGB | rgb(237, 234, 222) |
| HSL | hsl(48, 29%, 90%) |
| CMYK | cmyk(0%, 1%, 6%, 7%) |
About Alabaster
Color psychology: Clean, classic.
Alabaster (#EDEADE) is a light shade of white with a hue angle of 48° on the color wheel, 29% saturation, and 90% lightness. It's commonly used in web design, graphic design, and branding where clean, classic are desired associations.
In color theory, Alabaster sits in the warm section of the spectrum. Its low saturation creates a muted, understated tone — great for backgrounds, borders, and subtle UI elements.
When to Use Alabaster in Design
Web Design
Use Alabaster 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
Alabaster conveys clean, classic — 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:1% Y:6% 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 Alabaster work well for card backgrounds, section dividers, and hover states. Pair with a darker variant for active/selected states.
How to Use Alabaster in CSS
/* Using HEX */ color: #EDEADE; background-color: #EDEADE; /* Using RGB */ color: rgb(237, 234, 222); /* Using HSL — best for creating variations */ color: hsl(48, 29%, 90%); /* Transparent overlay (50% opacity) */ background-color: rgba(237, 234, 222, 0.5); /* Lighter variant for hover states */ background-color: hsl(48, 29%, 95%); /* Darker variant for active states */ background-color: hsl(48, 29%, 80%);
HSL is the most flexible format for creating color systems. By adjusting the lightness value, you can generate an entire shade scale from Alabaster without changing its core hue or saturation.
Colors That Go With Alabaster
Complementary
Analogous
Triadic
Similar Shades of White
Frequently Asked Questions
What is the hex code for Alabaster?
What is Alabaster in RGB and when should I use RGB?
How to use Alabaster in CSS with different color formats?
What is the HSL value of Alabaster and why is HSL useful for designers?
What is the CMYK value of Alabaster for print design?
What colors pair well with Alabaster in design projects?
Is Alabaster (#EDEADE) 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.