Skip to content

#e6b3e6

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

RGB
230, 179, 230
HSL
300°, 51%, 80%
CMYK
0, 22, 0, 10
Luminance
0.5478

At a glance

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

Hex
#e6b3e6
Hue
300°
magenta / pink
Saturation
51%
vivid
Lightness
80%
light
Brightness
90%
HSV value
Perceived
79%
weighted brightness
Luminance
0.5478
WCAG relative
Temperature
Neutral
50/100 cool
Color family
Magenta / pink
Tone
Vivid
Best ink
Black
11.96:1
Closest name
Plum
ΔE2000 4.7
Where it sits
Hue300° of 360°
Saturation51%
Lightness80%
Temperature
Warm ← → Cool50% 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#e6b3e6
RGBrgb(230, 179, 230)
HSLhsl(300, 51%, 80%)
CMYKcmyk(0%, 22%, 0%, 10%)
LABlab(78.9 26.9 -18.4)
LCHlch(78.9 32.6 325.7)
OKLCHoklch(0.829 0.089 326.3)
Decimal15119334
Display P3color(display-p3 0.902 0.702 0.902)

Copy-ready code

/* CSS */
color: #e6b3e6;
background-color: #e6b3e6;
/* Tailwind (arbitrary) */
class="text-[#e6b3e6] bg-[#e6b3e6]"
/* SCSS */
$brand: #e6b3e6;
/* SwiftUI */
Color(red: 0.902, green: 0.702, blue: 0.902)
/* Android */
Color.parseColor("#e6b3e6")
/* Flutter */
Color(0xFFE6B3E6)
/* Python / OpenCV (BGR) */
(230, 179, 230)

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

Accessibility — WCAG contrast

Aa
#e6b3e6 on white: 1.76:1
AA ✗ fail · AA-large · AAA
Aa
#e6b3e6 on black: 11.96:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #B0BFE8
deuteranopia · #BBC6E4
tritanopia · #E9B7C5

Color scale — 50 to 950

A Tailwind-shaped ramp built around this exact hex. #e6b3e6 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
#F6EAF6
#EDCFED
#e6b3e6
#D580D5
#C756C7
#B83DB8
#9A329A
#7B287B
#5A215A
#381438
Base = 300Lightest = 50 · #FAF4FADarkest = 950 · #381438
:root {
  --brand-50: #FAF4FA;
  --brand-100: #F6EAF6;
  --brand-200: #EDCFED;
  --brand-300: #e6b3e6;
  --brand-400: #D580D5;
  --brand-500: #C756C7;
  --brand-600: #B83DB8;
  --brand-700: #9A329A;
  --brand-800: #7B287B;
  --brand-900: #5A215A;
  --brand-950: #381438;
  --brand: #e6b3e6;
  --brand-ink: #000000;
}

Colors that work with #e6b3e6

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#EBC2EB
Hairlines and dividers
Muted text#9B4B9B
Captions on the surface
Accent#4B9E2E
Second voice, not a rival
Dark variant#602060
Hover, pressed, headers
Light variant#F9ECF9
Selected rows, tints
Dark surface#241424
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 #e6b3e6

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#B3E6B3
Analogous left#CDB3E6
Analogous right#E6B3CD
Split-complement 1#CDE6B3
Split-complement 2#B3E6CD
Triadic 1#E6E6B3
Triadic 2#B3E6E6
Tetradic#E6CDB3

RGB percentages

Red90.2%
Green70.2%
Blue90.2%

CMYK percentages

Cyan0.0%
Magenta22.2%
Yellow0.0%
Key (black)9.8%

Color previews

#e6b3e6 text on a black background

contrast 11.96:1

Card sample

#e6b3e6 text on a white background

contrast 1.76:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

text-shadow: 0 0 14px rgba(230, 179, 230, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(230, 179, 230, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e6b3e6;
background: linear-gradient(135deg, #e6b3e6, #E6B3C4);

Monochromatic scale

Palettes built from #e6b3e6

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.

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

#e6b3e6, answered

What color is #e6b3e6?

#e6b3e6 is a light vivid magenta / pink, closest to Plum (ΔE2000 4.7). It sits at 300° on the hue wheel with 51% saturation and 80% lightness, which reads as neutral.

What is the RGB value of #e6b3e6?

rgb(230, 179, 230) — 230 red, 179 green and 230 blue out of 255, or 90.2% / 70.2% / 90.2% by channel.

Is #e6b3e6 a light or a dark color?

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

Should I use black or white text on #e6b3e6?

Black. It scores 11.96:1 against #e6b3e6, versus 1.76:1 for white — AAA at any size.

What is the complementary color of #e6b3e6?

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

What colors go well with #e6b3e6?

For interface work: #FAF4FA as the surface, #EBC2EB for borders, #9B4B9B for secondary text, #4B9E2E as an accent and #602060 for hover and pressed states. For a palette, the analogous pair #CDB3E6 and #E6B3CD stays calm, while #B3E6B3 is the loudest partner.

What is #e6b3e6 in CMYK for printing?

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

Is #e6b3e6 warm or cool?

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

Work with #e6b3e6 in the Color Lab