Skip to content

#eee5f0

a pale, soft violet · neutral · closest name: Lavender Blush

RGB
238, 229, 240
HSL
289°, 27%, 92%
CMYK
1, 5, 0, 6
Luminance
0.8051

At a glance

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

Hex
#eee5f0
Hue
289°
violet
Saturation
27%
soft
Lightness
92%
pale
Brightness
94%
HSV value
Perceived
91%
weighted brightness
Luminance
0.8051
WCAG relative
Temperature
Neutral
55/100 cool
Color family
Violet
Tone
Soft
Best ink
Black
17.10:1
Closest name
Lavender Blush
ΔE2000 4.1
Where it sits
Hue289° of 360°
Saturation27%
Lightness92%
Temperature
Warm ← → Cool55% cool

Reads neutral. Warm and cool siblings keep the same lightness, so you can swap one in without redoing your contrast maths.

Every format

HEX#eee5f0
RGBrgb(238, 229, 240)
HSLhsl(289, 27%, 92%)
CMYKcmyk(1%, 5%, 0%, 6%)
LABlab(91.9 5.0 -4.3)
LCHlch(91.9 6.5 319.5)
OKLCHoklch(0.932 0.018 320.1)
Decimal15656432
Display P3color(display-p3 0.933 0.898 0.941)

Copy-ready code

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

Accessibility — WCAG contrast

Aa
#eee5f0 on white: 1.23:1
AA ✗ fail · AA-large · AAA
Aa
#eee5f0 on black: 17.10:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #E4E7F1
deuteranopia · #E6E8F0
tritanopia · #EEE6E8

Color scale — 50 to 950

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

#F8F6F9
#eee5f0
#E3D6E6
#D0B8D6
#B994C1
#A271AD
#8F5A9B
#774B81
#603C67
#472E4C
#2C1D30
Base = 100Lightest = 50 · #F8F6F9Darkest = 950 · #2C1D30
:root {
  --brand-50: #F8F6F9;
  --brand-100: #eee5f0;
  --brand-200: #E3D6E6;
  --brand-300: #D0B8D6;
  --brand-400: #B994C1;
  --brand-500: #A271AD;
  --brand-600: #8F5A9B;
  --brand-700: #774B81;
  --brand-800: #603C67;
  --brand-900: #472E4C;
  --brand-950: #2C1D30;
  --brand: #eee5f0;
  --brand-ink: #000000;
}

Colors that work with #eee5f0

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#F9F5F9
Tinted page background
Border#DDCBE1
Hairlines and dividers
Muted text#865492
Captions on the surface
Accent#648646
Second voice, not a rival
Dark variant#4B2F51
Hover, pressed, headers
Light variant#F4EFF6
Selected rows, tints
Dark surface#211524
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 #eee5f0

Derived from its contrast, chroma and lightness — not from taste.

Works well for
  • Text and icons on dark surfaces
  • Charts, tags and secondary surfaces
  • Card and section backgrounds
  • Brand accents, badges and data highlights
Use with care
  • Text of any size on white — fails WCAG AA
  • White text placed on it
  • 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#E7F0E5
Analogous left#E9E5F0
Analogous right#F0E5ED
Split-complement 1#EDF0E5
Split-complement 2#E5F0E9
Triadic 1#F0EEE5
Triadic 2#E5F0EE
Tetradic#F0E9E5

RGB percentages

Red93.3%
Green89.8%
Blue94.1%

CMYK percentages

Cyan0.8%
Magenta4.6%
Yellow0.0%
Key (black)5.9%

Color previews

#eee5f0 text on a black background

contrast 17.10:1

Card sample

#eee5f0 text on a white background

contrast 1.23:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #eee5f0

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.

#eee5f0 in the real world

Where a color in this family tends to land, and the interface roles it is usually asked to play.

Industries
Creative toolsFintechBeautyLuxury
Common UI roles
SurfacesBadgesHighlightsEmpty states
Print note

Very light tints can drop out on uncoated stock; check it at 100% size before signing off.

#eee5f0, answered

What color is #eee5f0?

#eee5f0 is a pale soft violet, closest to Lavender Blush (ΔE2000 4.1). It sits at 289° on the hue wheel with 27% saturation and 92% lightness, which reads as neutral.

What is the RGB value of #eee5f0?

rgb(238, 229, 240) — 238 red, 229 green and 240 blue out of 255, or 93.3% / 89.8% / 94.1% by channel.

Is #eee5f0 a light or a dark color?

It is a light color. Relative luminance is 0.8051 and perceived brightness is 91%, so black text on it reaches 17.10:1.

Should I use black or white text on #eee5f0?

Black. It scores 17.10:1 against #eee5f0, versus 1.23:1 for white — AAA at any size.

What is the complementary color of #eee5f0?

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

What colors go well with #eee5f0?

For interface work: #F9F5F9 as the surface, #DDCBE1 for borders, #865492 for secondary text, #648646 as an accent and #4B2F51 for hover and pressed states. For a palette, the analogous pair #E9E5F0 and #F0E5ED stays calm, while #E7F0E5 is the loudest partner.

What is #eee5f0 in CMYK for printing?

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

Is #eee5f0 warm or cool?

Neutral — it scores 55 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #F0E5EE; nudged cooler, #EAE5F0.

Work with #eee5f0 in the Color Lab