Skip to content

#e1dbb7

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

RGB
225, 219, 183
HSL
51°, 41%, 80%
CMYK
0, 3, 19, 12
Luminance
0.7009

At a glance

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

Hex
#e1dbb7
Hue
51°
yellow
Saturation
41%
soft
Lightness
80%
light
Brightness
88%
HSV value
Perceived
85%
weighted brightness
Luminance
0.7009
WCAG relative
Temperature
Warm
18/100 cool
Color family
Yellow
Tone
Soft
Best ink
Black
15.02:1
Closest name
Wheat
ΔE2000 6.5
Where it sits
Hue51° of 360°
Saturation41%
Lightness80%
Temperature
Warm ← → Cool18% 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#e1dbb7
RGBrgb(225, 219, 183)
HSLhsl(51, 41%, 80%)
CMYKcmyk(0%, 3%, 19%, 12%)
LABlab(87.0 -3.8 18.5)
LCHlch(87.0 18.9 101.6)
OKLCHoklch(0.887 0.048 99.5)
Decimal14801847
Display P3color(display-p3 0.882 0.859 0.718)

Copy-ready code

/* CSS */
color: #e1dbb7;
background-color: #e1dbb7;
/* Tailwind (arbitrary) */
class="text-[#e1dbb7] bg-[#e1dbb7]"
/* SCSS */
$brand: #e1dbb7;
/* SwiftUI */
Color(red: 0.882, green: 0.859, blue: 0.718)
/* Android */
Color.parseColor("#e1dbb7")
/* Flutter */
Color(0xFFE1DBB7)
/* Python / OpenCV (BGR) */
(183, 219, 225)

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

Accessibility — WCAG contrast

Aa
#e1dbb7 on white: 1.40:1
AA ✗ fail · AA-large · AAA
Aa
#e1dbb7 on black: 15.02:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #E2D8B5
deuteranopia · #E4DBB8
tritanopia · #E8D6D1

Color scale — 50 to 950

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

#FAF9F5
#F5F3EB
#EAE6D2
#e1dbb7
#CEC488
#BDB061
#AD9E48
#90843C
#736A30
#544E26
#353118
Base = 300Lightest = 50 · #FAF9F5Darkest = 950 · #353118
:root {
  --brand-50: #FAF9F5;
  --brand-100: #F5F3EB;
  --brand-200: #EAE6D2;
  --brand-300: #e1dbb7;
  --brand-400: #CEC488;
  --brand-500: #BDB061;
  --brand-600: #AD9E48;
  --brand-700: #90843C;
  --brand-800: #736A30;
  --brand-900: #544E26;
  --brand-950: #353118;
  --brand: #e1dbb7;
  --brand-ink: #000000;
}

Colors that work with #e1dbb7

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#FAFAF4
Tinted page background
Border#E7E2C5
Hairlines and dividers
Muted text#9B8F4B
Captions on the surface
Accent#385C94
Second voice, not a rival
Dark variant#5A5225
Hover, pressed, headers
Light variant#F8F6ED
Selected rows, tints
Dark surface#242214
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 #e1dbb7

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#B7BDE1
Analogous left#E1C6B7
Analogous right#D2E1B7
Split-complement 1#B7D2E1
Split-complement 2#C6B7E1
Triadic 1#B7E1DB
Triadic 2#DBB7E1
Tetradic#B7E1C6

RGB percentages

Red88.2%
Green85.9%
Blue71.8%

CMYK percentages

Cyan0.0%
Magenta2.7%
Yellow18.7%
Key (black)11.8%

Color previews

#e1dbb7 text on a black background

contrast 15.02:1

Card sample

#e1dbb7 text on a white background

contrast 1.40:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

text-shadow: 0 0 14px rgba(225, 219, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(225, 219, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e1dbb7;
background: linear-gradient(135deg, #e1dbb7, #CBE1B7);

Monochromatic scale

Palettes built from #e1dbb7

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.

#e1dbb7 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.

#e1dbb7, answered

What color is #e1dbb7?

#e1dbb7 is a light soft yellow, closest to Wheat (ΔE2000 6.5). It sits at 51° on the hue wheel with 41% saturation and 80% lightness, which reads as warm.

What is the RGB value of #e1dbb7?

rgb(225, 219, 183) — 225 red, 219 green and 183 blue out of 255, or 88.2% / 85.9% / 71.8% by channel.

Is #e1dbb7 a light or a dark color?

It is a light color. Relative luminance is 0.7009 and perceived brightness is 85%, so black text on it reaches 15.02:1.

Should I use black or white text on #e1dbb7?

Black. It scores 15.02:1 against #e1dbb7, versus 1.40:1 for white — AAA at any size.

What is the complementary color of #e1dbb7?

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

What colors go well with #e1dbb7?

For interface work: #FAFAF4 as the surface, #E7E2C5 for borders, #9B8F4B for secondary text, #385C94 as an accent and #5A5225 for hover and pressed states. For a palette, the analogous pair #E1C6B7 and #D2E1B7 stays calm, while #B7BDE1 is the loudest partner.

What is #e1dbb7 in CMYK for printing?

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

Is #e1dbb7 warm or cool?

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

Work with #e1dbb7 in the Color Lab