Skip to content

#eee4ae

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

RGB
238, 228, 174
HSL
51°, 65%, 81%
CMYK
0, 4, 27, 7
Luminance
0.7672

At a glance

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

Hex
#eee4ae
Hue
51°
yellow
Saturation
65%
vivid
Lightness
81%
light
Brightness
93%
HSV value
Perceived
88%
weighted brightness
Luminance
0.7672
WCAG relative
Temperature
Warm
17/100 cool
Color family
Yellow
Tone
Vivid
Best ink
Black
16.34:1
Closest name
Pale Goldenrod
ΔE2000 2.2
Where it sits
Hue51° of 360°
Saturation65%
Lightness81%
Temperature
Warm ← → Cool17% 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#eee4ae
RGBrgb(238, 228, 174)
HSLhsl(51, 65%, 81%)
CMYKcmyk(0%, 4%, 27%, 7%)
LABlab(90.2 -4.8 27.6)
LCHlch(90.2 28.1 99.9)
OKLCHoklch(0.914 0.071 98.8)
Decimal15656110
Display P3color(display-p3 0.933 0.894 0.682)

Copy-ready code

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

Accessibility — WCAG contrast

Aa
#eee4ae on white: 1.28:1
AA ✗ fail · AA-large · AAA
Aa
#eee4ae on black: 16.34:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #EFE1AB
deuteranopia · #F2E5B0
tritanopia · #F8DCD6

Color scale — 50 to 950

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

#FBFAF3
#F7F5E8
#F1EBCB
#eee4ae
#E2D174
#D8C146
#CAB12A
#A99423
#87761C
#625618
#3D360F
Base = 300Lightest = 50 · #FBFAF3Darkest = 950 · #3D360F
:root {
  --brand-50: #FBFAF3;
  --brand-100: #F7F5E8;
  --brand-200: #F1EBCB;
  --brand-300: #eee4ae;
  --brand-400: #E2D174;
  --brand-500: #D8C146;
  --brand-600: #CAB12A;
  --brand-700: #A99423;
  --brand-800: #87761C;
  --brand-900: #625618;
  --brand-950: #3D360F;
  --brand: #eee4ae;
  --brand-ink: #000000;
}

Colors that work with #eee4ae

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#EDE6C0
Hairlines and dividers
Muted text#9B8E4B
Captions on the surface
Accent#1F59AD
Second voice, not a rival
Dark variant#695C16
Hover, pressed, headers
Light variant#FBF8EA
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 #eee4ae

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#AEB8EE
Analogous left#EEC4AE
Analogous right#D8EEAE
Split-complement 1#AED8EE
Split-complement 2#C4AEEE
Triadic 1#AEEEE4
Triadic 2#E4AEEE
Tetradic#AEEEC4

RGB percentages

Red93.3%
Green89.4%
Blue68.2%

CMYK percentages

Cyan0.0%
Magenta4.2%
Yellow26.9%
Key (black)6.7%

Color previews

#eee4ae text on a black background

contrast 16.34:1

Card sample

#eee4ae text on a white background

contrast 1.28:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #eee4ae

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.

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

#eee4ae, answered

What color is #eee4ae?

#eee4ae is a light vivid yellow, closest to Pale Goldenrod (ΔE2000 2.2). It sits at 51° on the hue wheel with 65% saturation and 81% lightness, which reads as warm.

What is the RGB value of #eee4ae?

rgb(238, 228, 174) — 238 red, 228 green and 174 blue out of 255, or 93.3% / 89.4% / 68.2% by channel.

Is #eee4ae a light or a dark color?

It is a light color. Relative luminance is 0.7672 and perceived brightness is 88%, so black text on it reaches 16.34:1.

Should I use black or white text on #eee4ae?

Black. It scores 16.34:1 against #eee4ae, versus 1.28:1 for white — AAA at any size.

What is the complementary color of #eee4ae?

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

What colors go well with #eee4ae?

For interface work: #FAF9F4 as the surface, #EDE6C0 for borders, #9B8E4B for secondary text, #1F59AD as an accent and #695C16 for hover and pressed states. For a palette, the analogous pair #EEC4AE and #D8EEAE stays calm, while #AEB8EE is the loudest partner.

What is #eee4ae in CMYK for printing?

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

Is #eee4ae warm or cool?

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

Work with #eee4ae in the Color Lab