Skip to content

#eedc91

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

RGB
238, 220, 145
HSL
48°, 73%, 75%
CMYK
0, 8, 39, 7
Luminance
0.7141

At a glance

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

Hex
#eedc91
Hue
48°
yellow
Saturation
73%
vivid
Lightness
75%
light
Brightness
93%
HSV value
Perceived
86%
weighted brightness
Luminance
0.7141
WCAG relative
Temperature
Warm
15/100 cool
Color family
Yellow
Tone
Vivid
Best ink
Black
15.28:1
Closest name
Khaki
ΔE2000 3.9
Where it sits
Hue48° of 360°
Saturation73%
Lightness75%
Temperature
Warm ← → Cool15% 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#eedc91
RGBrgb(238, 220, 145)
HSLhsl(48, 73%, 75%)
CMYKcmyk(0%, 8%, 39%, 7%)
LABlab(87.7 -4.2 39.1)
LCHlch(87.7 39.3 96.2)
OKLCHoklch(0.892 0.097 96.3)
Decimal15654033
Display P3color(display-p3 0.933 0.863 0.569)

Copy-ready code

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

Accessibility — WCAG contrast

Aa
#eedc91 on white: 1.37:1
AA ✗ fail · AA-large · AAA
Aa
#eedc91 on black: 15.28:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #EAD88B
deuteranopia · #EFDF94
tritanopia · #FBD1C9

Color scale — 50 to 950

A Tailwind-shaped ramp built around this exact hex. #eedc91 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
#F8F5E7
#F3EBC8
#eedc91
#E8D16D
#E1C13D
#D4B121
#B1941B
#8D7616
#665614
#40360C
Base = 300Lightest = 50 · #FCFAF3Darkest = 950 · #40360C
:root {
  --brand-50: #FCFAF3;
  --brand-100: #F8F5E7;
  --brand-200: #F3EBC8;
  --brand-300: #eedc91;
  --brand-400: #E8D16D;
  --brand-500: #E1C13D;
  --brand-600: #D4B121;
  --brand-700: #B1941B;
  --brand-800: #8D7616;
  --brand-900: #665614;
  --brand-950: #40360C;
  --brand: #eedc91;
  --brand-ink: #000000;
}

Colors that work with #eedc91

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#EDE4C0
Hairlines and dividers
Muted text#9B8B4B
Captions on the surface
Accent#165DB6
Second voice, not a rival
Dark variant#6E5C11
Hover, pressed, headers
Light variant#FCF8E9
Selected rows, tints
Dark surface#242114
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 #eedc91

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#91A3EE
Analogous left#EEAE91
Analogous right#D1EE91
Split-complement 1#91D1EE
Split-complement 2#AE91EE
Triadic 1#91EEDC
Triadic 2#DC91EE
Tetradic#91EEAE

RGB percentages

Red93.3%
Green86.3%
Blue56.9%

CMYK percentages

Cyan0.0%
Magenta7.6%
Yellow39.1%
Key (black)6.7%

Color previews

#eedc91 text on a black background

contrast 15.28:1

Card sample

#eedc91 text on a white background

contrast 1.37:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #eedc91

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.

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

#eedc91, answered

What color is #eedc91?

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

What is the RGB value of #eedc91?

rgb(238, 220, 145) — 238 red, 220 green and 145 blue out of 255, or 93.3% / 86.3% / 56.9% by channel.

Is #eedc91 a light or a dark color?

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

Should I use black or white text on #eedc91?

Black. It scores 15.28:1 against #eedc91, versus 1.37:1 for white — AAA at any size.

What is the complementary color of #eedc91?

#91A3EE sits directly opposite on the wheel. Softer options are the split-complements #91D1EE and #AE91EE, which give the same contrast with far less vibration.

What colors go well with #eedc91?

For interface work: #FAF9F4 as the surface, #EDE4C0 for borders, #9B8B4B for secondary text, #165DB6 as an accent and #6E5C11 for hover and pressed states. For a palette, the analogous pair #EEAE91 and #D1EE91 stays calm, while #91A3EE is the loudest partner.

What is #eedc91 in CMYK for printing?

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

Is #eedc91 warm or cool?

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

Work with #eedc91 in the Color Lab