Skip to content

#eb9fe5

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

RGB
235, 159, 229
HSL
305°, 66%, 77%
CMYK
0, 32, 3, 8
Luminance
0.4812

At a glance

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

Hex
#eb9fe5
Hue
305°
magenta / pink
Saturation
66%
vivid
Lightness
77%
light
Brightness
92%
HSV value
Perceived
76%
weighted brightness
Luminance
0.4812
WCAG relative
Temperature
Neutral
47/100 cool
Color family
Magenta / pink
Tone
Vivid
Best ink
Black
10.62:1
Closest name
Plum
ΔE2000 2.7
Where it sits
Hue305° of 360°
Saturation66%
Lightness77%
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#eb9fe5
RGBrgb(235, 159, 229)
HSLhsl(305, 66%, 77%)
CMYKcmyk(0%, 32%, 3%, 8%)
LABlab(74.9 39.0 -23.9)
LCHlch(74.9 45.8 328.5)
OKLCHoklch(0.799 0.127 329.4)
Decimal15441893
Display P3color(display-p3 0.922 0.624 0.898)

Copy-ready code

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

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

Accessibility — WCAG contrast

Aa
#eb9fe5 on white: 1.98:1
AA ✗ fail · AA-large · AAA
Aa
#eb9fe5 on black: 10.62:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #9CB2E8
deuteranopia · #AEBCE2
tritanopia · #F1A4B8

Color scale — 50 to 950

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

#FBF3FB
#F8E8F6
#F1CBEE
#eb9fe5
#E274D9
#D845CD
#CB2ABE
#A9239E
#871C7F
#62185C
#3D0F3A
Base = 300Lightest = 50 · #FBF3FBDarkest = 950 · #3D0F3A
:root {
  --brand-50: #FBF3FB;
  --brand-100: #F8E8F6;
  --brand-200: #F1CBEE;
  --brand-300: #eb9fe5;
  --brand-400: #E274D9;
  --brand-500: #D845CD;
  --brand-600: #CB2ABE;
  --brand-700: #A9239E;
  --brand-800: #871C7F;
  --brand-900: #62185C;
  --brand-950: #3D0F3A;
  --brand: #eb9fe5;
  --brand-ink: #000000;
}

Colors that work with #eb9fe5

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#EDC0E9
Hairlines and dividers
Muted text#9B4B95
Captions on the surface
Accent#38AC20
Second voice, not a rival
Dark variant#6A1663
Hover, pressed, headers
Light variant#FBEAF9
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 #eb9fe5

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#9FEBA5
Analogous left#CB9FEB
Analogous right#EB9FBF
Split-complement 1#BFEB9F
Split-complement 2#9FEBCB
Triadic 1#E5EB9F
Triadic 2#9FE5EB
Tetradic#EBCB9F

RGB percentages

Red92.2%
Green62.4%
Blue89.8%

CMYK percentages

Cyan0.0%
Magenta32.3%
Yellow2.6%
Key (black)7.8%

Color previews

#eb9fe5 text on a black background

contrast 10.62:1

Card sample

#eb9fe5 text on a white background

contrast 1.98:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #eb9fe5

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.

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

#eb9fe5, answered

What color is #eb9fe5?

#eb9fe5 is a light vivid magenta / pink, closest to Plum (ΔE2000 2.7). It sits at 305° on the hue wheel with 66% saturation and 77% lightness, which reads as neutral.

What is the RGB value of #eb9fe5?

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

Is #eb9fe5 a light or a dark color?

It is a mid-tone. Relative luminance is 0.4812 and perceived brightness is 76%, so black text on it reaches 10.62:1.

Should I use black or white text on #eb9fe5?

Black. It scores 10.62:1 against #eb9fe5, versus 1.98:1 for white — AAA at any size.

What is the complementary color of #eb9fe5?

#9FEBA5 sits directly opposite on the wheel. Softer options are the split-complements #BFEB9F and #9FEBCB, which give the same contrast with far less vibration.

What colors go well with #eb9fe5?

For interface work: #FAF4FA as the surface, #EDC0E9 for borders, #9B4B95 for secondary text, #38AC20 as an accent and #6A1663 for hover and pressed states. For a palette, the analogous pair #CB9FEB and #EB9FBF stays calm, while #9FEBA5 is the loudest partner.

What is #eb9fe5 in CMYK for printing?

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

Is #eb9fe5 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 #EB9FC9; nudged cooler, #D69EEC.

Work with #eb9fe5 in the Color Lab