Skip to content

#e5ebaa

a light, vivid yellow · warm · closest name: Pale Goldenrod

RGB
229, 235, 170
HSL
66°, 62%, 79%
CMYK
3, 0, 28, 8
Luminance
0.7898

At a glance

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

Hex
#e5ebaa
Hue
66°
yellow
Saturation
62%
vivid
Lightness
79%
light
Brightness
92%
HSV value
Perceived
89%
weighted brightness
Luminance
0.7898
WCAG relative
Temperature
Warm
30/100 cool
Color family
Yellow
Tone
Vivid
Best ink
Black
16.80:1
Closest name
Pale Goldenrod
ΔE2000 3.4
Where it sits
Hue66° of 360°
Saturation62%
Lightness79%
Temperature
Warm ← → Cool30% 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#e5ebaa
RGBrgb(229, 235, 170)
HSLhsl(66, 62%, 79%)
CMYKcmyk(3%, 0%, 28%, 8%)
LABlab(91.2 -12.2 31.0)
LCHlch(91.2 33.3 111.5)
OKLCHoklch(0.920 0.084 112.3)
Decimal15068074
Display P3color(display-p3 0.898 0.922 0.667)

Copy-ready code

/* CSS */
color: #e5ebaa;
background-color: #e5ebaa;
/* Tailwind (arbitrary) */
class="text-[#e5ebaa] bg-[#e5ebaa]"
/* SCSS */
$brand: #e5ebaa;
/* SwiftUI */
Color(red: 0.898, green: 0.922, blue: 0.667)
/* Android */
Color.parseColor("#e5ebaa")
/* Flutter */
Color(0xFFE5EBAA)
/* Python / OpenCV (BGR) */
(170, 235, 229)

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

Accessibility — WCAG contrast

Aa
#e5ebaa on white: 1.25:1
AA ✗ fail · AA-large · AAA
Aa
#e5ebaa on black: 16.80:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #F5E5A6
deuteranopia · #F5E7AD
tritanopia · #EDE3DA

Color scale — 50 to 950

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

#FAFBF4
#F6F7E8
#EDF0CC
#e5ebaa
#D5DF77
#C8D449
#B8C62F
#9AA527
#7B841F
#5A601A
#383C10
Base = 300Lightest = 50 · #FAFBF4Darkest = 950 · #383C10
:root {
  --brand-50: #FAFBF4;
  --brand-100: #F6F7E8;
  --brand-200: #EDF0CC;
  --brand-300: #e5ebaa;
  --brand-400: #D5DF77;
  --brand-500: #C8D449;
  --brand-600: #B8C62F;
  --brand-700: #9AA527;
  --brand-800: #7B841F;
  --brand-900: #5A601A;
  --brand-950: #383C10;
  --brand: #e5ebaa;
  --brand-ink: #000000;
}

Colors that work with #e5ebaa

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#E9EDC0
Hairlines and dividers
Muted text#949B4B
Captions on the surface
Accent#2338A9
Second voice, not a rival
Dark variant#606718
Hover, pressed, headers
Light variant#F9FAEA
Selected rows, tints
Dark surface#232414
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 #e5ebaa

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#B0AAEB
Analogous left#EBD0AA
Analogous right#C5EBAA
Split-complement 1#AAC5EB
Split-complement 2#D0AAEB
Triadic 1#AAE5EB
Triadic 2#EBAAE5
Tetradic#AAEBD0

RGB percentages

Red89.8%
Green92.2%
Blue66.7%

CMYK percentages

Cyan2.6%
Magenta0.0%
Yellow27.7%
Key (black)7.8%

Color previews

#e5ebaa text on a black background

contrast 16.80:1

Card sample

#e5ebaa text on a white background

contrast 1.25:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

text-shadow: 0 0 14px rgba(229, 235, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(229, 235, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e5ebaa;
background: linear-gradient(135deg, #e5ebaa, #BAEBAA);

Monochromatic scale

Palettes built from #e5ebaa

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.

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

#e5ebaa, answered

What color is #e5ebaa?

#e5ebaa is a light vivid yellow, closest to Pale Goldenrod (ΔE2000 3.4). It sits at 66° on the hue wheel with 62% saturation and 79% lightness, which reads as warm.

What is the RGB value of #e5ebaa?

rgb(229, 235, 170) — 229 red, 235 green and 170 blue out of 255, or 89.8% / 92.2% / 66.7% by channel.

Is #e5ebaa a light or a dark color?

It is a light color. Relative luminance is 0.7898 and perceived brightness is 89%, so black text on it reaches 16.80:1.

Should I use black or white text on #e5ebaa?

Black. It scores 16.80:1 against #e5ebaa, versus 1.25:1 for white — AAA at any size.

What is the complementary color of #e5ebaa?

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

What colors go well with #e5ebaa?

For interface work: #FAFAF4 as the surface, #E9EDC0 for borders, #949B4B for secondary text, #2338A9 as an accent and #606718 for hover and pressed states. For a palette, the analogous pair #EBD0AA and #C5EBAA stays calm, while #B0AAEB is the loudest partner.

What is #e5ebaa in CMYK for printing?

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

Is #e5ebaa warm or cool?

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

Work with #e5ebaa in the Color Lab