Skip to content

#dcd2d0

a light, muted red · warm · closest name: Light Gray

RGB
220, 210, 208
HSL
10°, 15%, 84%
CMYK
0, 5, 6, 14
Luminance
0.6586

At a glance

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

Hex
#dcd2d0
Hue
10°
red
Saturation
15%
muted
Lightness
84%
light
Brightness
86%
HSV value
Perceived
83%
weighted brightness
Luminance
0.6586
WCAG relative
Temperature
Warm
34/100 cool
Color family
Red
Tone
Muted
Best ink
Black
14.17:1
Closest name
Light Gray
ΔE2000 4.6
Where it sits
Hue10° of 360°
Saturation15%
Lightness84%
Temperature
Warm ← → Cool34% cool

Reads warm. Warm and cool siblings keep the same lightness, so you can swap one in without redoing your contrast maths.

Every format

HEX#dcd2d0
RGBrgb(220, 210, 208)
HSLhsl(10, 15%, 84%)
CMYKcmyk(0%, 5%, 6%, 14%)
LABlab(84.9 3.1 2.2)
LCHlch(84.9 3.8 35.7)
OKLCHoklch(0.871 0.011 31.1)
Decimal14471888
Display P3color(display-p3 0.863 0.824 0.816)

Copy-ready code

/* CSS */
color: #dcd2d0;
background-color: #dcd2d0;
/* Tailwind (arbitrary) */
class="text-[#dcd2d0] bg-[#dcd2d0]"
/* SCSS */
$brand: #dcd2d0;
/* SwiftUI */
Color(red: 0.863, green: 0.824, blue: 0.816)
/* Android */
Color.parseColor("#dcd2d0")
/* Flutter */
Color(0xFFDCD2D0)
/* Python / OpenCV (BGR) */
(208, 210, 220)

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

Accessibility — WCAG contrast

Aa
#dcd2d0 on white: 1.48:1
AA ✗ fail · AA-large · AAA
Aa
#dcd2d0 on black: 14.17:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #D4D3D0
deuteranopia · #D6D5D0
tritanopia · #DFD1D1

Color scale — 50 to 950

A Tailwind-shaped ramp built around this exact hex. #dcd2d0 is pinned to step 200; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.

#F8F7F6
#F1EFEE
#dcd2d0
#CFC1BF
#B7A39F
#9F847E
#8C6E69
#755C57
#5E4A46
#453835
#2B2321
Base = 200Lightest = 50 · #F8F7F6Darkest = 950 · #2B2321
:root {
  --brand-50: #F8F7F6;
  --brand-100: #F1EFEE;
  --brand-200: #dcd2d0;
  --brand-300: #CFC1BF;
  --brand-400: #B7A39F;
  --brand-500: #9F847E;
  --brand-600: #8C6E69;
  --brand-700: #755C57;
  --brand-800: #5E4A46;
  --brand-900: #453835;
  --brand-950: #2B2321;
  --brand: #dcd2d0;
  --brand-ink: #000000;
}

Colors that work with #dcd2d0

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#F8F7F6
Tinted page background
Border#DCD2D0
Hairlines and dividers
Muted text#846862
Captions on the surface
Accent#527A75
Second voice, not a rival
Dark variant#493A36
Hover, pressed, headers
Light variant#F4F1F0
Selected rows, tints
Dark surface#201918
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 #dcd2d0

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#D0DADC
Analogous left#DCD0D4
Analogous right#DCD8D0
Split-complement 1#D0DCD8
Split-complement 2#D0D4DC
Triadic 1#D0DCD2
Triadic 2#D2D0DC
Tetradic#D4DCD0

RGB percentages

Red86.3%
Green82.4%
Blue81.6%

CMYK percentages

Cyan0.0%
Magenta4.5%
Yellow5.5%
Key (black)13.7%

Color previews

#dcd2d0 text on a black background

contrast 14.17:1

Card sample

#dcd2d0 text on a white background

contrast 1.48:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #dcd2d0

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.

#dcd2d0 in the real world

Where a color in this family tends to land, and the interface roles it is usually asked to play.

Industries
Food and drinkEntertainmentRetailSport
Common UI roles
BackgroundsBordersBody textDividers
Print note

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

#dcd2d0, answered

What color is #dcd2d0?

#dcd2d0 is a light muted red, closest to Light Gray (ΔE2000 4.6). It sits at 10° on the hue wheel with 15% saturation and 84% lightness, which reads as warm.

What is the RGB value of #dcd2d0?

rgb(220, 210, 208) — 220 red, 210 green and 208 blue out of 255, or 86.3% / 82.4% / 81.6% by channel.

Is #dcd2d0 a light or a dark color?

It is a light color. Relative luminance is 0.6586 and perceived brightness is 83%, so black text on it reaches 14.17:1.

Should I use black or white text on #dcd2d0?

Black. It scores 14.17:1 against #dcd2d0, versus 1.48:1 for white — AAA at any size.

What is the complementary color of #dcd2d0?

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

What colors go well with #dcd2d0?

For interface work: #F8F7F6 as the surface, #DCD2D0 for borders, #846862 for secondary text, #527A75 as an accent and #493A36 for hover and pressed states. For a palette, the analogous pair #DCD0D4 and #DCD8D0 stays calm, while #D0DADC is the loudest partner.

What is #dcd2d0 in CMYK for printing?

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

Is #dcd2d0 warm or cool?

Warm — it scores 34 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #DCD5D0; nudged cooler, #DDCFD2.

Work with #dcd2d0 in the Color Lab