Skip to content

#eed38b

a light, vivid yellow · warm · closest name: Navajo White

RGB
238, 211, 139
HSL
44°, 74%, 74%
CMYK
0, 11, 42, 7
Luminance
0.6663

At a glance

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

Hex
#eed38b
Hue
44°
yellow
Saturation
74%
vivid
Lightness
74%
light
Brightness
93%
HSV value
Perceived
83%
weighted brightness
Luminance
0.6663
WCAG relative
Temperature
Warm
11/100 cool
Color family
Yellow
Tone
Vivid
Best ink
Black
14.33:1
Closest name
Navajo White
ΔE2000 6.7
Where it sits
Hue44° of 360°
Saturation74%
Lightness74%
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#eed38b
RGBrgb(238, 211, 139)
HSLhsl(44, 74%, 74%)
CMYKcmyk(0%, 11%, 42%, 7%)
LABlab(85.3 -0.3 39.1)
LCHlch(85.3 39.1 90.4)
OKLCHoklch(0.873 0.096 89.7)
Decimal15651723
Display P3color(display-p3 0.933 0.827 0.545)

Copy-ready code

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

Accessibility — WCAG contrast

Aa
#eed38b on white: 1.47:1
AA ✗ fail · AA-large · AAA
Aa
#eed38b on black: 14.33:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #E2D186
deuteranopia · #E9D88D
tritanopia · #FCC8C1

Color scale — 50 to 950

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

#FCF9F3
#F9F4E7
#F4E8C8
#eed38b
#E9C76C
#E2B53B
#D5A41F
#B2881A
#8E6D15
#675013
#40320C
Base = 300Lightest = 50 · #FCF9F3Darkest = 950 · #40320C
:root {
  --brand-50: #FCF9F3;
  --brand-100: #F9F4E7;
  --brand-200: #F4E8C8;
  --brand-300: #eed38b;
  --brand-400: #E9C76C;
  --brand-500: #E2B53B;
  --brand-600: #D5A41F;
  --brand-700: #B2881A;
  --brand-800: #8E6D15;
  --brand-900: #675013;
  --brand-950: #40320C;
  --brand: #eed38b;
  --brand-ink: #000000;
}

Colors that work with #eed38b

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#9B854B
Captions on the surface
Accent#166AB6
Second voice, not a rival
Dark variant#6F5510
Hover, pressed, headers
Light variant#FCF7E9
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 #eed38b

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#8BA6EE
Analogous left#EEA18B
Analogous right#D8EE8B
Split-complement 1#8BD8EE
Split-complement 2#A18BEE
Triadic 1#8BEED3
Triadic 2#D38BEE
Tetradic#8BEEA1

RGB percentages

Red93.3%
Green82.7%
Blue54.5%

CMYK percentages

Cyan0.0%
Magenta11.3%
Yellow41.6%
Key (black)6.7%

Color previews

#eed38b text on a black background

contrast 14.33:1

Card sample

#eed38b text on a white background

contrast 1.47:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #eed38b

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.

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

#eed38b, answered

What color is #eed38b?

#eed38b is a light vivid yellow, closest to Navajo White (ΔE2000 6.7). It sits at 44° on the hue wheel with 74% saturation and 74% lightness, which reads as warm.

What is the RGB value of #eed38b?

rgb(238, 211, 139) — 238 red, 211 green and 139 blue out of 255, or 93.3% / 82.7% / 54.5% by channel.

Is #eed38b a light or a dark color?

It is a light color. Relative luminance is 0.6663 and perceived brightness is 83%, so black text on it reaches 14.33:1.

Should I use black or white text on #eed38b?

Black. It scores 14.33:1 against #eed38b, versus 1.47:1 for white — AAA at any size.

What is the complementary color of #eed38b?

#8BA6EE sits directly opposite on the wheel. Softer options are the split-complements #8BD8EE and #A18BEE, which give the same contrast with far less vibration.

What colors go well with #eed38b?

For interface work: #FAF9F4 as the surface, #EDE0C0 for borders, #9B854B for secondary text, #166AB6 as an accent and #6F5510 for hover and pressed states. For a palette, the analogous pair #EEA18B and #D8EE8B stays calm, while #8BA6EE is the loudest partner.

What is #eed38b in CMYK for printing?

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

Is #eed38b 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 #EEBE8B; nudged cooler, #E6EF8A.

Work with #eed38b in the Color Lab