Skip to content

#d2ceb2

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

RGB
210, 206, 178
HSL
53°, 26%, 76%
CMYK
0, 2, 15, 18
Luminance
0.6106

At a glance

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

Hex
#d2ceb2
Hue
53°
yellow
Saturation
26%
soft
Lightness
76%
light
Brightness
82%
HSV value
Perceived
80%
weighted brightness
Luminance
0.6106
WCAG relative
Temperature
Warm
27/100 cool
Color family
Yellow
Tone
Soft
Best ink
Black
13.21:1
Closest name
Beige
ΔE2000 8.8
Where it sits
Hue53° of 360°
Saturation26%
Lightness76%
Temperature
Warm ← → Cool27% 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#d2ceb2
RGBrgb(210, 206, 178)
HSLhsl(53, 26%, 76%)
CMYKcmyk(0%, 2%, 15%, 18%)
LABlab(82.4 -3.3 14.4)
LCHlch(82.4 14.8 102.9)
OKLCHoklch(0.847 0.038 100.5)
Decimal13815474
Display P3color(display-p3 0.824 0.808 0.698)

Copy-ready code

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

Accessibility — WCAG contrast

Aa
#d2ceb2 on white: 1.59:1
AA ✗ fail · AA-large · AAA
Aa
#d2ceb2 on black: 13.21:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #D4CCB0
deuteranopia · #D5CEB3
tritanopia · #D7CAC6

Color scale — 50 to 950

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

#F9F9F6
#F3F2ED
#E5E4D6
#d2ceb2
#C1BB95
#ACA571
#9A925A
#817A4B
#67623C
#4C482E
#2F2D1D
Base = 300Lightest = 50 · #F9F9F6Darkest = 950 · #2F2D1D
:root {
  --brand-50: #F9F9F6;
  --brand-100: #F3F2ED;
  --brand-200: #E5E4D6;
  --brand-300: #d2ceb2;
  --brand-400: #C1BB95;
  --brand-500: #ACA571;
  --brand-600: #9A925A;
  --brand-700: #817A4B;
  --brand-800: #67623C;
  --brand-900: #4C482E;
  --brand-950: #2F2D1D;
  --brand: #d2ceb2;
  --brand-ink: #000000;
}

Colors that work with #d2ceb2

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#E1DECC
Hairlines and dividers
Muted text#918955
Captions on the surface
Accent#485E84
Second voice, not a rival
Dark variant#504C2F
Hover, pressed, headers
Light variant#F6F5EF
Selected rows, tints
Dark surface#232215
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 #d2ceb2

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#B2B6D2
Analogous left#D2BEB2
Analogous right#C6D2B2
Split-complement 1#B2C6D2
Split-complement 2#BEB2D2
Triadic 1#B2D2CE
Triadic 2#CEB2D2
Tetradic#B2D2BE

RGB percentages

Red82.4%
Green80.8%
Blue69.8%

CMYK percentages

Cyan0.0%
Magenta1.9%
Yellow15.2%
Key (black)17.6%

Color previews

#d2ceb2 text on a black background

contrast 13.21:1

Card sample

#d2ceb2 text on a white background

contrast 1.59:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #d2ceb2

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.

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

#d2ceb2, answered

What color is #d2ceb2?

#d2ceb2 is a light soft yellow, closest to Beige (ΔE2000 8.8). It sits at 53° on the hue wheel with 26% saturation and 76% lightness, which reads as warm.

What is the RGB value of #d2ceb2?

rgb(210, 206, 178) — 210 red, 206 green and 178 blue out of 255, or 82.4% / 80.8% / 69.8% by channel.

Is #d2ceb2 a light or a dark color?

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

Should I use black or white text on #d2ceb2?

Black. It scores 13.21:1 against #d2ceb2, versus 1.59:1 for white — AAA at any size.

What is the complementary color of #d2ceb2?

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

What colors go well with #d2ceb2?

For interface work: #F9F9F5 as the surface, #E1DECC for borders, #918955 for secondary text, #485E84 as an accent and #504C2F for hover and pressed states. For a palette, the analogous pair #D2BEB2 and #C6D2B2 stays calm, while #B2B6D2 is the loudest partner.

What is #d2ceb2 in CMYK for printing?

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

Is #d2ceb2 warm or cool?

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

Work with #d2ceb2 in the Color Lab