Skip to content

#dcd5c7

a light, soft yellow · warm · closest name: Antique White

RGB
220, 213, 199
HSL
40°, 23%, 82%
CMYK
0, 3, 10, 14
Luminance
0.6693

At a glance

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

Hex
#dcd5c7
Hue
40°
yellow
Saturation
23%
soft
Lightness
82%
light
Brightness
86%
HSV value
Perceived
84%
weighted brightness
Luminance
0.6693
WCAG relative
Temperature
Warm
22/100 cool
Color family
Yellow
Tone
Soft
Best ink
Black
14.39:1
Closest name
Antique White
ΔE2000 6.3
Where it sits
Hue40° of 360°
Saturation23%
Lightness82%
Temperature
Warm ← → Cool22% 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#dcd5c7
RGBrgb(220, 213, 199)
HSLhsl(40, 23%, 82%)
CMYKcmyk(0%, 3%, 10%, 14%)
LABlab(85.5 0.0 7.8)
LCHlch(85.5 7.8 89.9)
OKLCHoklch(0.875 0.020 84.6)
Decimal14472647
Display P3color(display-p3 0.863 0.835 0.780)

Copy-ready code

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

Accessibility — WCAG contrast

Aa
#dcd5c7 on white: 1.46:1
AA ✗ fail · AA-large · AAA
Aa
#dcd5c7 on black: 14.39:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #D9D4C6
deuteranopia · #DBD6C7
tritanopia · #E0D2D1

Color scale — 50 to 950

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

#F9F8F6
#F2F1ED
#E5E0D7
#dcd5c7
#BEB197
#A99775
#97845E
#7E6E4E
#64583F
#4A4230
#2E291E
Base = 300Lightest = 50 · #F9F8F6Darkest = 950 · #2E291E
:root {
  --brand-50: #F9F8F6;
  --brand-100: #F2F1ED;
  --brand-200: #E5E0D7;
  --brand-300: #dcd5c7;
  --brand-400: #BEB197;
  --brand-500: #A99775;
  --brand-600: #97845E;
  --brand-700: #7E6E4E;
  --brand-800: #64583F;
  --brand-900: #4A4230;
  --brand-950: #2E291E;
  --brand: #dcd5c7;
  --brand-ink: #000000;
}

Colors that work with #dcd5c7

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#F9F8F6
Tinted page background
Border#E0D9CD
Hairlines and dividers
Muted text#8D7C58
Captions on the surface
Accent#4A6C82
Second voice, not a rival
Dark variant#4E4531
Hover, pressed, headers
Light variant#F5F3EF
Selected rows, tints
Dark surface#231E16
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 #dcd5c7

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

Works well for
  • Text and icons on dark surfaces
  • Charts, tags and secondary 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
  • Thin strokes and 1px borders — they disappear on light UI
  • 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#C7CEDC
Analogous left#DCCBC7
Analogous right#D9DCC7
Split-complement 1#C7D9DC
Split-complement 2#CBC7DC
Triadic 1#C7DCD5
Triadic 2#D5C7DC
Tetradic#C7DCCB

RGB percentages

Red86.3%
Green83.5%
Blue78.0%

CMYK percentages

Cyan0.0%
Magenta3.2%
Yellow9.5%
Key (black)13.7%

Color previews

#dcd5c7 text on a black background

contrast 14.39:1

Card sample

#dcd5c7 text on a white background

contrast 1.46:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #dcd5c7

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.

#dcd5c7 in the real world

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

Industries
RetailLeisureEnergyWarning systems
Common UI roles
SurfacesBadgesHighlightsEmpty states
Print note

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

#dcd5c7, answered

What color is #dcd5c7?

#dcd5c7 is a light soft yellow, closest to Antique White (ΔE2000 6.3). It sits at 40° on the hue wheel with 23% saturation and 82% lightness, which reads as warm.

What is the RGB value of #dcd5c7?

rgb(220, 213, 199) — 220 red, 213 green and 199 blue out of 255, or 86.3% / 83.5% / 78% by channel.

Is #dcd5c7 a light or a dark color?

It is a light color. Relative luminance is 0.6693 and perceived brightness is 84%, so black text on it reaches 14.39:1.

Should I use black or white text on #dcd5c7?

Black. It scores 14.39:1 against #dcd5c7, versus 1.46:1 for white — AAA at any size.

What is the complementary color of #dcd5c7?

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

What colors go well with #dcd5c7?

For interface work: #F9F8F6 as the surface, #E0D9CD for borders, #8D7C58 for secondary text, #4A6C82 as an accent and #4E4531 for hover and pressed states. For a palette, the analogous pair #DCCBC7 and #D9DCC7 stays calm, while #C7CEDC is the loudest partner.

What is #dcd5c7 in CMYK for printing?

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

Is #dcd5c7 warm or cool?

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

Work with #dcd5c7 in the Color Lab