Skip to content

#d3c2cb

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

RGB
211, 194, 203
HSL
328°, 16%, 79%
CMYK
0, 8, 4, 17
Luminance
0.5674

At a glance

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

Hex
#d3c2cb
Hue
328°
magenta / pink
Saturation
16%
soft
Lightness
79%
light
Brightness
83%
HSV value
Perceived
79%
weighted brightness
Luminance
0.5674
WCAG relative
Temperature
Neutral
43/100 cool
Color family
Magenta / pink
Tone
Soft
Best ink
Black
12.35:1
Closest name
Thistle
ΔE2000 6.4
Where it sits
Hue328° of 360°
Saturation16%
Lightness79%
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#d3c2cb
RGBrgb(211, 194, 203)
HSLhsl(328, 16%, 79%)
CMYKcmyk(0%, 8%, 4%, 17%)
LABlab(80.0 7.5 -2.3)
LCHlch(80.0 7.9 342.8)
OKLCHoklch(0.831 0.023 344.3)
Decimal13877963
Display P3color(display-p3 0.827 0.761 0.796)

Copy-ready code

/* CSS */
color: #d3c2cb;
background-color: #d3c2cb;
/* Tailwind (arbitrary) */
class="text-[#d3c2cb] bg-[#d3c2cb]"
/* SCSS */
$brand: #d3c2cb;
/* SwiftUI */
Color(red: 0.827, green: 0.761, blue: 0.796)
/* Android */
Color.parseColor("#d3c2cb")
/* Flutter */
Color(0xFFD3C2CB)
/* Python / OpenCV (BGR) */
(203, 194, 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 #d3c2cb · 12.35:1
Use #000000AAA at every size.
Aa
White text · 1.70:1
AA fail · AA large fail · AAA fail
Aa
Black text · 12.35:1 · recommended
AA pass · AA large pass · AAA pass
Reading the other direction: #d3c2cb as text scores 1.70:1 on white and 12.35:1 on black.

Accessibility — WCAG contrast

Aa
#d3c2cb on white: 1.70:1
AA ✗ fail · AA-large · AAA
Aa
#d3c2cb on black: 12.35:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #C3C5CB
deuteranopia · #C6C7CB
tritanopia · #D6C2C5

Color scale — 50 to 950

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

#F8F6F7
#F2EEF0
#E3D9DE
#d3c2cb
#B89DAC
#A17D90
#8E677C
#775567
#5F4452
#46343E
#2C2127
Base = 300Lightest = 50 · #F8F6F7Darkest = 950 · #2C2127
:root {
  --brand-50: #F8F6F7;
  --brand-100: #F2EEF0;
  --brand-200: #E3D9DE;
  --brand-300: #d3c2cb;
  --brand-400: #B89DAC;
  --brand-500: #A17D90;
  --brand-600: #8E677C;
  --brand-700: #775567;
  --brand-800: #5F4452;
  --brand-900: #46343E;
  --brand-950: #2C2127;
  --brand: #d3c2cb;
  --brand-ink: #000000;
}

Colors that work with #d3c2cb

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#F9F6F7
Tinted page background
Border#DDD0D7
Hairlines and dividers
Muted text#856074
Captions on the surface
Accent#527A5B
Second voice, not a rival
Dark variant#4A3540
Hover, pressed, headers
Light variant#F4F0F2
Selected rows, tints
Dark surface#21181C
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 #d3c2cb

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#C2D3CA
Analogous left#D2C2D3
Analogous right#D3C2C2
Split-complement 1#C2D3C2
Split-complement 2#C2D3D2
Triadic 1#CBD3C2
Triadic 2#C2CBD3
Tetradic#D3D2C2

RGB percentages

Red82.7%
Green76.1%
Blue79.6%

CMYK percentages

Cyan0.0%
Magenta8.1%
Yellow3.8%
Key (black)17.3%

Color previews

#d3c2cb text on a black background

contrast 12.35:1

Card sample

#d3c2cb text on a white background

contrast 1.70:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #d3c2cb

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.

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

#d3c2cb, answered

What color is #d3c2cb?

#d3c2cb is a light soft magenta / pink, closest to Thistle (ΔE2000 6.4). It sits at 328° on the hue wheel with 16% saturation and 79% lightness, which reads as neutral.

What is the RGB value of #d3c2cb?

rgb(211, 194, 203) — 211 red, 194 green and 203 blue out of 255, or 82.7% / 76.1% / 79.6% by channel.

Is #d3c2cb a light or a dark color?

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

Should I use black or white text on #d3c2cb?

Black. It scores 12.35:1 against #d3c2cb, versus 1.70:1 for white — AAA at any size.

What is the complementary color of #d3c2cb?

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

What colors go well with #d3c2cb?

For interface work: #F9F6F7 as the surface, #DDD0D7 for borders, #856074 for secondary text, #527A5B as an accent and #4A3540 for hover and pressed states. For a palette, the analogous pair #D2C2D3 and #D3C2C2 stays calm, while #C2D3CA is the loudest partner.

What is #d3c2cb in CMYK for printing?

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

Is #d3c2cb 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 #D3C2C5; nudged cooler, #D4C1D2.

Work with #d3c2cb in the Color Lab