Skip to content

#d2b2ce

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

RGB
210, 178, 206
HSL
308°, 26%, 76%
CMYK
0, 15, 2, 18
Luminance
0.5000

At a glance

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

Hex
#d2b2ce
Hue
308°
magenta / pink
Saturation
26%
soft
Lightness
76%
light
Brightness
82%
HSV value
Perceived
75%
weighted brightness
Luminance
0.5000
WCAG relative
Temperature
Neutral
47/100 cool
Color family
Magenta / pink
Tone
Soft
Best ink
Black
11.00:1
Closest name
Thistle
ΔE2000 3.6
Where it sits
Hue308° of 360°
Saturation26%
Lightness76%
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#d2b2ce
RGBrgb(210, 178, 206)
HSLhsl(308, 26%, 76%)
CMYKcmyk(0%, 15%, 2%, 18%)
LABlab(76.1 16.3 -9.8)
LCHlch(76.1 19.1 328.9)
OKLCHoklch(0.800 0.053 330.2)
Decimal13808334
Display P3color(display-p3 0.824 0.698 0.808)

Copy-ready code

/* CSS */
color: #d2b2ce;
background-color: #d2b2ce;
/* Tailwind (arbitrary) */
class="text-[#d2b2ce] bg-[#d2b2ce]"
/* SCSS */
$brand: #d2b2ce;
/* SwiftUI */
Color(red: 0.824, green: 0.698, blue: 0.808)
/* Android */
Color.parseColor("#d2b2ce")
/* Flutter */
Color(0xFFD2B2CE)
/* Python / OpenCV (BGR) */
(206, 178, 210)

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

Accessibility — WCAG contrast

Aa
#d2b2ce on white: 1.91:1
AA ✗ fail · AA-large · AAA
Aa
#d2b2ce on black: 11.00:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #B1B9CF
deuteranopia · #B8BDCD
tritanopia · #D5B4BB

Color scale — 50 to 950

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

#F9F6F9
#F3EDF2
#E5D6E4
#d2b2ce
#C195BB
#AC71A5
#9A5A92
#814B7A
#673C62
#4C2E48
#2F1D2D
Base = 300Lightest = 50 · #F9F6F9Darkest = 950 · #2F1D2D
:root {
  --brand-50: #F9F6F9;
  --brand-100: #F3EDF2;
  --brand-200: #E5D6E4;
  --brand-300: #d2b2ce;
  --brand-400: #C195BB;
  --brand-500: #AC71A5;
  --brand-600: #9A5A92;
  --brand-700: #814B7A;
  --brand-800: #673C62;
  --brand-900: #4C2E48;
  --brand-950: #2F1D2D;
  --brand: #d2b2ce;
  --brand-ink: #000000;
}

Colors that work with #d2b2ce

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#F9F5F9
Tinted page background
Border#E1CCDE
Hairlines and dividers
Muted text#915589
Captions on the surface
Accent#4F8448
Second voice, not a rival
Dark variant#502F4C
Hover, pressed, headers
Light variant#F6EFF5
Selected rows, tints
Dark surface#231522
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 #d2b2ce

Derived from its contrast, chroma and lightness — not from taste.

Works well for
  • Text and icons on dark surfaces
  • Charts, tags and secondary surfaces
  • Card and section backgrounds
  • Brand accents, badges and data highlights
Use with care
  • Text of any size on white — fails WCAG AA
  • 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#B2D2B6
Analogous left#C6B2D2
Analogous right#D2B2BE
Split-complement 1#BED2B2
Split-complement 2#B2D2C6
Triadic 1#CED2B2
Triadic 2#B2CED2
Tetradic#D2C6B2

RGB percentages

Red82.4%
Green69.8%
Blue80.8%

CMYK percentages

Cyan0.0%
Magenta15.2%
Yellow1.9%
Key (black)17.6%

Color previews

#d2b2ce text on a black background

contrast 11.00:1

Card sample

#d2b2ce text on a white background

contrast 1.91:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #d2b2ce

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.

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

#d2b2ce, answered

What color is #d2b2ce?

#d2b2ce is a light soft magenta / pink, closest to Thistle (ΔE2000 3.6). It sits at 308° on the hue wheel with 26% saturation and 76% lightness, which reads as neutral.

What is the RGB value of #d2b2ce?

rgb(210, 178, 206) — 210 red, 178 green and 206 blue out of 255, or 82.4% / 69.8% / 80.8% by channel.

Is #d2b2ce a light or a dark color?

It is a mid-tone. Relative luminance is 0.5000 and perceived brightness is 75%, so black text on it reaches 11.00:1.

Should I use black or white text on #d2b2ce?

Black. It scores 11.00:1 against #d2b2ce, versus 1.91:1 for white — AAA at any size.

What is the complementary color of #d2b2ce?

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

What colors go well with #d2b2ce?

For interface work: #F9F5F9 as the surface, #E1CCDE for borders, #915589 for secondary text, #4F8448 as an accent and #502F4C for hover and pressed states. For a palette, the analogous pair #C6B2D2 and #D2B2BE stays calm, while #B2D2B6 is the loudest partner.

What is #d2b2ce in CMYK for printing?

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

Is #d2b2ce 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 #D2B2C2; nudged cooler, #CBB1D3.

Work with #d2b2ce in the Color Lab