Skip to content

#eeebb3

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

RGB
238, 235, 179
HSL
57°, 63%, 82%
CMYK
0, 1, 25, 7
Luminance
0.8085

At a glance

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

Hex
#eeebb3
Hue
57°
yellow
Saturation
63%
vivid
Lightness
82%
light
Brightness
93%
HSV value
Perceived
90%
weighted brightness
Luminance
0.8085
WCAG relative
Temperature
Warm
22/100 cool
Color family
Yellow
Tone
Vivid
Best ink
Black
17.17:1
Closest name
Pale Goldenrod
ΔE2000 1.7
Where it sits
Hue57° of 360°
Saturation63%
Lightness82%
Temperature
Warm ← → Cool22% 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#eeebb3
RGBrgb(238, 235, 179)
HSLhsl(57, 63%, 82%)
CMYKcmyk(0%, 1%, 25%, 7%)
LABlab(92.1 -7.7 27.6)
LCHlch(92.1 28.7 105.5)
OKLCHoklch(0.929 0.072 105.2)
Decimal15657907
Display P3color(display-p3 0.933 0.922 0.702)

Copy-ready code

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

Accessibility — WCAG contrast

Aa
#eeebb3 on white: 1.22:1
AA ✗ fail · AA-large · AAA
Aa
#eeebb3 on black: 17.17:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #F5E7AF
deuteranopia · #F7EAB5
tritanopia · #F7E4DC

Color scale — 50 to 950

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

#FBFBF4
#F7F6E8
#F0EECB
#eeebb3
#E0DB75
#D6CF48
#C8C02D
#A7A025
#85801E
#615D1A
#3D3A10
Base = 300Lightest = 50 · #FBFBF4Darkest = 950 · #3D3A10
:root {
  --brand-50: #FBFBF4;
  --brand-100: #F7F6E8;
  --brand-200: #F0EECB;
  --brand-300: #eeebb3;
  --brand-400: #E0DB75;
  --brand-500: #D6CF48;
  --brand-600: #C8C02D;
  --brand-700: #A7A025;
  --brand-800: #85801E;
  --brand-900: #615D1A;
  --brand-950: #3D3A10;
  --brand: #eeebb3;
  --brand-ink: #000000;
}

Colors that work with #eeebb3

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#EDEAC0
Hairlines and dividers
Muted text#9B974B
Captions on the surface
Accent#214BAB
Second voice, not a rival
Dark variant#686417
Hover, pressed, headers
Light variant#FAF9EA
Selected rows, tints
Dark surface#242414
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 #eeebb3

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#B3B6EE
Analogous left#EECEB3
Analogous right#D4EEB3
Split-complement 1#B3D4EE
Split-complement 2#CEB3EE
Triadic 1#B3EEEB
Triadic 2#EBB3EE
Tetradic#B3EECE

RGB percentages

Red93.3%
Green92.2%
Blue70.2%

CMYK percentages

Cyan0.0%
Magenta1.3%
Yellow24.8%
Key (black)6.7%

Color previews

#eeebb3 text on a black background

contrast 17.17:1

Card sample

#eeebb3 text on a white background

contrast 1.22:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #eeebb3

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.

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

#eeebb3, answered

What color is #eeebb3?

#eeebb3 is a light vivid yellow, closest to Pale Goldenrod (ΔE2000 1.7). It sits at 57° on the hue wheel with 63% saturation and 82% lightness, which reads as warm.

What is the RGB value of #eeebb3?

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

Is #eeebb3 a light or a dark color?

It is a light color. Relative luminance is 0.8085 and perceived brightness is 90%, so black text on it reaches 17.17:1.

Should I use black or white text on #eeebb3?

Black. It scores 17.17:1 against #eeebb3, versus 1.22:1 for white — AAA at any size.

What is the complementary color of #eeebb3?

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

What colors go well with #eeebb3?

For interface work: #FAFAF4 as the surface, #EDEAC0 for borders, #9B974B for secondary text, #214BAB as an accent and #686417 for hover and pressed states. For a palette, the analogous pair #EECEB3 and #D4EEB3 stays calm, while #B3B6EE is the loudest partner.

What is #eeebb3 in CMYK for printing?

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

Is #eeebb3 warm or cool?

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

Work with #eeebb3 in the Color Lab