Skip to content

#e2b2cf

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

RGB
226, 178, 207
HSL
324°, 45%, 79%
CMYK
0, 21, 8, 11
Luminance
0.5251

At a glance

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

Hex
#e2b2cf
Hue
324°
magenta / pink
Saturation
45%
vivid
Lightness
79%
light
Brightness
89%
HSV value
Perceived
77%
weighted brightness
Luminance
0.5251
WCAG relative
Temperature
Warm
37/100 cool
Color family
Magenta / pink
Tone
Vivid
Best ink
Black
11.50:1
Closest name
Thistle
ΔE2000 6.2
Where it sits
Hue324° of 360°
Saturation45%
Lightness79%
Temperature
Warm ← → Cool37% 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#e2b2cf
RGBrgb(226, 178, 207)
HSLhsl(324, 45%, 79%)
CMYKcmyk(0%, 21%, 8%, 11%)
LABlab(77.6 22.0 -8.0)
LCHlch(77.6 23.4 340.1)
OKLCHoklch(0.815 0.067 341.8)
Decimal14856911
Display P3color(display-p3 0.886 0.698 0.812)

Copy-ready code

/* CSS */
color: #e2b2cf;
background-color: #e2b2cf;
/* Tailwind (arbitrary) */
class="text-[#e2b2cf] bg-[#e2b2cf]"
/* SCSS */
$brand: #e2b2cf;
/* SwiftUI */
Color(red: 0.886, green: 0.698, blue: 0.812)
/* Android */
Color.parseColor("#e2b2cf")
/* Flutter */
Color(0xFFE2B2CF)
/* Python / OpenCV (BGR) */
(207, 178, 226)

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

Accessibility — WCAG contrast

Aa
#e2b2cf on white: 1.83:1
AA ✗ fail · AA-large · AAA
Aa
#e2b2cf on black: 11.50:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #B4BBD0
deuteranopia · #BFC2CE
tritanopia · #E8B2BC

Color scale — 50 to 950

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

#FAF5F8
#F5EAF1
#EBD1E1
#e2b2cf
#D185B3
#C25C99
#B24386
#943870
#772D59
#572442
#36162A
Base = 300Lightest = 50 · #FAF5F8Darkest = 950 · #36162A
:root {
  --brand-50: #FAF5F8;
  --brand-100: #F5EAF1;
  --brand-200: #EBD1E1;
  --brand-300: #e2b2cf;
  --brand-400: #D185B3;
  --brand-500: #C25C99;
  --brand-600: #B24386;
  --brand-700: #943870;
  --brand-800: #772D59;
  --brand-900: #572442;
  --brand-950: #36162A;
  --brand: #e2b2cf;
  --brand-ink: #000000;
}

Colors that work with #e2b2cf

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#E9C4DA
Hairlines and dividers
Muted text#9B4B7B
Captions on the surface
Accent#349841
Second voice, not a rival
Dark variant#5D2346
Hover, pressed, headers
Light variant#F8ECF3
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 #e2b2cf

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#B2E2C5
Analogous left#DDB2E2
Analogous right#E2B2B7
Split-complement 1#B7E2B2
Split-complement 2#B2E2DD
Triadic 1#CFE2B2
Triadic 2#B2CFE2
Tetradic#E2DDB2

RGB percentages

Red88.6%
Green69.8%
Blue81.2%

CMYK percentages

Cyan0.0%
Magenta21.2%
Yellow8.4%
Key (black)11.4%

Color previews

#e2b2cf text on a black background

contrast 11.50:1

Card sample

#e2b2cf text on a white background

contrast 1.83:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

text-shadow: 0 0 14px rgba(226, 178, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 178, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2b2cf;
background: linear-gradient(135deg, #e2b2cf, #E2B5B2);

Monochromatic scale

Palettes built from #e2b2cf

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.

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

#e2b2cf, answered

What color is #e2b2cf?

#e2b2cf is a light vivid magenta / pink, closest to Thistle (ΔE2000 6.2). It sits at 324° on the hue wheel with 45% saturation and 79% lightness, which reads as warm.

What is the RGB value of #e2b2cf?

rgb(226, 178, 207) — 226 red, 178 green and 207 blue out of 255, or 88.6% / 69.8% / 81.2% by channel.

Is #e2b2cf a light or a dark color?

It is a light color. Relative luminance is 0.5251 and perceived brightness is 77%, so black text on it reaches 11.50:1.

Should I use black or white text on #e2b2cf?

Black. It scores 11.50:1 against #e2b2cf, versus 1.83:1 for white — AAA at any size.

What is the complementary color of #e2b2cf?

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

What colors go well with #e2b2cf?

For interface work: #FAF4F8 as the surface, #E9C4DA for borders, #9B4B7B for secondary text, #349841 as an accent and #5D2346 for hover and pressed states. For a palette, the analogous pair #DDB2E2 and #E2B2B7 stays calm, while #B2E2C5 is the loudest partner.

What is #e2b2cf in CMYK for printing?

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

Is #e2b2cf warm or cool?

Warm — it scores 37 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #E2B2BD; nudged cooler, #E3B1E2.

Work with #e2b2cf in the Color Lab