Skip to content

#eddbb7

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

RGB
237, 219, 183
HSL
40°, 60%, 82%
CMYK
0, 8, 23, 7
Luminance
0.7209

At a glance

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

Hex
#eddbb7
Hue
40°
yellow
Saturation
60%
vivid
Lightness
82%
light
Brightness
93%
HSV value
Perceived
87%
weighted brightness
Luminance
0.7209
WCAG relative
Temperature
Warm
8/100 cool
Color family
Yellow
Tone
Vivid
Best ink
Black
15.42:1
Closest name
Wheat
ΔE2000 2.3
Where it sits
Hue40° of 360°
Saturation60%
Lightness82%
Temperature
Warm ← → Cool8% 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#eddbb7
RGBrgb(237, 219, 183)
HSLhsl(40, 60%, 82%)
CMYKcmyk(0%, 8%, 23%, 7%)
LABlab(88.0 0.6 20.0)
LCHlch(88.0 20.0 88.2)
OKLCHoklch(0.897 0.051 84.5)
Decimal15588279
Display P3color(display-p3 0.929 0.859 0.718)

Copy-ready code

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

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

Accessibility — WCAG contrast

Aa
#eddbb7 on white: 1.36:1
AA ✗ fail · AA-large · AAA
Aa
#eddbb7 on black: 15.42:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #E4DAB5
deuteranopia · #E9DFB8
tritanopia · #F6D5D1

Color scale — 50 to 950

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

#FBF9F4
#F7F2E9
#EFE4CC
#eddbb7
#DDBC78
#D2A54B
#C49331
#A37A29
#836221
#5F481B
#3B2D11
Base = 300Lightest = 50 · #FBF9F4Darkest = 950 · #3B2D11
:root {
  --brand-50: #FBF9F4;
  --brand-100: #F7F2E9;
  --brand-200: #EFE4CC;
  --brand-300: #eddbb7;
  --brand-400: #DDBC78;
  --brand-500: #D2A54B;
  --brand-600: #C49331;
  --brand-700: #A37A29;
  --brand-800: #836221;
  --brand-900: #5F481B;
  --brand-950: #3B2D11;
  --brand: #eddbb7;
  --brand-ink: #000000;
}

Colors that work with #eddbb7

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#FAF8F4
Tinted page background
Border#EDDEC0
Hairlines and dividers
Muted text#9B804B
Captions on the surface
Accent#2471A8
Second voice, not a rival
Dark variant#664D1A
Hover, pressed, headers
Light variant#FAF5EB
Selected rows, tints
Dark surface#241F14
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 #eddbb7

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

Works well for
  • Text and icons on dark surfaces
  • Primary buttons and calls to action
  • Focus rings, active and selected states
  • Card and section backgrounds
  • Brand accents, badges and data highlights
Use with care
  • Text of any size on white — fails WCAG AA
  • Full-page backgrounds — tiring over long sessions
  • 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#B7C9ED
Analogous left#EDC0B7
Analogous right#E4EDB7
Split-complement 1#B7E4ED
Split-complement 2#C0B7ED
Triadic 1#B7EDDB
Triadic 2#DBB7ED
Tetradic#B7EDC0

RGB percentages

Red92.9%
Green85.9%
Blue71.8%

CMYK percentages

Cyan0.0%
Magenta7.6%
Yellow22.8%
Key (black)7.1%

Color previews

#eddbb7 text on a black background

contrast 15.42:1

Card sample

#eddbb7 text on a white background

contrast 1.36:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #eddbb7

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.

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

#eddbb7, answered

What color is #eddbb7?

#eddbb7 is a light vivid yellow, closest to Wheat (ΔE2000 2.3). It sits at 40° on the hue wheel with 60% saturation and 82% lightness, which reads as warm.

What is the RGB value of #eddbb7?

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

Is #eddbb7 a light or a dark color?

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

Should I use black or white text on #eddbb7?

Black. It scores 15.42:1 against #eddbb7, versus 1.36:1 for white — AAA at any size.

What is the complementary color of #eddbb7?

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

What colors go well with #eddbb7?

For interface work: #FAF8F4 as the surface, #EDDEC0 for borders, #9B804B for secondary text, #2471A8 as an accent and #664D1A for hover and pressed states. For a palette, the analogous pair #EDC0B7 and #E4EDB7 stays calm, while #B7C9ED is the loudest partner.

What is #eddbb7 in CMYK for printing?

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

Is #eddbb7 warm or cool?

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

Work with #eddbb7 in the Color Lab