Skip to content

#dcd8c2

a light, soft yellow · warm · closest name: Beige

RGB
220, 216, 194
HSL
51°, 27%, 81%
CMYK
0, 2, 12, 14
Luminance
0.6822

At a glance

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

Hex
#dcd8c2
Hue
51°
yellow
Saturation
27%
soft
Lightness
81%
light
Brightness
86%
HSV value
Perceived
84%
weighted brightness
Luminance
0.6822
WCAG relative
Temperature
Warm
25/100 cool
Color family
Yellow
Tone
Soft
Best ink
Black
14.64:1
Closest name
Beige
ΔE2000 6.5
Where it sits
Hue51° of 360°
Saturation27%
Lightness81%
Temperature
Warm ← → Cool25% 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#dcd8c2
RGBrgb(220, 216, 194)
HSLhsl(51, 27%, 81%)
CMYKcmyk(0%, 2%, 12%, 14%)
LABlab(86.1 -2.4 11.3)
LCHlch(86.1 11.6 101.8)
OKLCHoklch(0.879 0.030 98.5)
Decimal14473410
Display P3color(display-p3 0.863 0.847 0.761)

Copy-ready code

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

Accessibility — WCAG contrast

Aa
#dcd8c2 on white: 1.43:1
AA ✗ fail · AA-large · AAA
Aa
#dcd8c2 on black: 14.64:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #DDD6C1
deuteranopia · #DED8C3
tritanopia · #E1D5D2

Color scale — 50 to 950

A Tailwind-shaped ramp built around this exact hex. #dcd8c2 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
#F3F2EC
#E6E3D6
#dcd8c2
#C2BB94
#ADA470
#9C9159
#82794A
#68613B
#4C482E
#302D1D
Base = 300Lightest = 50 · #F9F8F6Darkest = 950 · #302D1D
:root {
  --brand-50: #F9F8F6;
  --brand-100: #F3F2EC;
  --brand-200: #E6E3D6;
  --brand-300: #dcd8c2;
  --brand-400: #C2BB94;
  --brand-500: #ADA470;
  --brand-600: #9C9159;
  --brand-700: #82794A;
  --brand-800: #68613B;
  --brand-900: #4C482E;
  --brand-950: #302D1D;
  --brand: #dcd8c2;
  --brand-ink: #000000;
}

Colors that work with #dcd8c2

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#F9F9F5
Tinted page background
Border#E1DECB
Hairlines and dividers
Muted text#928854
Captions on the surface
Accent#466086
Second voice, not a rival
Dark variant#514C2E
Hover, pressed, headers
Light variant#F6F5EF
Selected rows, tints
Dark surface#242114
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 #dcd8c2

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#C2C6DC
Analogous left#DCCBC2
Analogous right#D3DCC2
Split-complement 1#C2D3DC
Split-complement 2#CBC2DC
Triadic 1#C2DCD8
Triadic 2#D8C2DC
Tetradic#C2DCCB

RGB percentages

Red86.3%
Green84.7%
Blue76.1%

CMYK percentages

Cyan0.0%
Magenta1.8%
Yellow11.8%
Key (black)13.7%

Color previews

#dcd8c2 text on a black background

contrast 14.64:1

Card sample

#dcd8c2 text on a white background

contrast 1.43:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #dcd8c2

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.

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

#dcd8c2, answered

What color is #dcd8c2?

#dcd8c2 is a light soft yellow, closest to Beige (ΔE2000 6.5). It sits at 51° on the hue wheel with 27% saturation and 81% lightness, which reads as warm.

What is the RGB value of #dcd8c2?

rgb(220, 216, 194) — 220 red, 216 green and 194 blue out of 255, or 86.3% / 84.7% / 76.1% by channel.

Is #dcd8c2 a light or a dark color?

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

Should I use black or white text on #dcd8c2?

Black. It scores 14.64:1 against #dcd8c2, versus 1.43:1 for white — AAA at any size.

What is the complementary color of #dcd8c2?

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

What colors go well with #dcd8c2?

For interface work: #F9F9F5 as the surface, #E1DECB for borders, #928854 for secondary text, #466086 as an accent and #514C2E for hover and pressed states. For a palette, the analogous pair #DCCBC2 and #D3DCC2 stays calm, while #C2C6DC is the loudest partner.

What is #dcd8c2 in CMYK for printing?

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

Is #dcd8c2 warm or cool?

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

Work with #dcd8c2 in the Color Lab