Skip to content

#f0e5eb

a pale, soft magenta / pink · warm · closest name: Lavender Blush

RGB
240, 229, 235
HSL
327°, 27%, 92%
CMYK
0, 5, 2, 6
Luminance
0.8056

At a glance

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

Hex
#f0e5eb
Hue
327°
magenta / pink
Saturation
27%
soft
Lightness
92%
pale
Brightness
94%
HSV value
Perceived
91%
weighted brightness
Luminance
0.8056
WCAG relative
Temperature
Warm
38/100 cool
Color family
Magenta / pink
Tone
Soft
Best ink
Black
17.11:1
Closest name
Lavender Blush
ΔE2000 2.9
Where it sits
Hue327° of 360°
Saturation27%
Lightness92%
Temperature
Warm ← → Cool38% 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#f0e5eb
RGBrgb(240, 229, 235)
HSLhsl(327, 27%, 92%)
CMYKcmyk(0%, 5%, 2%, 6%)
LABlab(91.9 4.8 -1.6)
LCHlch(91.9 5.0 341.6)
OKLCHoklch(0.932 0.014 343.2)
Decimal15787499
Display P3color(display-p3 0.941 0.898 0.922)

Copy-ready code

/* CSS */
color: #f0e5eb;
background-color: #f0e5eb;
/* Tailwind (arbitrary) */
class="text-[#f0e5eb] bg-[#f0e5eb]"
/* SCSS */
$brand: #f0e5eb;
/* SwiftUI */
Color(red: 0.941, green: 0.898, blue: 0.922)
/* Android */
Color.parseColor("#f0e5eb")
/* Flutter */
Color(0xFFF0E5EB)
/* Python / OpenCV (BGR) */
(235, 229, 240)

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 #f0e5eb · 17.11:1
Use #000000AAA at every size.
Aa
White text · 1.23:1
AA fail · AA large fail · AAA fail
Aa
Black text · 17.11:1 · recommended
AA pass · AA large pass · AAA pass
Reading the other direction: #f0e5eb as text scores 1.23:1 on white and 17.11:1 on black.

Accessibility — WCAG contrast

Aa
#f0e5eb on white: 1.23:1
AA ✗ fail · AA-large · AAA
Aa
#f0e5eb on black: 17.11:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #E5E7EB
deuteranopia · #E8E8EB
tritanopia · #F2E5E7

Color scale — 50 to 950

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

#F9F6F7
#f0e5eb
#E6D6DF
#D6B8C8
#C194AD
#AD7192
#9B5A7D
#814B68
#673C54
#4C2E3F
#301D27
Base = 100Lightest = 50 · #F9F6F7Darkest = 950 · #301D27
:root {
  --brand-50: #F9F6F7;
  --brand-100: #f0e5eb;
  --brand-200: #E6D6DF;
  --brand-300: #D6B8C8;
  --brand-400: #C194AD;
  --brand-500: #AD7192;
  --brand-600: #9B5A7D;
  --brand-700: #814B68;
  --brand-800: #673C54;
  --brand-900: #4C2E3F;
  --brand-950: #301D27;
  --brand: #f0e5eb;
  --brand-ink: #000000;
}

Colors that work with #f0e5eb

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#F9F5F8
Tinted page background
Border#E1CBD7
Hairlines and dividers
Muted text#925476
Captions on the surface
Accent#468655
Second voice, not a rival
Dark variant#512F41
Hover, pressed, headers
Light variant#F6EFF3
Selected rows, tints
Dark surface#24151D
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 #f0e5eb

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#E5F0EA
Analogous left#F0E5F0
Analogous right#F0E5E6
Split-complement 1#E6F0E5
Split-complement 2#E5F0F0
Triadic 1#EBF0E5
Triadic 2#E5EBF0
Tetradic#F0F0E5

RGB percentages

Red94.1%
Green89.8%
Blue92.2%

CMYK percentages

Cyan0.0%
Magenta4.6%
Yellow2.1%
Key (black)5.9%

Color previews

#f0e5eb text on a black background

contrast 17.11:1

Card sample

#f0e5eb text on a white background

contrast 1.23:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #f0e5eb

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.

#f0e5eb in the real world

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

Industries
BeautyFashionLifestyleYouth brands
Common UI roles
SurfacesBadgesHighlightsEmpty states
Print note

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

#f0e5eb, answered

What color is #f0e5eb?

#f0e5eb is a pale soft magenta / pink, closest to Lavender Blush (ΔE2000 2.9). It sits at 327° on the hue wheel with 27% saturation and 92% lightness, which reads as warm.

What is the RGB value of #f0e5eb?

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

Is #f0e5eb a light or a dark color?

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

Should I use black or white text on #f0e5eb?

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

What is the complementary color of #f0e5eb?

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

What colors go well with #f0e5eb?

For interface work: #F9F5F8 as the surface, #E1CBD7 for borders, #925476 for secondary text, #468655 as an accent and #512F41 for hover and pressed states. For a palette, the analogous pair #F0E5F0 and #F0E5E6 stays calm, while #E5F0EA is the loudest partner.

What is #f0e5eb in CMYK for printing?

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

Is #f0e5eb warm or cool?

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

Work with #f0e5eb in the Color Lab