Skip to content

#eee69d

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

RGB
238, 230, 157
HSL
54°, 70%, 78%
CMYK
0, 3, 34, 7
Luminance
0.7721

At a glance

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

Hex
#eee69d
Hue
54°
yellow
Saturation
70%
vivid
Lightness
78%
light
Brightness
93%
HSV value
Perceived
88%
weighted brightness
Luminance
0.7721
WCAG relative
Temperature
Warm
20/100 cool
Color family
Yellow
Tone
Vivid
Best ink
Black
16.44:1
Closest name
Pale Goldenrod
ΔE2000 2.3
Where it sits
Hue54° of 360°
Saturation70%
Lightness78%
Temperature
Warm ← → Cool20% 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#eee69d
RGBrgb(238, 230, 157)
HSLhsl(54, 70%, 78%)
CMYKcmyk(0%, 3%, 34%, 7%)
LABlab(90.4 -7.9 36.6)
LCHlch(90.4 37.5 102.2)
OKLCHoklch(0.915 0.093 102.7)
Decimal15656605
Display P3color(display-p3 0.933 0.902 0.616)

Copy-ready code

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

Accessibility — WCAG contrast

Aa
#eee69d on white: 1.28:1
AA ✗ fail · AA-large · AAA
Aa
#eee69d on black: 16.44:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #F3E198
deuteranopia · #F6E6A0
tritanopia · #FADCD3

Color scale — 50 to 950

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

#FCFBF3
#F8F6E7
#F2EEC9
#eee69d
#E6DA70
#DECE40
#D1C024
#AEA01E
#8B8018
#655D16
#3F3A0D
Base = 300Lightest = 50 · #FCFBF3Darkest = 950 · #3F3A0D
:root {
  --brand-50: #FCFBF3;
  --brand-100: #F8F6E7;
  --brand-200: #F2EEC9;
  --brand-300: #eee69d;
  --brand-400: #E6DA70;
  --brand-500: #DECE40;
  --brand-600: #D1C024;
  --brand-700: #AEA01E;
  --brand-800: #8B8018;
  --brand-900: #655D16;
  --brand-950: #3F3A0D;
  --brand: #eee69d;
  --brand-ink: #000000;
}

Colors that work with #eee69d

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#EDE8C0
Hairlines and dividers
Muted text#9B934B
Captions on the surface
Accent#1B50B1
Second voice, not a rival
Dark variant#6D6413
Hover, pressed, headers
Light variant#FBF9E9
Selected rows, tints
Dark surface#242314
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 #eee69d

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#9DA5EE
Analogous left#EEBE9D
Analogous right#CEEE9D
Split-complement 1#9DCEEE
Split-complement 2#BE9DEE
Triadic 1#9DEEE6
Triadic 2#E69DEE
Tetradic#9DEEBE

RGB percentages

Red93.3%
Green90.2%
Blue61.6%

CMYK percentages

Cyan0.0%
Magenta3.4%
Yellow34.0%
Key (black)6.7%

Color previews

#eee69d text on a black background

contrast 16.44:1

Card sample

#eee69d text on a white background

contrast 1.28:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #eee69d

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.

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

#eee69d, answered

What color is #eee69d?

#eee69d is a light vivid yellow, closest to Pale Goldenrod (ΔE2000 2.3). It sits at 54° on the hue wheel with 70% saturation and 78% lightness, which reads as warm.

What is the RGB value of #eee69d?

rgb(238, 230, 157) — 238 red, 230 green and 157 blue out of 255, or 93.3% / 90.2% / 61.6% by channel.

Is #eee69d a light or a dark color?

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

Should I use black or white text on #eee69d?

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

What is the complementary color of #eee69d?

#9DA5EE sits directly opposite on the wheel. Softer options are the split-complements #9DCEEE and #BE9DEE, which give the same contrast with far less vibration.

What colors go well with #eee69d?

For interface work: #FAFAF4 as the surface, #EDE8C0 for borders, #9B934B for secondary text, #1B50B1 as an accent and #6D6413 for hover and pressed states. For a palette, the analogous pair #EEBE9D and #CEEE9D stays calm, while #9DA5EE is the loudest partner.

What is #eee69d in CMYK for printing?

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

Is #eee69d warm or cool?

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

Work with #eee69d in the Color Lab