Skip to content

#ebbae1

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

RGB
235, 186, 225
HSL
312°, 55%, 83%
CMYK
0, 21, 4, 8
Luminance
0.5822

At a glance

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

Hex
#ebbae1
Hue
312°
magenta / pink
Saturation
55%
vivid
Lightness
83%
light
Brightness
92%
HSV value
Perceived
81%
weighted brightness
Luminance
0.5822
WCAG relative
Temperature
Neutral
43/100 cool
Color family
Magenta / pink
Tone
Vivid
Best ink
Black
12.64:1
Closest name
Thistle
ΔE2000 6.5
Where it sits
Hue312° of 360°
Saturation55%
Lightness83%
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#ebbae1
RGBrgb(235, 186, 225)
HSLhsl(312, 55%, 83%)
CMYKcmyk(0%, 21%, 4%, 8%)
LABlab(80.9 23.9 -12.7)
LCHlch(80.9 27.1 332.0)
OKLCHoklch(0.844 0.076 333.4)
Decimal15448801
Display P3color(display-p3 0.922 0.729 0.882)

Copy-ready code

/* CSS */
color: #ebbae1;
background-color: #ebbae1;
/* Tailwind (arbitrary) */
class="text-[#ebbae1] bg-[#ebbae1]"
/* SCSS */
$brand: #ebbae1;
/* SwiftUI */
Color(red: 0.922, green: 0.729, blue: 0.882)
/* Android */
Color.parseColor("#ebbae1")
/* Flutter */
Color(0xFFEBBAE1)
/* Python / OpenCV (BGR) */
(225, 186, 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 #ebbae1 · 12.64:1
Use #000000AAA at every size.
Aa
White text · 1.66:1
AA fail · AA large fail · AAA fail
Aa
Black text · 12.64:1 · recommended
AA pass · AA large pass · AAA pass
Reading the other direction: #ebbae1 as text scores 1.66:1 on white and 12.64:1 on black.

Accessibility — WCAG contrast

Aa
#ebbae1 on white: 1.66:1
AA ✗ fail · AA-large · AAA
Aa
#ebbae1 on black: 12.64:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #BAC5E3
deuteranopia · #C5CBDF
tritanopia · #F0BCC7

Color scale — 50 to 950

A Tailwind-shaped ramp built around this exact hex. #ebbae1 is pinned to step 200; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.

#FBF4F9
#F6E9F4
#ebbae1
#E6A8D9
#D97CC6
#CD51B3
#BE37A2
#9E2E87
#7F256C
#5C1E50
#3A1332
Base = 200Lightest = 50 · #FBF4F9Darkest = 950 · #3A1332
:root {
  --brand-50: #FBF4F9;
  --brand-100: #F6E9F4;
  --brand-200: #ebbae1;
  --brand-300: #E6A8D9;
  --brand-400: #D97CC6;
  --brand-500: #CD51B3;
  --brand-600: #BE37A2;
  --brand-700: #9E2E87;
  --brand-800: #7F256C;
  --brand-900: #5C1E50;
  --brand-950: #3A1332;
  --brand: #ebbae1;
  --brand-ink: #000000;
}

Colors that work with #ebbae1

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#EDC0E4
Hairlines and dividers
Muted text#9B4B8B
Captions on the surface
Accent#2EA329
Second voice, not a rival
Dark variant#631D55
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 #ebbae1

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#BAEBC4
Analogous left#DCBAEB
Analogous right#EBBAC8
Split-complement 1#C8EBBA
Split-complement 2#BAEBDC
Triadic 1#E1EBBA
Triadic 2#BAE1EB
Tetradic#EBDCBA

RGB percentages

Red92.2%
Green72.9%
Blue88.2%

CMYK percentages

Cyan0.0%
Magenta20.9%
Yellow4.3%
Key (black)7.8%

Color previews

#ebbae1 text on a black background

contrast 12.64:1

Card sample

#ebbae1 text on a white background

contrast 1.66:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #ebbae1

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.

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

#ebbae1, answered

What color is #ebbae1?

#ebbae1 is a light vivid magenta / pink, closest to Thistle (ΔE2000 6.5). It sits at 312° on the hue wheel with 55% saturation and 83% lightness, which reads as neutral.

What is the RGB value of #ebbae1?

rgb(235, 186, 225) — 235 red, 186 green and 225 blue out of 255, or 92.2% / 72.9% / 88.2% by channel.

Is #ebbae1 a light or a dark color?

It is a light color. Relative luminance is 0.5822 and perceived brightness is 81%, so black text on it reaches 12.64:1.

Should I use black or white text on #ebbae1?

Black. It scores 12.64:1 against #ebbae1, versus 1.66:1 for white — AAA at any size.

What is the complementary color of #ebbae1?

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

What colors go well with #ebbae1?

For interface work: #FAF4F9 as the surface, #EDC0E4 for borders, #9B4B8B for secondary text, #2EA329 as an accent and #631D55 for hover and pressed states. For a palette, the analogous pair #DCBAEB and #EBBAC8 stays calm, while #BAEBC4 is the loudest partner.

What is #ebbae1 in CMYK for printing?

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

Is #ebbae1 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 #EBBACF; nudged cooler, #E4B9EC.

Work with #ebbae1 in the Color Lab