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