Skip to content

#d2c7cb

a light, muted magenta / pink · neutral · closest name: Light Gray

RGB
210, 199, 203
HSL
338°, 11%, 80%
CMYK
0, 5, 3, 18
Luminance
0.5886

At a glance

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

Hex
#d2c7cb
Hue
338°
magenta / pink
Saturation
11%
muted
Lightness
80%
light
Brightness
82%
HSV value
Perceived
80%
weighted brightness
Luminance
0.5886
WCAG relative
Temperature
Neutral
43/100 cool
Color family
Magenta / pink
Tone
Muted
Best ink
Black
12.77:1
Closest name
Light Gray
ΔE2000 6.3
Where it sits
Hue338° of 360°
Saturation11%
Lightness80%
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#d2c7cb
RGBrgb(210, 199, 203)
HSLhsl(338, 11%, 80%)
CMYKcmyk(0%, 5%, 3%, 18%)
LABlab(81.2 4.5 -0.6)
LCHlch(81.2 4.6 352.2)
OKLCHoklch(0.840 0.013 353.2)
Decimal13813707
Display P3color(display-p3 0.824 0.780 0.796)

Copy-ready code

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

Accessibility — WCAG contrast

Aa
#d2c7cb on white: 1.64:1
AA ✗ fail · AA-large · AAA
Aa
#d2c7cb on black: 12.77:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #C8C9CB
deuteranopia · #CACACB
tritanopia · #D4C7C8

Color scale — 50 to 950

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

#F8F7F7
#F1EEEF
#E1DBDD
#d2c7cb
#B4A2A8
#9B838B
#886D77
#715B63
#5A494F
#43373C
#2A2225
Base = 300Lightest = 50 · #F8F7F7Darkest = 950 · #2A2225
:root {
  --brand-50: #F8F7F7;
  --brand-100: #F1EEEF;
  --brand-200: #E1DBDD;
  --brand-300: #d2c7cb;
  --brand-400: #B4A2A8;
  --brand-500: #9B838B;
  --brand-600: #886D77;
  --brand-700: #715B63;
  --brand-800: #5A494F;
  --brand-900: #43373C;
  --brand-950: #2A2225;
  --brand: #d2c7cb;
  --brand-ink: #000000;
}

Colors that work with #d2c7cb

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#F8F7F7
Tinted page background
Border#DBD2D5
Hairlines and dividers
Muted text#7F666F
Captions on the surface
Accent#577563
Second voice, not a rival
Dark variant#47393E
Hover, pressed, headers
Light variant#F4F1F2
Selected rows, tints
Dark surface#1F191B
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 #d2c7cb

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

Works well for
  • Text and icons on dark surfaces
  • Borders, dividers and quiet backgrounds
  • Long-form reading 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#C7D2CE
Analogous left#D2C7D1
Analogous right#D2C9C7
Split-complement 1#C7D2C9
Split-complement 2#C7D1D2
Triadic 1#CBD2C7
Triadic 2#C7CBD2
Tetradic#D1D2C7

RGB percentages

Red82.4%
Green78.0%
Blue79.6%

CMYK percentages

Cyan0.0%
Magenta5.2%
Yellow3.3%
Key (black)17.6%

Color previews

#d2c7cb text on a black background

contrast 12.77:1

Card sample

#d2c7cb text on a white background

contrast 1.64:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #d2c7cb

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.

#d2c7cb 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
BackgroundsBordersBody textDividers
Print note

Converts to four-color process without much drama. Proof it anyway.

#d2c7cb, answered

What color is #d2c7cb?

#d2c7cb is a light muted magenta / pink, closest to Light Gray (ΔE2000 6.3). It sits at 338° on the hue wheel with 11% saturation and 80% lightness, which reads as neutral.

What is the RGB value of #d2c7cb?

rgb(210, 199, 203) — 210 red, 199 green and 203 blue out of 255, or 82.4% / 78% / 79.6% by channel.

Is #d2c7cb a light or a dark color?

It is a light color. Relative luminance is 0.5886 and perceived brightness is 80%, so black text on it reaches 12.77:1.

Should I use black or white text on #d2c7cb?

Black. It scores 12.77:1 against #d2c7cb, versus 1.64:1 for white — AAA at any size.

What is the complementary color of #d2c7cb?

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

What colors go well with #d2c7cb?

For interface work: #F8F7F7 as the surface, #DBD2D5 for borders, #7F666F for secondary text, #577563 as an accent and #47393E for hover and pressed states. For a palette, the analogous pair #D2C7D1 and #D2C9C7 stays calm, while #C7D2CE is the loudest partner.

What is #d2c7cb in CMYK for printing?

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

Is #d2c7cb 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 #D2C7C7; nudged cooler, #D3C6D0.

Work with #d2c7cb in the Color Lab