Skip to content

#eeddb3

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

RGB
238, 221, 179
HSL
43°, 63%, 82%
CMYK
0, 7, 25, 7
Luminance
0.7314

At a glance

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

Hex
#eeddb3
Hue
43°
yellow
Saturation
63%
vivid
Lightness
82%
light
Brightness
93%
HSV value
Perceived
87%
weighted brightness
Luminance
0.7314
WCAG relative
Temperature
Warm
11/100 cool
Color family
Yellow
Tone
Vivid
Best ink
Black
15.63:1
Closest name
Wheat
ΔE2000 2.2
Where it sits
Hue43° of 360°
Saturation63%
Lightness82%
Temperature
Warm ← → Cool11% 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#eeddb3
RGBrgb(238, 221, 179)
HSLhsl(43, 63%, 82%)
CMYKcmyk(0%, 7%, 25%, 7%)
LABlab(88.5 -0.6 22.8)
LCHlch(88.5 22.8 91.5)
OKLCHoklch(0.901 0.058 88.6)
Decimal15654323
Display P3color(display-p3 0.933 0.867 0.702)

Copy-ready code

/* CSS */
color: #eeddb3;
background-color: #eeddb3;
/* Tailwind (arbitrary) */
class="text-[#eeddb3] bg-[#eeddb3]"
/* SCSS */
$brand: #eeddb3;
/* SwiftUI */
Color(red: 0.933, green: 0.867, blue: 0.702)
/* Android */
Color.parseColor("#eeddb3")
/* Flutter */
Color(0xFFEEDDB3)
/* Python / OpenCV (BGR) */
(179, 221, 238)

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

Accessibility — WCAG contrast

Aa
#eeddb3 on white: 1.34:1
AA ✗ fail · AA-large · AAA
Aa
#eeddb3 on black: 15.63:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #E7DBB0
deuteranopia · #EBE0B4
tritanopia · #F8D6D1

Color scale — 50 to 950

A Tailwind-shaped ramp built around this exact hex. #eeddb3 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
#F7F3E8
#F0E6CB
#eeddb3
#E0C175
#D6AD48
#C89B2D
#A78125
#85681E
#614C1A
#3D3010
Base = 300Lightest = 50 · #FBF9F4Darkest = 950 · #3D3010
:root {
  --brand-50: #FBF9F4;
  --brand-100: #F7F3E8;
  --brand-200: #F0E6CB;
  --brand-300: #eeddb3;
  --brand-400: #E0C175;
  --brand-500: #D6AD48;
  --brand-600: #C89B2D;
  --brand-700: #A78125;
  --brand-800: #85681E;
  --brand-900: #614C1A;
  --brand-950: #3D3010;
  --brand: #eeddb3;
  --brand-ink: #000000;
}

Colors that work with #eeddb3

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#FAF9F4
Tinted page background
Border#EDE0C0
Hairlines and dividers
Muted text#9B844B
Captions on the surface
Accent#216CAB
Second voice, not a rival
Dark variant#685117
Hover, pressed, headers
Light variant#FAF6EA
Selected rows, tints
Dark surface#242014
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 #eeddb3

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#B3C4EE
Analogous left#EEC0B3
Analogous right#E2EEB3
Split-complement 1#B3E2EE
Split-complement 2#C0B3EE
Triadic 1#B3EEDD
Triadic 2#DDB3EE
Tetradic#B3EEC0

RGB percentages

Red93.3%
Green86.7%
Blue70.2%

CMYK percentages

Cyan0.0%
Magenta7.1%
Yellow24.8%
Key (black)6.7%

Color previews

#eeddb3 text on a black background

contrast 15.63:1

Card sample

#eeddb3 text on a white background

contrast 1.34:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

text-shadow: 0 0 14px rgba(238, 221, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 221, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeddb3;
background: linear-gradient(135deg, #eeddb3, #D8EEB3);

Monochromatic scale

Palettes built from #eeddb3

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.

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

#eeddb3, answered

What color is #eeddb3?

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

What is the RGB value of #eeddb3?

rgb(238, 221, 179) — 238 red, 221 green and 179 blue out of 255, or 93.3% / 86.7% / 70.2% by channel.

Is #eeddb3 a light or a dark color?

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

Should I use black or white text on #eeddb3?

Black. It scores 15.63:1 against #eeddb3, versus 1.34:1 for white — AAA at any size.

What is the complementary color of #eeddb3?

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

What colors go well with #eeddb3?

For interface work: #FAF9F4 as the surface, #EDE0C0 for borders, #9B844B for secondary text, #216CAB as an accent and #685117 for hover and pressed states. For a palette, the analogous pair #EEC0B3 and #E2EEB3 stays calm, while #B3C4EE is the loudest partner.

What is #eeddb3 in CMYK for printing?

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

Is #eeddb3 warm or cool?

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

Work with #eeddb3 in the Color Lab