#eee5f0
a pale, soft violet · neutral · closest name: Lavender Blush
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.
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 |
| RGB | rgb(238, 229, 240) |
| HSL | hsl(289, 27%, 92%) |
| CMYK | cmyk(1%, 5%, 0%, 6%) |
| LAB | lab(91.9 5.0 -4.3) |
| LCH | lch(91.9 6.5 319.5) |
| OKLCH | oklch(0.932 0.018 320.1) |
| Decimal | 15656432 |
| Display P3 | color(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.
Accessibility — WCAG contrast
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.
: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.
Surface, border, heading and body all derive from this one hue, so the screen stays coherent without a second palette.
Lightness flips, hue holds. The accent stays the anchor in both themes.
How to use #eee5f0
Derived from its contrast, chroma and lightness — not from taste.
- ✓Text and icons on dark surfaces
- ✓Charts, tags and secondary surfaces
- ✓Card and section backgrounds
- ✓Brand accents, badges and data highlights
- ⚠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 | Directly opposite — maximum tension | |
| Analogous left | #E9E5F0 | Neighbour, quieter | |
| Analogous right | #F0E5ED | Neighbour, quieter | |
| Split-complement 1 | #EDF0E5 | Contrast without the clash | |
| Split-complement 2 | #E5F0E9 | Contrast without the clash | |
| Triadic 1 | #F0EEE5 | Even thirds — balanced and loud | |
| Triadic 2 | #E5F0EE | Even thirds — balanced and loud | |
| Tetradic | #F0E9E5 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#eee5f0 text on a black background
contrast 17.10:1
#eee5f0 text on a white background
contrast 1.23:1
CSS3 live lab
The quick brown fox
color: #eee5f0;
background-color: #eee5f0;
Glowing headline
text-shadow: 2px 2px 8px #eee5f0;
Soft neon halo
text-shadow: 0 0 14px rgba(238, 229, 240, 0.45);
box-shadow: 0 12px 32px -8px rgba(238, 229, 240, 0.45);
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.
Closest color with a full write-up: Lavender (#e6e6fa) — ΔE2000 4.9 away, with its history, psychology and brand usage.
#eee5f0 in the real world
Where a color in this family tends to land, and the interface roles it is usually asked to play.
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.