Skip to content

#d0ccc5

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

RGB
208, 204, 197
HSL
38°, 11%, 79%
CMYK
0, 2, 5, 18
Luminance
0.6063

At a glance

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

Hex
#d0ccc5
Hue
38°
orange
Saturation
11%
muted
Lightness
79%
light
Brightness
82%
HSV value
Perceived
80%
weighted brightness
Luminance
0.6063
WCAG relative
Temperature
Warm
37/100 cool
Color family
Orange
Tone
Muted
Best ink
Black
13.13:1
Closest name
Light Gray
ΔE2000 4
Where it sits
Hue38° of 360°
Saturation11%
Lightness79%
Temperature
Warm ← → Cool37% 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#d0ccc5
RGBrgb(208, 204, 197)
HSLhsl(38, 11%, 79%)
CMYKcmyk(0%, 2%, 5%, 18%)
LABlab(82.2 0.1 4.0)
LCHlch(82.2 4.0 88.0)
OKLCHoklch(0.846 0.011 81.8)
Decimal13683909
Display P3color(display-p3 0.816 0.800 0.773)

Copy-ready code

/* CSS */
color: #d0ccc5;
background-color: #d0ccc5;
/* Tailwind (arbitrary) */
class="text-[#d0ccc5] bg-[#d0ccc5]"
/* SCSS */
$brand: #d0ccc5;
/* SwiftUI */
Color(red: 0.816, green: 0.800, blue: 0.773)
/* Android */
Color.parseColor("#d0ccc5")
/* Flutter */
Color(0xFFD0CCC5)
/* Python / OpenCV (BGR) */
(197, 204, 208)

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

Accessibility — WCAG contrast

Aa
#d0ccc5 on white: 1.60:1
AA ✗ fail · AA-large · AAA
Aa
#d0ccc5 on black: 13.13:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #CECCC5
deuteranopia · #CFCDC5
tritanopia · #D2CBCA

Color scale — 50 to 950

A Tailwind-shaped ramp built around this exact hex. #d0ccc5 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
#E1DFDB
#d0ccc5
#B4ADA2
#9B9283
#877E6E
#71695B
#5A5449
#433F37
#2A2723
Base = 300Lightest = 50 · #F8F8F7Darkest = 950 · #2A2723
:root {
  --brand-50: #F8F8F7;
  --brand-100: #F1F0EE;
  --brand-200: #E1DFDB;
  --brand-300: #d0ccc5;
  --brand-400: #B4ADA2;
  --brand-500: #9B9283;
  --brand-600: #877E6E;
  --brand-700: #71695B;
  --brand-800: #5A5449;
  --brand-900: #433F37;
  --brand-950: #2A2723;
  --brand: #d0ccc5;
  --brand-ink: #000000;
}

Colors that work with #d0ccc5

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#F8F8F7
Tinted page background
Border#DAD7D2
Hairlines and dividers
Muted text#7F7667
Captions on the surface
Accent#576975
Second voice, not a rival
Dark variant#464239
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 #d0ccc5

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#C5C9D0
Analogous left#D0C6C5
Analogous right#CED0C5
Split-complement 1#C5CED0
Split-complement 2#C6C5D0
Triadic 1#C5D0CC
Triadic 2#CCC5D0
Tetradic#C5D0C6

RGB percentages

Red81.6%
Green80.0%
Blue77.3%

CMYK percentages

Cyan0.0%
Magenta1.9%
Yellow5.3%
Key (black)18.4%

Color previews

#d0ccc5 text on a black background

contrast 13.13:1

Card sample

#d0ccc5 text on a white background

contrast 1.60:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #d0ccc5

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.

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

#d0ccc5, answered

What color is #d0ccc5?

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

What is the RGB value of #d0ccc5?

rgb(208, 204, 197) — 208 red, 204 green and 197 blue out of 255, or 81.6% / 80% / 77.3% by channel.

Is #d0ccc5 a light or a dark color?

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

Should I use black or white text on #d0ccc5?

Black. It scores 13.13:1 against #d0ccc5, versus 1.60:1 for white — AAA at any size.

What is the complementary color of #d0ccc5?

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

What colors go well with #d0ccc5?

For interface work: #F8F8F7 as the surface, #DAD7D2 for borders, #7F7667 for secondary text, #576975 as an accent and #464239 for hover and pressed states. For a palette, the analogous pair #D0C6C5 and #CED0C5 stays calm, while #C5C9D0 is the loudest partner.

What is #d0ccc5 in CMYK for printing?

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

Is #d0ccc5 warm or cool?

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

Work with #d0ccc5 in the Color Lab