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