Skip to content

#d3b7cf

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

RGB
211, 183, 207
HSL
309°, 24%, 77%
CMYK
0, 13, 2, 17
Luminance
0.5222

At a glance

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

Hex
#d3b7cf
Hue
309°
magenta / pink
Saturation
24%
soft
Lightness
77%
light
Brightness
83%
HSV value
Perceived
76%
weighted brightness
Luminance
0.5222
WCAG relative
Temperature
Neutral
47/100 cool
Color family
Magenta / pink
Tone
Soft
Best ink
Black
11.44:1
Closest name
Thistle
ΔE2000 2.1
Where it sits
Hue309° of 360°
Saturation24%
Lightness77%
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#d3b7cf
RGBrgb(211, 183, 207)
HSLhsl(309, 24%, 77%)
CMYKcmyk(0%, 13%, 2%, 17%)
LABlab(77.4 14.2 -8.4)
LCHlch(77.4 16.4 329.4)
OKLCHoklch(0.811 0.045 330.7)
Decimal13875151
Display P3color(display-p3 0.827 0.718 0.812)

Copy-ready code

/* CSS */
color: #d3b7cf;
background-color: #d3b7cf;
/* Tailwind (arbitrary) */
class="text-[#d3b7cf] bg-[#d3b7cf]"
/* SCSS */
$brand: #d3b7cf;
/* SwiftUI */
Color(red: 0.827, green: 0.718, blue: 0.812)
/* Android */
Color.parseColor("#d3b7cf")
/* Flutter */
Color(0xFFD3B7CF)
/* Python / OpenCV (BGR) */
(207, 183, 211)

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

Accessibility — WCAG contrast

Aa
#d3b7cf on white: 1.83:1
AA ✗ fail · AA-large · AAA
Aa
#d3b7cf on black: 11.44:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #B6BDD0
deuteranopia · #BCC1CE
tritanopia · #D6B8BF

Color scale — 50 to 950

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

#F9F6F8
#F3EDF2
#E5D7E3
#d3b7cf
#BF97B9
#AA74A2
#985D8F
#7F4D78
#653E60
#4B3047
#2F1E2C
Base = 300Lightest = 50 · #F9F6F8Darkest = 950 · #2F1E2C
:root {
  --brand-50: #F9F6F8;
  --brand-100: #F3EDF2;
  --brand-200: #E5D7E3;
  --brand-300: #d3b7cf;
  --brand-400: #BF97B9;
  --brand-500: #AA74A2;
  --brand-600: #985D8F;
  --brand-700: #7F4D78;
  --brand-800: #653E60;
  --brand-900: #4B3047;
  --brand-950: #2F1E2C;
  --brand: #d3b7cf;
  --brand-ink: #000000;
}

Colors that work with #d3b7cf

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#F9F6F9
Tinted page background
Border#E0CCDD
Hairlines and dividers
Muted text#8E5786
Captions on the surface
Accent#4F824A
Second voice, not a rival
Dark variant#4F304B
Hover, pressed, headers
Light variant#F5EFF4
Selected rows, tints
Dark surface#231521
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 #d3b7cf

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#B7D3BB
Analogous left#C9B7D3
Analogous right#D3B7C1
Split-complement 1#C1D3B7
Split-complement 2#B7D3C9
Triadic 1#CFD3B7
Triadic 2#B7CFD3
Tetradic#D3C9B7

RGB percentages

Red82.7%
Green71.8%
Blue81.2%

CMYK percentages

Cyan0.0%
Magenta13.3%
Yellow1.9%
Key (black)17.3%

Color previews

#d3b7cf text on a black background

contrast 11.44:1

Card sample

#d3b7cf text on a white background

contrast 1.83:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #d3b7cf

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.

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

#d3b7cf, answered

What color is #d3b7cf?

#d3b7cf is a light soft magenta / pink, closest to Thistle (ΔE2000 2.1). It sits at 309° on the hue wheel with 24% saturation and 77% lightness, which reads as neutral.

What is the RGB value of #d3b7cf?

rgb(211, 183, 207) — 211 red, 183 green and 207 blue out of 255, or 82.7% / 71.8% / 81.2% by channel.

Is #d3b7cf a light or a dark color?

It is a light color. Relative luminance is 0.5222 and perceived brightness is 76%, so black text on it reaches 11.44:1.

Should I use black or white text on #d3b7cf?

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

What is the complementary color of #d3b7cf?

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

What colors go well with #d3b7cf?

For interface work: #F9F6F9 as the surface, #E0CCDD for borders, #8E5786 for secondary text, #4F824A as an accent and #4F304B for hover and pressed states. For a palette, the analogous pair #C9B7D3 and #D3B7C1 stays calm, while #B7D3BB is the loudest partner.

What is #d3b7cf in CMYK for printing?

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

Is #d3b7cf 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 #D3B7C5; nudged cooler, #CDB6D4.

Work with #d3b7cf in the Color Lab