Skip to content

#e4b0df

a light, vivid magenta / pink · neutral · closest name: Plum

RGB
228, 176, 223
HSL
306°, 49%, 79%
CMYK
0, 23, 2, 11
Luminance
0.5287

At a glance

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

Hex
#e4b0df
Hue
306°
magenta / pink
Saturation
49%
vivid
Lightness
79%
light
Brightness
89%
HSV value
Perceived
78%
weighted brightness
Luminance
0.5287
WCAG relative
Temperature
Neutral
47/100 cool
Color family
Magenta / pink
Tone
Vivid
Best ink
Black
11.57:1
Closest name
Plum
ΔE2000 4.6
Where it sits
Hue306° of 360°
Saturation49%
Lightness79%
Temperature
Warm ← → Cool47% 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#e4b0df
RGBrgb(228, 176, 223)
HSLhsl(306, 49%, 79%)
CMYKcmyk(0%, 23%, 2%, 11%)
LABlab(77.8 26.6 -16.3)
LCHlch(77.8 31.2 328.5)
OKLCHoklch(0.819 0.086 329.6)
Decimal14987487
Display P3color(display-p3 0.894 0.690 0.875)

Copy-ready code

/* CSS */
color: #e4b0df;
background-color: #e4b0df;
/* Tailwind (arbitrary) */
class="text-[#e4b0df] bg-[#e4b0df]"
/* SCSS */
$brand: #e4b0df;
/* SwiftUI */
Color(red: 0.894, green: 0.690, blue: 0.875)
/* Android */
Color.parseColor("#e4b0df")
/* Flutter */
Color(0xFFE4B0DF)
/* Python / OpenCV (BGR) */
(223, 176, 228)

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

Accessibility — WCAG contrast

Aa
#e4b0df on white: 1.81:1
AA ✗ fail · AA-large · AAA
Aa
#e4b0df on black: 11.57:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #AEBCE1
deuteranopia · #BAC3DD
tritanopia · #E8B3C0

Color scale — 50 to 950

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

#FAF4FA
#F6EAF4
#ECD0E9
#e4b0df
#D482CC
#C658BB
#B63EAB
#98348E
#7A2A72
#592254
#381534
Base = 300Lightest = 50 · #FAF4FADarkest = 950 · #381534
:root {
  --brand-50: #FAF4FA;
  --brand-100: #F6EAF4;
  --brand-200: #ECD0E9;
  --brand-300: #e4b0df;
  --brand-400: #D482CC;
  --brand-500: #C658BB;
  --brand-600: #B63EAB;
  --brand-700: #98348E;
  --brand-800: #7A2A72;
  --brand-900: #592254;
  --brand-950: #381534;
  --brand: #e4b0df;
  --brand-ink: #000000;
}

Colors that work with #e4b0df

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#FAF4FA
Tinted page background
Border#EAC2E6
Hairlines and dividers
Muted text#9B4B93
Captions on the surface
Accent#409C30
Second voice, not a rival
Dark variant#5F2059
Hover, pressed, headers
Light variant#F9ECF7
Selected rows, tints
Dark surface#241423
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 #e4b0df

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
  • 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#B0E4B5
Analogous left#CFB0E4
Analogous right#E4B0C5
Split-complement 1#C5E4B0
Split-complement 2#B0E4CF
Triadic 1#DFE4B0
Triadic 2#B0DFE4
Tetradic#E4CFB0

RGB percentages

Red89.4%
Green69.0%
Blue87.5%

CMYK percentages

Cyan0.0%
Magenta22.8%
Yellow2.2%
Key (black)10.6%

Color previews

#e4b0df text on a black background

contrast 11.57:1

Card sample

#e4b0df text on a white background

contrast 1.81:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

text-shadow: 0 0 14px rgba(228, 176, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(228, 176, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e4b0df;
background: linear-gradient(135deg, #e4b0df, #E4B0BC);

Monochromatic scale

Palettes built from #e4b0df

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.

#e4b0df 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

Converts to four-color process without much drama. Proof it anyway.

#e4b0df, answered

What color is #e4b0df?

#e4b0df is a light vivid magenta / pink, closest to Plum (ΔE2000 4.6). It sits at 306° on the hue wheel with 49% saturation and 79% lightness, which reads as neutral.

What is the RGB value of #e4b0df?

rgb(228, 176, 223) — 228 red, 176 green and 223 blue out of 255, or 89.4% / 69% / 87.5% by channel.

Is #e4b0df a light or a dark color?

It is a light color. Relative luminance is 0.5287 and perceived brightness is 78%, so black text on it reaches 11.57:1.

Should I use black or white text on #e4b0df?

Black. It scores 11.57:1 against #e4b0df, versus 1.81:1 for white — AAA at any size.

What is the complementary color of #e4b0df?

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

What colors go well with #e4b0df?

For interface work: #FAF4FA as the surface, #EAC2E6 for borders, #9B4B93 for secondary text, #409C30 as an accent and #5F2059 for hover and pressed states. For a palette, the analogous pair #CFB0E4 and #E4B0C5 stays calm, while #B0E4B5 is the loudest partner.

What is #e4b0df in CMYK for printing?

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

Is #e4b0df warm or cool?

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

Work with #e4b0df in the Color Lab