Skip to content

#eab6df

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

RGB
234, 182, 223
HSL
313°, 55%, 82%
CMYK
0, 22, 5, 8
Luminance
0.5628

At a glance

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

Hex
#eab6df
Hue
313°
magenta / pink
Saturation
55%
vivid
Lightness
82%
light
Brightness
92%
HSV value
Perceived
80%
weighted brightness
Luminance
0.5628
WCAG relative
Temperature
Neutral
43/100 cool
Color family
Magenta / pink
Tone
Vivid
Best ink
Black
12.26:1
Closest name
Plum
ΔE2000 6.6
Where it sits
Hue313° of 360°
Saturation55%
Lightness82%
Temperature
Warm ← → Cool43% 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#eab6df
RGBrgb(234, 182, 223)
HSLhsl(313, 55%, 82%)
CMYKcmyk(0%, 22%, 5%, 8%)
LABlab(79.8 25.4 -13.3)
LCHlch(79.8 28.7 332.4)
OKLCHoklch(0.836 0.080 333.8)
Decimal15382239
Display P3color(display-p3 0.918 0.714 0.875)

Copy-ready code

/* CSS */
color: #eab6df;
background-color: #eab6df;
/* Tailwind (arbitrary) */
class="text-[#eab6df] bg-[#eab6df]"
/* SCSS */
$brand: #eab6df;
/* SwiftUI */
Color(red: 0.918, green: 0.714, blue: 0.875)
/* Android */
Color.parseColor("#eab6df")
/* Flutter */
Color(0xFFEAB6DF)
/* Python / OpenCV (BGR) */
(223, 182, 234)

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

Accessibility — WCAG contrast

Aa
#eab6df on white: 1.71:1
AA ✗ fail · AA-large · AAA
Aa
#eab6df on black: 12.26:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #B6C1E1
deuteranopia · #C2C8DD
tritanopia · #EFB8C4

Color scale — 50 to 950

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

#FBF4F9
#F6E9F4
#EECEE7
#eab6df
#D97CC6
#CD51B3
#BE37A1
#9E2E87
#7F246C
#5C1E4F
#3A1331
Base = 300Lightest = 50 · #FBF4F9Darkest = 950 · #3A1331
:root {
  --brand-50: #FBF4F9;
  --brand-100: #F6E9F4;
  --brand-200: #EECEE7;
  --brand-300: #eab6df;
  --brand-400: #D97CC6;
  --brand-500: #CD51B3;
  --brand-600: #BE37A1;
  --brand-700: #9E2E87;
  --brand-800: #7F246C;
  --brand-900: #5C1E4F;
  --brand-950: #3A1331;
  --brand: #eab6df;
  --brand-ink: #000000;
}

Colors that work with #eab6df

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#FAF4F9
Tinted page background
Border#EDC0E3
Hairlines and dividers
Muted text#9B4B8A
Captions on the surface
Accent#2DA329
Second voice, not a rival
Dark variant#631C54
Hover, pressed, headers
Light variant#F9EBF6
Selected rows, tints
Dark surface#241421
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 #eab6df

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#B6EAC1
Analogous left#DBB6EA
Analogous right#EAB6C5
Split-complement 1#C5EAB6
Split-complement 2#B6EADB
Triadic 1#DFEAB6
Triadic 2#B6DFEA
Tetradic#EADBB6

RGB percentages

Red91.8%
Green71.4%
Blue87.5%

CMYK percentages

Cyan0.0%
Magenta22.2%
Yellow4.7%
Key (black)8.2%

Color previews

#eab6df text on a black background

contrast 12.26:1

Card sample

#eab6df text on a white background

contrast 1.71:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #eab6df

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.

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

#eab6df, answered

What color is #eab6df?

#eab6df is a light vivid magenta / pink, closest to Plum (ΔE2000 6.6). It sits at 313° on the hue wheel with 55% saturation and 82% lightness, which reads as neutral.

What is the RGB value of #eab6df?

rgb(234, 182, 223) — 234 red, 182 green and 223 blue out of 255, or 91.8% / 71.4% / 87.5% by channel.

Is #eab6df a light or a dark color?

It is a light color. Relative luminance is 0.5628 and perceived brightness is 80%, so black text on it reaches 12.26:1.

Should I use black or white text on #eab6df?

Black. It scores 12.26:1 against #eab6df, versus 1.71:1 for white — AAA at any size.

What is the complementary color of #eab6df?

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

What colors go well with #eab6df?

For interface work: #FAF4F9 as the surface, #EDC0E3 for borders, #9B4B8A for secondary text, #2DA329 as an accent and #631C54 for hover and pressed states. For a palette, the analogous pair #DBB6EA and #EAB6C5 stays calm, while #B6EAC1 is the loudest partner.

What is #eab6df in CMYK for printing?

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

Is #eab6df warm or cool?

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

Work with #eab6df in the Color Lab