Skip to content

#d2cdc5

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

RGB
210, 205, 197
HSL
37°, 13%, 80%
CMYK
0, 2, 6, 18
Luminance
0.6140

At a glance

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

Hex
#d2cdc5
Hue
37°
orange
Saturation
13%
muted
Lightness
80%
light
Brightness
82%
HSV value
Perceived
81%
weighted brightness
Luminance
0.6140
WCAG relative
Temperature
Warm
34/100 cool
Color family
Orange
Tone
Muted
Best ink
Black
13.28:1
Closest name
Light Gray
ΔE2000 4.4
Where it sits
Hue37° of 360°
Saturation13%
Lightness80%
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#d2cdc5
RGBrgb(210, 205, 197)
HSLhsl(37, 13%, 80%)
CMYKcmyk(0%, 2%, 6%, 18%)
LABlab(82.6 0.3 4.6)
LCHlch(82.6 4.6 86.0)
OKLCHoklch(0.850 0.012 79.8)
Decimal13815237
Display P3color(display-p3 0.824 0.804 0.773)

Copy-ready code

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

Accessibility — WCAG contrast

Aa
#d2cdc5 on white: 1.58:1
AA ✗ fail · AA-large · AAA
Aa
#d2cdc5 on black: 13.28:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #CFCDC5
deuteranopia · #D1CEC5
tritanopia · #D5CBCB

Color scale — 50 to 950

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

#F8F8F7
#F1F0EE
#E2DFDA
#d2cdc5
#B5ADA0
#9D9281
#8A7E6B
#736959
#5C5447
#443F36
#2B2722
Base = 300Lightest = 50 · #F8F8F7Darkest = 950 · #2B2722
:root {
  --brand-50: #F8F8F7;
  --brand-100: #F1F0EE;
  --brand-200: #E2DFDA;
  --brand-300: #d2cdc5;
  --brand-400: #B5ADA0;
  --brand-500: #9D9281;
  --brand-600: #8A7E6B;
  --brand-700: #736959;
  --brand-800: #5C5447;
  --brand-900: #443F36;
  --brand-950: #2B2722;
  --brand: #d2cdc5;
  --brand-ink: #000000;
}

Colors that work with #d2cdc5

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#F8F8F6
Tinted page background
Border#DBD7D1
Hairlines and dividers
Muted text#817664
Captions on the surface
Accent#556B77
Second voice, not a rival
Dark variant#484238
Hover, pressed, headers
Light variant#F4F3F1
Selected rows, tints
Dark surface#201D19
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 #d2cdc5

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#C5CAD2
Analogous left#D2C6C5
Analogous right#D0D2C5
Split-complement 1#C5D0D2
Split-complement 2#C6C5D2
Triadic 1#C5D2CD
Triadic 2#CDC5D2
Tetradic#C5D2C6

RGB percentages

Red82.4%
Green80.4%
Blue77.3%

CMYK percentages

Cyan0.0%
Magenta2.4%
Yellow6.2%
Key (black)17.6%

Color previews

#d2cdc5 text on a black background

contrast 13.28:1

Card sample

#d2cdc5 text on a white background

contrast 1.58:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #d2cdc5

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.

#d2cdc5 in the real world

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

Industries
E-commerceFood deliveryLogisticsCreator tools
Common UI roles
BackgroundsBordersBody textDividers
Print note

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

#d2cdc5, answered

What color is #d2cdc5?

#d2cdc5 is a light muted orange, closest to Light Gray (ΔE2000 4.4). It sits at 37° on the hue wheel with 13% saturation and 80% lightness, which reads as warm.

What is the RGB value of #d2cdc5?

rgb(210, 205, 197) — 210 red, 205 green and 197 blue out of 255, or 82.4% / 80.4% / 77.3% by channel.

Is #d2cdc5 a light or a dark color?

It is a light color. Relative luminance is 0.6140 and perceived brightness is 81%, so black text on it reaches 13.28:1.

Should I use black or white text on #d2cdc5?

Black. It scores 13.28:1 against #d2cdc5, versus 1.58:1 for white — AAA at any size.

What is the complementary color of #d2cdc5?

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

What colors go well with #d2cdc5?

For interface work: #F8F8F6 as the surface, #DBD7D1 for borders, #817664 for secondary text, #556B77 as an accent and #484238 for hover and pressed states. For a palette, the analogous pair #D2C6C5 and #D0D2C5 stays calm, while #C5CAD2 is the loudest partner.

What is #d2cdc5 in CMYK for printing?

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

Is #d2cdc5 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 #D2CBC5; nudged cooler, #D3D3C4.

Work with #d2cdc5 in the Color Lab