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

FormatValueUsage
HEX#E9D7D0CSS, HTML, SVG
RGB233, 215, 208Screens, CSS, JavaScript
HSL17°, 36%, 86%CSS, Design tools
CMYK0%, 8%, 11%, 9%Print, packaging
Brightness86% (220/255)Accessibility checks
FamilyorangeColor classification
TemperaturewarmDesign psychology

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

Website hero sections — Use #E9D7D0 as a full-bleed background with dark text (#1a1a2e) overlay text for immediate visual impact on landing pages.
UI card backgrounds — Apply at 15% opacity (rgba(233, 215, 208, 0.15)) for subtle card surfaces that add depth without overwhelming content.
Button accent color — Set as the primary CTA button color with a darker hover state (#BAACA6) for clear interactive feedback.
Brand identity systems — Anchor a brand palette with #E9D7D0 as the primary swatch, using #CEE1E8 as the complementary accent.
Data visualization — Use in chart legends and graph bars. Pair with #CEE8D6 and #D6CEE8 for a triadic scheme that maximizes readability.
Social media templates — Create cohesive Instagram stories and LinkedIn banners using #E9D7D0 backgrounds with white typography overlays.
Email marketing headers — Apply as the top banner gradient from #E9D7D0 to #EEE1DC for eye-catching newsletter designs.
Mobile app theming — Set as the navigation bar and status bar color on both iOS and Android for a consistent, branded mobile experience.

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.

Lighter 75%: #EEE1DC
Lighter 50%: #F4EBE8
Lighter 25%: #FAF5F3
Base Color: #E9D7D0
Darker 20%: #BAACA6
Darker 40%: #8C817D
Darker 60%: #5D5653

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?
RGB(233, 215, 208). Red=233, Green=215, Blue=208. Each channel ranges from 0 to 255.
Is #E9D7D0 dark or light?
Perceived brightness is 220/255 (86%), classified as very light. Use dark text (#1a1a2e) for body text.
What is the CMYK of E9D7D0?
CMYK: 0%, 8%, 11%, 9%. Use this for print reproduction of #E9D7D0.
What colors go well with #E9D7D0?
Complementary: #CEE1E8. Analogous: #E8E3CE & #E8CED4. Triadic: #CEE8D6 & #D6CEE8.
How do I use E9D7D0 in CSS?
color: #E9D7D0; for text, background-color: #E9D7D0; for backgrounds, border: 2px solid #E9D7D0; for borders.
What is the HSL of #E9D7D0?
HSL: 17°, 36%, 86%. Hue 17°, saturation 36%, lightness 86%.
Can #E9D7D0 be used for branding?
Yes. Test in both RGB (screens) and CMYK (print). Pair with #1a1a2e for text. The orange family projects warmth and energy.