What Color Is E9D7D0?
The hex code #E9D7D0 produces a soft very light orange. It breaks down into RGB channels of 233 red, 215 green, and 208 blue, placing it firmly in the orange color family. On the HSL model, it sits at 17° on the color wheel with 36% saturation — giving it a muted quality — and 86% lightness, making it very light. The perceived brightness is 86% (220/255), meaning dark text (#1a1a2e) will provide optimal readability when layered on top.
E9D7D0 Color Values
What Does E9D7D0 Mean in Design?
Orange hues suggest creativity, enthusiasm, warmth, and adventure. As a very light variant with 36% saturation, #E9D7D0 carries a muted energy that makes it suitable for both primary and supporting roles in design systems. In color psychology, orange tones are associated with warmth and approachability, making #E9D7D0 ideal for brands that need to project friendliness and enthusiasm.
Where to Use E9D7D0 — Practical Applications
#E9D7D0 as a full-bleed background with dark text (#1a1a2e) overlay text for immediate visual impact on landing pages.rgba(233, 215, 208, 0.15)) for subtle card surfaces that add depth without overwhelming content.#BAACA6) for clear interactive feedback.#E9D7D0 as the primary swatch, using #CEE1E8 as the complementary accent.#CEE8D6 and #D6CEE8 for a triadic scheme that maximizes readability.#E9D7D0 backgrounds with white typography overlays.#E9D7D0 to #EEE1DC for eye-catching newsletter designs.E9D7D0 Color Combinations
These are mathematically calculated color harmonies based on the 17° hue position of #E9D7D0 on the color wheel. Use them to build balanced, professional palettes.
Similar Colors to E9D7D0
Colors visually close to #E9D7D0 with subtle variations in hue, saturation, or brightness. Useful for creating gradient transitions, hover states, and layered interface designs.
Tints and Shades of E9D7D0
A tint is made by mixing #E9D7D0 with white (increasing lightness), while a shade is made by mixing with black (decreasing lightness). These variations are essential for creating depth, hierarchy, and interactive states in UI design.
How to Use E9D7D0 in CSS
Copy-ready CSS code snippets for implementing #E9D7D0 in your stylesheets. Includes custom properties, gradients, and opacity variants.
.element {
color: #E9D7D0;
background-color: #E9D7D0;
border: 2px solid #E9D7D0;
box-shadow: 0 4px 14px rgba(233, 215, 208, 0.35);
}
/* CSS Custom Property */
:root {
--color-primary: #E9D7D0;
--color-primary-light: #EEE1DC;
--color-primary-dark: #BAACA6;
--color-primary-rgb: 233, 215, 208;
}
/* Gradient example */
.gradient-bg {
background: linear-gradient(135deg, #E9D7D0 0%, #E8E3CE 100%);
}
/* RGBA with opacity */
.overlay {
background: rgba(233, 215, 208, 0.15);
}
E9D7D0 in Design Systems
When integrating #E9D7D0 into a design system, define it as a semantic token: --color-orange-very-light: #E9D7D0;. For WCAG 2.1 AA compliance, pair it with dark text (#1a1a2e) for body text. The lighter tint #EEE1DC works for subtle surface fills, while the darker shade #BAACA6 is ideal for focus rings and active states. In Figma or Sketch, add it to your shared library as Orange/Very-Light so the entire team references the single source of truth.
Accessibility Considerations for E9D7D0
Since #E9D7D0 is a light color (brightness 86%), use dark text to meet WCAG 2.1 contrast requirements. A foreground of #1a1a2e on a #E9D7D0 background will pass AA for normal text and AAA for large text. Always test with tools like the ColorPickerCode contrast checker before shipping to production.
Frequently Asked Questions About E9D7D0
What color is #E9D7D0?
#E9D7D0 is a soft very light orange with RGB(233, 215, 208) and HSL(17°, 36%, 86%). It belongs to the orange family.What is the RGB value of E9D7D0?
Is #E9D7D0 dark or light?
What is the CMYK of E9D7D0?
What colors go well with #E9D7D0?
How do I use E9D7D0 in CSS?
color: #E9D7D0; for text, background-color: #E9D7D0; for backgrounds, border: 2px solid #E9D7D0; for borders.