Skip to content

#e2dfc4

a light, soft yellow · warm · closest name: Beige

RGB
226, 223, 196
HSL
54°, 34%, 83%
CMYK
0, 1, 13, 11
Luminance
0.7293

At a glance

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

Hex
#e2dfc4
Hue
54°
yellow
Saturation
34%
soft
Lightness
83%
light
Brightness
89%
HSV value
Perceived
87%
weighted brightness
Luminance
0.7293
WCAG relative
Temperature
Warm
21/100 cool
Color family
Yellow
Tone
Soft
Best ink
Black
15.59:1
Closest name
Beige
ΔE2000 4.8
Where it sits
Hue54° of 360°
Saturation34%
Lightness83%
Temperature
Warm ← → Cool21% 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#e2dfc4
RGBrgb(226, 223, 196)
HSLhsl(54, 34%, 83%)
CMYKcmyk(0%, 1%, 13%, 11%)
LABlab(88.4 -3.5 13.6)
LCHlch(88.4 14.1 104.4)
OKLCHoklch(0.899 0.036 101.9)
Decimal14868420
Display P3color(display-p3 0.886 0.875 0.769)

Copy-ready code

/* CSS */
color: #e2dfc4;
background-color: #e2dfc4;
/* Tailwind (arbitrary) */
class="text-[#e2dfc4] bg-[#e2dfc4]"
/* SCSS */
$brand: #e2dfc4;
/* SwiftUI */
Color(red: 0.886, green: 0.875, blue: 0.769)
/* Android */
Color.parseColor("#e2dfc4")
/* Flutter */
Color(0xFFE2DFC4)
/* Python / OpenCV (BGR) */
(196, 223, 226)

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 #e2dfc4 · 15.59:1
Use #000000AAA at every size.
Aa
White text · 1.35:1
AA fail · AA large fail · AAA fail
Aa
Black text · 15.59:1 · recommended
AA pass · AA large pass · AAA pass
Reading the other direction: #e2dfc4 as text scores 1.35:1 on white and 15.59:1 on black.

Accessibility — WCAG contrast

Aa
#e2dfc4 on white: 1.35:1
AA ✗ fail · AA-large · AAA
Aa
#e2dfc4 on black: 15.59:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #E4DDC2
deuteranopia · #E6DFC5
tritanopia · #E7DBD7

Color scale — 50 to 950

A Tailwind-shaped ramp built around this exact hex. #e2dfc4 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.

#F9F9F5
#F4F3EC
#e2dfc4
#DAD6B4
#C8C28E
#B5AD69
#A49C51
#898243
#6D6836
#504D2A
#32301A
Base = 200Lightest = 50 · #F9F9F5Darkest = 950 · #32301A
:root {
  --brand-50: #F9F9F5;
  --brand-100: #F4F3EC;
  --brand-200: #e2dfc4;
  --brand-300: #DAD6B4;
  --brand-400: #C8C28E;
  --brand-500: #B5AD69;
  --brand-600: #A49C51;
  --brand-700: #898243;
  --brand-800: #6D6836;
  --brand-900: #504D2A;
  --brand-950: #32301A;
  --brand: #e2dfc4;
  --brand-ink: #000000;
}

Colors that work with #e2dfc4

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#FAF9F5
Tinted page background
Border#E4E1C8
Hairlines and dividers
Muted text#9A924C
Captions on the surface
Accent#3F5A8D
Second voice, not a rival
Dark variant#55512A
Hover, pressed, headers
Light variant#F7F6EE
Selected rows, tints
Dark surface#242314
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 #e2dfc4

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#C4C7E2
Analogous left#E2D0C4
Analogous right#D6E2C4
Split-complement 1#C4D6E2
Split-complement 2#D0C4E2
Triadic 1#C4E2DF
Triadic 2#DFC4E2
Tetradic#C4E2D0

RGB percentages

Red88.6%
Green87.5%
Blue76.9%

CMYK percentages

Cyan0.0%
Magenta1.3%
Yellow13.3%
Key (black)11.4%

Color previews

#e2dfc4 text on a black background

contrast 15.59:1

Card sample

#e2dfc4 text on a white background

contrast 1.35:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #e2dfc4

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.

#e2dfc4 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

Converts to four-color process without much drama. Proof it anyway.

#e2dfc4, answered

What color is #e2dfc4?

#e2dfc4 is a light soft yellow, closest to Beige (ΔE2000 4.8). It sits at 54° on the hue wheel with 34% saturation and 83% lightness, which reads as warm.

What is the RGB value of #e2dfc4?

rgb(226, 223, 196) — 226 red, 223 green and 196 blue out of 255, or 88.6% / 87.5% / 76.9% by channel.

Is #e2dfc4 a light or a dark color?

It is a light color. Relative luminance is 0.7293 and perceived brightness is 87%, so black text on it reaches 15.59:1.

Should I use black or white text on #e2dfc4?

Black. It scores 15.59:1 against #e2dfc4, versus 1.35:1 for white — AAA at any size.

What is the complementary color of #e2dfc4?

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

What colors go well with #e2dfc4?

For interface work: #FAF9F5 as the surface, #E4E1C8 for borders, #9A924C for secondary text, #3F5A8D as an accent and #55512A for hover and pressed states. For a palette, the analogous pair #E2D0C4 and #D6E2C4 stays calm, while #C4C7E2 is the loudest partner.

What is #e2dfc4 in CMYK for printing?

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

Is #e2dfc4 warm or cool?

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

Work with #e2dfc4 in the Color Lab