Skip to content

#eedf89

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

RGB
238, 223, 137
HSL
51°, 75%, 74%
CMYK
0, 6, 42, 7
Luminance
0.7276

At a glance

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

Hex
#eedf89
Hue
51°
yellow
Saturation
75%
vivid
Lightness
74%
light
Brightness
93%
HSV value
Perceived
86%
weighted brightness
Luminance
0.7276
WCAG relative
Temperature
Warm
18/100 cool
Color family
Yellow
Tone
Vivid
Best ink
Black
15.55:1
Closest name
Khaki
ΔE2000 2
Where it sits
Hue51° of 360°
Saturation75%
Lightness74%
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#eedf89
RGBrgb(238, 223, 137)
HSLhsl(51, 75%, 74%)
CMYKcmyk(0%, 6%, 42%, 7%)
LABlab(88.3 -6.6 43.9)
LCHlch(88.3 44.4 98.5)
OKLCHoklch(0.897 0.108 99.6)
Decimal15654793
Display P3color(display-p3 0.933 0.875 0.537)

Copy-ready code

/* CSS */
color: #eedf89;
background-color: #eedf89;
/* Tailwind (arbitrary) */
class="text-[#eedf89] bg-[#eedf89]"
/* SCSS */
$brand: #eedf89;
/* SwiftUI */
Color(red: 0.933, green: 0.875, blue: 0.537)
/* Android */
Color.parseColor("#eedf89")
/* Flutter */
Color(0xFFEEDF89)
/* Python / OpenCV (BGR) */
(137, 223, 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 #eedf89 · 15.55:1
Use #000000AAA at every size.
Aa
White text · 1.35:1
AA fail · AA large fail · AAA fail
Aa
Black text · 15.55:1 · recommended
AA pass · AA large pass · AAA pass
Reading the other direction: #eedf89 as text scores 1.35:1 on white and 15.55:1 on black.

Accessibility — WCAG contrast

Aa
#eedf89 on white: 1.35:1
AA ✗ fail · AA-large · AAA
Aa
#eedf89 on black: 15.55:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #EEDA82
deuteranopia · #F3E08C
tritanopia · #FCD4CA

Color scale — 50 to 950

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

#FCFAF3
#F9F6E7
#F4EDC8
#eedf89
#EAD76C
#E3CA3B
#D6BB1F
#B29C1A
#8F7D15
#675B13
#41390C
Base = 300Lightest = 50 · #FCFAF3Darkest = 950 · #41390C
:root {
  --brand-50: #FCFAF3;
  --brand-100: #F9F6E7;
  --brand-200: #F4EDC8;
  --brand-300: #eedf89;
  --brand-400: #EAD76C;
  --brand-500: #E3CA3B;
  --brand-600: #D6BB1F;
  --brand-700: #B29C1A;
  --brand-800: #8F7D15;
  --brand-900: #675B13;
  --brand-950: #41390C;
  --brand: #eedf89;
  --brand-ink: #000000;
}

Colors that work with #eedf89

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#EDE6C0
Hairlines and dividers
Muted text#9B8F4B
Captions on the surface
Accent#1556B7
Second voice, not a rival
Dark variant#6F6110
Hover, pressed, headers
Light variant#FCF9E9
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 #eedf89

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#8998EE
Analogous left#EEAC89
Analogous right#CAEE89
Split-complement 1#89CAEE
Split-complement 2#AC89EE
Triadic 1#89EEDF
Triadic 2#DF89EE
Tetradic#89EEAC

RGB percentages

Red93.3%
Green87.5%
Blue53.7%

CMYK percentages

Cyan0.0%
Magenta6.3%
Yellow42.4%
Key (black)6.7%

Color previews

#eedf89 text on a black background

contrast 15.55:1

Card sample

#eedf89 text on a white background

contrast 1.35:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #eedf89

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.

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

#eedf89, answered

What color is #eedf89?

#eedf89 is a light vivid yellow, closest to Khaki (ΔE2000 2). It sits at 51° on the hue wheel with 75% saturation and 74% lightness, which reads as warm.

What is the RGB value of #eedf89?

rgb(238, 223, 137) — 238 red, 223 green and 137 blue out of 255, or 93.3% / 87.5% / 53.7% by channel.

Is #eedf89 a light or a dark color?

It is a light color. Relative luminance is 0.7276 and perceived brightness is 86%, so black text on it reaches 15.55:1.

Should I use black or white text on #eedf89?

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

What is the complementary color of #eedf89?

#8998EE sits directly opposite on the wheel. Softer options are the split-complements #89CAEE and #AC89EE, which give the same contrast with far less vibration.

What colors go well with #eedf89?

For interface work: #FAFAF4 as the surface, #EDE6C0 for borders, #9B8F4B for secondary text, #1556B7 as an accent and #6F6110 for hover and pressed states. For a palette, the analogous pair #EEAC89 and #CAEE89 stays calm, while #8998EE is the loudest partner.

What is #eedf89 in CMYK for printing?

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

Is #eedf89 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 #EEC189; nudged cooler, #D9EF88.

Work with #eedf89 in the Color Lab