Skip to content

#d3c3cd

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

RGB
211, 195, 205
HSL
323°, 15%, 80%
CMYK
0, 8, 3, 17
Luminance
0.5729

At a glance

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

Hex
#d3c3cd
Hue
323°
magenta / pink
Saturation
15%
soft
Lightness
80%
light
Brightness
83%
HSV value
Perceived
79%
weighted brightness
Luminance
0.5729
WCAG relative
Temperature
Neutral
45/100 cool
Color family
Magenta / pink
Tone
Soft
Best ink
Black
12.46:1
Closest name
Thistle
ΔE2000 6.3
Where it sits
Hue323° of 360°
Saturation15%
Lightness80%
Temperature
Warm ← → Cool45% 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#d3c3cd
RGBrgb(211, 195, 205)
HSLhsl(323, 15%, 80%)
CMYKcmyk(0%, 8%, 3%, 17%)
LABlab(80.3 7.4 -3.0)
LCHlch(80.3 7.9 338.0)
OKLCHoklch(0.833 0.022 339.7)
Decimal13878221
Display P3color(display-p3 0.827 0.765 0.804)

Copy-ready code

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

Accessibility — WCAG contrast

Aa
#d3c3cd on white: 1.69:1
AA ✗ fail · AA-large · AAA
Aa
#d3c3cd on black: 12.46:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #C3C6CD
deuteranopia · #C7C8CD
tritanopia · #D5C3C6

Color scale — 50 to 950

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

#F8F6F8
#F2EEF0
#E2D9DF
#d3c3cd
#B89EAE
#A07E93
#8D687F
#76566A
#5E4555
#46353F
#2C2128
Base = 300Lightest = 50 · #F8F6F8Darkest = 950 · #2C2128
:root {
  --brand-50: #F8F6F8;
  --brand-100: #F2EEF0;
  --brand-200: #E2D9DF;
  --brand-300: #d3c3cd;
  --brand-400: #B89EAE;
  --brand-500: #A07E93;
  --brand-600: #8D687F;
  --brand-700: #76566A;
  --brand-800: #5E4555;
  --brand-900: #46353F;
  --brand-950: #2C2128;
  --brand: #d3c3cd;
  --brand-ink: #000000;
}

Colors that work with #d3c3cd

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#F9F6F8
Tinted page background
Border#DCD0D8
Hairlines and dividers
Muted text#846177
Captions on the surface
Accent#527A56
Second voice, not a rival
Dark variant#4A3642
Hover, pressed, headers
Light variant#F4F0F3
Selected rows, tints
Dark surface#20181D
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 #d3c3cd

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#C3D3C9
Analogous left#D1C3D3
Analogous right#D3C3C5
Split-complement 1#C5D3C3
Split-complement 2#C3D3D1
Triadic 1#CDD3C3
Triadic 2#C3CDD3
Tetradic#D3D1C3

RGB percentages

Red82.7%
Green76.5%
Blue80.4%

CMYK percentages

Cyan0.0%
Magenta7.6%
Yellow2.8%
Key (black)17.3%

Color previews

#d3c3cd text on a black background

contrast 12.46:1

Card sample

#d3c3cd text on a white background

contrast 1.69:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #d3c3cd

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.

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

#d3c3cd, answered

What color is #d3c3cd?

#d3c3cd is a light soft magenta / pink, closest to Thistle (ΔE2000 6.3). It sits at 323° on the hue wheel with 15% saturation and 80% lightness, which reads as neutral.

What is the RGB value of #d3c3cd?

rgb(211, 195, 205) — 211 red, 195 green and 205 blue out of 255, or 82.7% / 76.5% / 80.4% by channel.

Is #d3c3cd a light or a dark color?

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

Should I use black or white text on #d3c3cd?

Black. It scores 12.46:1 against #d3c3cd, versus 1.69:1 for white — AAA at any size.

What is the complementary color of #d3c3cd?

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

What colors go well with #d3c3cd?

For interface work: #F9F6F8 as the surface, #DCD0D8 for borders, #846177 for secondary text, #527A56 as an accent and #4A3642 for hover and pressed states. For a palette, the analogous pair #D1C3D3 and #D3C3C5 stays calm, while #C3D3C9 is the loudest partner.

What is #d3c3cd in CMYK for printing?

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

Is #d3c3cd warm or cool?

Neutral — it scores 45 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #D3C3C7; nudged cooler, #D4C2D4.

Work with #d3c3cd in the Color Lab