Skip to content

#eee8c1

a light, vivid yellow · warm · closest name: Lemon Chiffon

RGB
238, 232, 193
HSL
52°, 57%, 85%
CMYK
0, 3, 19, 7
Luminance
0.7974

At a glance

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

Hex
#eee8c1
Hue
52°
yellow
Saturation
57%
vivid
Lightness
85%
light
Brightness
93%
HSV value
Perceived
90%
weighted brightness
Luminance
0.7974
WCAG relative
Temperature
Warm
18/100 cool
Color family
Yellow
Tone
Vivid
Best ink
Black
16.95:1
Closest name
Lemon Chiffon
ΔE2000 4
Where it sits
Hue52° of 360°
Saturation57%
Lightness85%
Temperature
Warm ← → Cool18% 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#eee8c1
RGBrgb(238, 232, 193)
HSLhsl(52, 57%, 85%)
CMYKcmyk(0%, 3%, 19%, 7%)
LABlab(91.6 -4.2 19.7)
LCHlch(91.6 20.2 102.1)
OKLCHoklch(0.926 0.051 100.1)
Decimal15657153
Display P3color(display-p3 0.933 0.910 0.757)

Copy-ready code

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

Accessibility — WCAG contrast

Aa
#eee8c1 on white: 1.24:1
AA ✗ fail · AA-large · AAA
Aa
#eee8c1 on black: 16.95:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #F0E5BF
deuteranopia · #F2E8C2
tritanopia · #F5E2DD

Color scale — 50 to 950

A Tailwind-shaped ramp built around this exact hex. #eee8c1 is pinned to step 200; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.

#FBFAF4
#F7F5E9
#eee8c1
#E7DEA7
#DBCE7B
#CFBE4F
#C0AE35
#A0912C
#807423
#5D551D
#3A3512
Base = 200Lightest = 50 · #FBFAF4Darkest = 950 · #3A3512
:root {
  --brand-50: #FBFAF4;
  --brand-100: #F7F5E9;
  --brand-200: #eee8c1;
  --brand-300: #E7DEA7;
  --brand-400: #DBCE7B;
  --brand-500: #CFBE4F;
  --brand-600: #C0AE35;
  --brand-700: #A0912C;
  --brand-800: #807423;
  --brand-900: #5D551D;
  --brand-950: #3A3512;
  --brand: #eee8c1;
  --brand-ink: #000000;
}

Colors that work with #eee8c1

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#EDE7C0
Hairlines and dividers
Muted text#9B904B
Captions on the surface
Accent#2758A5
Second voice, not a rival
Dark variant#645A1B
Hover, pressed, headers
Light variant#FAF8EB
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 #eee8c1

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#C1C7EE
Analogous left#EED1C1
Analogous right#DDEEC1
Split-complement 1#C1DDEE
Split-complement 2#D1C1EE
Triadic 1#C1EEE8
Triadic 2#E8C1EE
Tetradic#C1EED1

RGB percentages

Red93.3%
Green91.0%
Blue75.7%

CMYK percentages

Cyan0.0%
Magenta2.5%
Yellow18.9%
Key (black)6.7%

Color previews

#eee8c1 text on a black background

contrast 16.95:1

Card sample

#eee8c1 text on a white background

contrast 1.24:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #eee8c1

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.

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

#eee8c1, answered

What color is #eee8c1?

#eee8c1 is a light vivid yellow, closest to Lemon Chiffon (ΔE2000 4). It sits at 52° on the hue wheel with 57% saturation and 85% lightness, which reads as warm.

What is the RGB value of #eee8c1?

rgb(238, 232, 193) — 238 red, 232 green and 193 blue out of 255, or 93.3% / 91% / 75.7% by channel.

Is #eee8c1 a light or a dark color?

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

Should I use black or white text on #eee8c1?

Black. It scores 16.95:1 against #eee8c1, versus 1.24:1 for white — AAA at any size.

What is the complementary color of #eee8c1?

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

What colors go well with #eee8c1?

For interface work: #FAFAF4 as the surface, #EDE7C0 for borders, #9B904B for secondary text, #2758A5 as an accent and #645A1B for hover and pressed states. For a palette, the analogous pair #EED1C1 and #DDEEC1 stays calm, while #C1C7EE is the loudest partner.

What is #eee8c1 in CMYK for printing?

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

Is #eee8c1 warm or cool?

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

Work with #eee8c1 in the Color Lab