Skip to content

#e4dfd3

a pale, soft yellow · warm · closest name: Linen

RGB
228, 223, 211
HSL
42°, 24%, 86%
CMYK
0, 2, 8, 11
Luminance
0.7397

At a glance

Every number on this page in one read: what #e4dfd3 is made of, how bright it looks, and which way it leans.

Hex
#e4dfd3
Hue
42°
yellow
Saturation
24%
soft
Lightness
86%
pale
Brightness
89%
HSV value
Perceived
88%
weighted brightness
Luminance
0.7397
WCAG relative
Temperature
Warm
23/100 cool
Color family
Yellow
Tone
Soft
Best ink
Black
15.79:1
Closest name
Linen
ΔE2000 4.9
Where it sits
Hue42° of 360°
Saturation24%
Lightness86%
Temperature
Warm ← → Cool23% cool

Reads warm. Warm and cool siblings keep the same lightness, so you can swap one in without redoing your contrast maths.

Every format

HEX#e4dfd3
RGBrgb(228, 223, 211)
HSLhsl(42, 24%, 86%)
CMYKcmyk(0%, 2%, 8%, 11%)
LABlab(88.9 -0.4 6.5)
LCHlch(88.9 6.5 93.2)
OKLCHoklch(0.904 0.017 88.0)
Decimal14999507
Display P3color(display-p3 0.894 0.875 0.827)

Copy-ready code

/* CSS */
color: #e4dfd3;
background-color: #e4dfd3;
/* Tailwind (arbitrary) */
class="text-[#e4dfd3] bg-[#e4dfd3]"
/* SCSS */
$brand: #e4dfd3;
/* SwiftUI */
Color(red: 0.894, green: 0.875, blue: 0.827)
/* Android */
Color.parseColor("#e4dfd3")
/* Flutter */
Color(0xFFE4DFD3)
/* Python / OpenCV (BGR) */
(211, 223, 228)

Best text color

Only one of black and white can be right. This is the one, with the number that proves it.

Readable at a glance#000000 on #e4dfd3 · 15.79:1
Use #000000AAA at every size.
Aa
White text · 1.33:1
AA fail · AA large fail · AAA fail
Aa
Black text · 15.79:1 · recommended
AA pass · AA large pass · AAA pass
Reading the other direction: #e4dfd3 as text scores 1.33:1 on white and 15.79:1 on black.

Accessibility — WCAG contrast

Aa
#e4dfd3 on white: 1.33:1
AA ✗ fail · AA-large · AAA
Aa
#e4dfd3 on black: 15.79:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #E2DED2
deuteranopia · #E3E0D3
tritanopia · #E7DDDB

Color scale — 50 to 950

A Tailwind-shaped ramp built around this exact hex. #e4dfd3 is pinned to step 200; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.

#F9F8F6
#F3F1ED
#e4dfd3
#D4CCB9
#BFB397
#AA9A74
#98865D
#7E704E
#655A3E
#4B4330
#2F2A1E
Base = 200Lightest = 50 · #F9F8F6Darkest = 950 · #2F2A1E
:root {
  --brand-50: #F9F8F6;
  --brand-100: #F3F1ED;
  --brand-200: #e4dfd3;
  --brand-300: #D4CCB9;
  --brand-400: #BFB397;
  --brand-500: #AA9A74;
  --brand-600: #98865D;
  --brand-700: #7E704E;
  --brand-800: #655A3E;
  --brand-900: #4B4330;
  --brand-950: #2F2A1E;
  --brand: #e4dfd3;
  --brand-ink: #000000;
}

Colors that work with #e4dfd3

Not a palette — a role sheet. Each swatch answers one question you will hit while building the component.

Text on it#000000
Black wins here
Surface#F9F8F6
Tinted page background
Border#E0DACC
Hairlines and dividers
Muted text#8E7E57
Captions on the surface
Accent#4B6781
Second voice, not a rival
Dark variant#4F4631
Hover, pressed, headers
Light variant#F5F4EF
Selected rows, tints
Dark surface#231F15
Dark-mode background
Light mode
Everything in its place

Surface, border, heading and body all derive from this one hue, so the screen stays coherent without a second palette.

Primary actionSecondaryBadge
Dark mode
Same hue, inverted

Lightness flips, hue holds. The accent stays the anchor in both themes.

Primary actionSecondaryAccent

How to use #e4dfd3

Derived from its contrast, chroma and lightness — not from taste.

Works well for
  • Text and icons on dark surfaces
  • Charts, tags and secondary surfaces
  • Card and section backgrounds
  • Brand accents, badges and data highlights
Use with care
  • Text of any size on white — fails WCAG AA
  • White text placed on it
  • Thin strokes and 1px borders — they disappear on light UI
  • Pairing with a same-lightness hue — edges vibrate

Similar colors

One move away from this hex in each direction. Every swatch is its own page.

Color relationships

The wheel positions with their names attached, so you can grab the one you actually need.

Complementary#D3D8E4
Analogous left#E4D7D3
Analogous right#E1E4D3
Split-complement 1#D3E1E4
Split-complement 2#D7D3E4
Triadic 1#D3E4DF
Triadic 2#DFD3E4
Tetradic#D3E4D7

RGB percentages

Red89.4%
Green87.5%
Blue82.7%

CMYK percentages

Cyan0.0%
Magenta2.2%
Yellow7.5%
Key (black)10.6%

Color previews

#e4dfd3 text on a black background

contrast 15.79:1

Card sample

#e4dfd3 text on a white background

contrast 1.33:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

color: #e4dfd3;
Background color
Panel with #e4dfd3 background
background-color: #e4dfd3;
Text shadow — hex

Glowing headline

text-shadow: 2px 2px 8px #e4dfd3;
Text shadow — RGB

Soft neon halo

text-shadow: 0 0 14px rgba(228, 223, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(228, 223, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e4dfd3;
background: linear-gradient(135deg, #e4dfd3, #DEE4D3);

Monochromatic scale

Palettes built from #e4dfd3

Shades — darker

Tints — lighter

Color harmonies

Nearest named colors

Ranked with CIEDE2000 across all 139 CSS keywords. Under ΔE 2 the eye stops telling them apart; over ΔE 10 they are plainly different colors.

#e4dfd3 in the real world

Where a color in this family tends to land, and the interface roles it is usually asked to play.

Industries
RetailLeisureEnergyWarning systems
Common UI roles
SurfacesBadgesHighlightsEmpty states
Print note

Very light tints can drop out on uncoated stock; check it at 100% size before signing off.

#e4dfd3, answered

What color is #e4dfd3?

#e4dfd3 is a pale soft yellow, closest to Linen (ΔE2000 4.9). It sits at 42° on the hue wheel with 24% saturation and 86% lightness, which reads as warm.

What is the RGB value of #e4dfd3?

rgb(228, 223, 211) — 228 red, 223 green and 211 blue out of 255, or 89.4% / 87.5% / 82.7% by channel.

Is #e4dfd3 a light or a dark color?

It is a light color. Relative luminance is 0.7397 and perceived brightness is 88%, so black text on it reaches 15.79:1.

Should I use black or white text on #e4dfd3?

Black. It scores 15.79:1 against #e4dfd3, versus 1.33:1 for white — AAA at any size.

What is the complementary color of #e4dfd3?

#D3D8E4 sits directly opposite on the wheel. Softer options are the split-complements #D3E1E4 and #D7D3E4, which give the same contrast with far less vibration.

What colors go well with #e4dfd3?

For interface work: #F9F8F6 as the surface, #E0DACC for borders, #8E7E57 for secondary text, #4B6781 as an accent and #4F4631 for hover and pressed states. For a palette, the analogous pair #E4D7D3 and #E1E4D3 stays calm, while #D3D8E4 is the loudest partner.

What is #e4dfd3 in CMYK for printing?

cmyk(0%, 2%, 8%, 11%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.

Is #e4dfd3 warm or cool?

Warm — it scores 23 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #E4DBD3; nudged cooler, #E3E5D2.

Work with #e4dfd3 in the Color Lab