Skip to content

#eeafd7

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

RGB
238, 175, 215
HSL
322°, 65%, 81%
CMYK
0, 27, 10, 7
Luminance
0.5374

At a glance

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

Hex
#eeafd7
Hue
322°
magenta / pink
Saturation
65%
vivid
Lightness
81%
light
Brightness
93%
HSV value
Perceived
79%
weighted brightness
Luminance
0.5374
WCAG relative
Temperature
Warm
38/100 cool
Color family
Magenta / pink
Tone
Vivid
Best ink
Black
11.75:1
Closest name
Plum
ΔE2000 6.7
Where it sits
Hue322° of 360°
Saturation65%
Lightness81%
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#eeafd7
RGBrgb(238, 175, 215)
HSLhsl(322, 65%, 81%)
CMYKcmyk(0%, 27%, 10%, 7%)
LABlab(78.3 29.1 -11.1)
LCHlch(78.3 31.1 339.1)
OKLCHoklch(0.824 0.089 340.8)
Decimal15642583
Display P3color(display-p3 0.933 0.686 0.843)

Copy-ready code

/* CSS */
color: #eeafd7;
background-color: #eeafd7;
/* Tailwind (arbitrary) */
class="text-[#eeafd7] bg-[#eeafd7]"
/* SCSS */
$brand: #eeafd7;
/* SwiftUI */
Color(red: 0.933, green: 0.686, blue: 0.843)
/* Android */
Color.parseColor("#eeafd7")
/* Flutter */
Color(0xFFEEAFD7)
/* Python / OpenCV (BGR) */
(215, 175, 238)

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

Accessibility — WCAG contrast

Aa
#eeafd7 on white: 1.79:1
AA ✗ fail · AA-large · AAA
Aa
#eeafd7 on black: 11.75:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #B1BCD9
deuteranopia · #C0C5D5
tritanopia · #F6B0BD

Color scale — 50 to 950

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

#FBF3F8
#F7E8F2
#F1CBE3
#eeafd7
#E174BA
#D846A2
#CA2B90
#A82478
#871D60
#621947
#3D0F2C
Base = 300Lightest = 50 · #FBF3F8Darkest = 950 · #3D0F2C
:root {
  --brand-50: #FBF3F8;
  --brand-100: #F7E8F2;
  --brand-200: #F1CBE3;
  --brand-300: #eeafd7;
  --brand-400: #E174BA;
  --brand-500: #D846A2;
  --brand-600: #CA2B90;
  --brand-700: #A82478;
  --brand-800: #871D60;
  --brand-900: #621947;
  --brand-950: #3D0F2C;
  --brand: #eeafd7;
  --brand-ink: #000000;
}

Colors that work with #eeafd7

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#FAF4F8
Tinted page background
Border#EDC0DC
Hairlines and dividers
Muted text#9B4B7E
Captions on the surface
Accent#20AC30
Second voice, not a rival
Dark variant#69164B
Hover, pressed, headers
Light variant#FBEAF4
Selected rows, tints
Dark surface#24141E
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 #eeafd7

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#AFEEC6
Analogous left#E6AFEE
Analogous right#EEAFB8
Split-complement 1#B8EEAF
Split-complement 2#AFEEE6
Triadic 1#D7EEAF
Triadic 2#AFD7EE
Tetradic#EEE6AF

RGB percentages

Red93.3%
Green68.6%
Blue84.3%

CMYK percentages

Cyan0.0%
Magenta26.5%
Yellow9.7%
Key (black)6.7%

Color previews

#eeafd7 text on a black background

contrast 11.75:1

Card sample

#eeafd7 text on a white background

contrast 1.79:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

text-shadow: 0 0 14px rgba(238, 175, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 175, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeafd7;
background: linear-gradient(135deg, #eeafd7, #EEB1AF);

Monochromatic scale

Palettes built from #eeafd7

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.

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

#eeafd7, answered

What color is #eeafd7?

#eeafd7 is a light vivid magenta / pink, closest to Plum (ΔE2000 6.7). It sits at 322° on the hue wheel with 65% saturation and 81% lightness, which reads as warm.

What is the RGB value of #eeafd7?

rgb(238, 175, 215) — 238 red, 175 green and 215 blue out of 255, or 93.3% / 68.6% / 84.3% by channel.

Is #eeafd7 a light or a dark color?

It is a light color. Relative luminance is 0.5374 and perceived brightness is 79%, so black text on it reaches 11.75:1.

Should I use black or white text on #eeafd7?

Black. It scores 11.75:1 against #eeafd7, versus 1.79:1 for white — AAA at any size.

What is the complementary color of #eeafd7?

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

What colors go well with #eeafd7?

For interface work: #FAF4F8 as the surface, #EDC0DC for borders, #9B4B7E for secondary text, #20AC30 as an accent and #69164B for hover and pressed states. For a palette, the analogous pair #E6AFEE and #EEAFB8 stays calm, while #AFEEC6 is the loudest partner.

What is #eeafd7 in CMYK for printing?

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

Is #eeafd7 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 #EEAFC0; nudged cooler, #EFAEEF.

Work with #eeafd7 in the Color Lab