Skip to content

#d2cdc6

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

RGB
210, 205, 198
HSL
35°, 12%, 80%
CMYK
0, 2, 6, 18
Luminance
0.6144

At a glance

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

Hex
#d2cdc6
Hue
35°
orange
Saturation
12%
muted
Lightness
80%
light
Brightness
82%
HSV value
Perceived
81%
weighted brightness
Luminance
0.6144
WCAG relative
Temperature
Warm
35/100 cool
Color family
Orange
Tone
Muted
Best ink
Black
13.29:1
Closest name
Light Gray
ΔE2000 4
Where it sits
Hue35° of 360°
Saturation12%
Lightness80%
Temperature
Warm ← → Cool35% 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#d2cdc6
RGBrgb(210, 205, 198)
HSLhsl(35, 12%, 80%)
CMYKcmyk(0%, 2%, 6%, 18%)
LABlab(82.6 0.5 4.1)
LCHlch(82.6 4.1 83.2)
OKLCHoklch(0.850 0.011 76.6)
Decimal13815238
Display P3color(display-p3 0.824 0.804 0.776)

Copy-ready code

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

Accessibility — WCAG contrast

Aa
#d2cdc6 on white: 1.58:1
AA ✗ fail · AA-large · AAA
Aa
#d2cdc6 on black: 13.29:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #CFCDC6
deuteranopia · #D0CEC6
tritanopia · #D4CCCB

Color scale — 50 to 950

A Tailwind-shaped ramp built around this exact hex. #d2cdc6 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
#F1F0EE
#E1DEDA
#d2cdc6
#B5ADA1
#9C9182
#897D6C
#72685A
#5B5348
#443E37
#2A2722
Base = 300Lightest = 50 · #F8F7F7Darkest = 950 · #2A2722
:root {
  --brand-50: #F8F7F7;
  --brand-100: #F1F0EE;
  --brand-200: #E1DEDA;
  --brand-300: #d2cdc6;
  --brand-400: #B5ADA1;
  --brand-500: #9C9182;
  --brand-600: #897D6C;
  --brand-700: #72685A;
  --brand-800: #5B5348;
  --brand-900: #443E37;
  --brand-950: #2A2722;
  --brand: #d2cdc6;
  --brand-ink: #000000;
}

Colors that work with #d2cdc6

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#807565
Captions on the surface
Accent#566C76
Second voice, not a rival
Dark variant#474138
Hover, pressed, headers
Light variant#F4F3F1
Selected rows, tints
Dark surface#1F1D19
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 #d2cdc6

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#C6CBD2
Analogous left#D2C7C6
Analogous right#D1D2C6
Split-complement 1#C6D1D2
Split-complement 2#C7C6D2
Triadic 1#C6D2CD
Triadic 2#CDC6D2
Tetradic#C6D2C7

RGB percentages

Red82.4%
Green80.4%
Blue77.6%

CMYK percentages

Cyan0.0%
Magenta2.4%
Yellow5.7%
Key (black)17.6%

Color previews

#d2cdc6 text on a black background

contrast 13.29:1

Card sample

#d2cdc6 text on a white background

contrast 1.58:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #d2cdc6

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.

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

#d2cdc6, answered

What color is #d2cdc6?

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

What is the RGB value of #d2cdc6?

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

Is #d2cdc6 a light or a dark color?

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

Should I use black or white text on #d2cdc6?

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

What is the complementary color of #d2cdc6?

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

What colors go well with #d2cdc6?

For interface work: #F8F8F6 as the surface, #DBD7D1 for borders, #807565 for secondary text, #566C76 as an accent and #474138 for hover and pressed states. For a palette, the analogous pair #D2C7C6 and #D1D2C6 stays calm, while #C6CBD2 is the loudest partner.

What is #d2cdc6 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 #d2cdc6 warm or cool?

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

Work with #d2cdc6 in the Color Lab