Skip to content

#d2ce9f

a light, soft yellow · warm · closest name: Pale Goldenrod

RGB
210, 206, 159
HSL
55°, 36%, 72%
CMYK
0, 2, 24, 18
Luminance
0.6035

At a glance

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

Hex
#d2ce9f
Hue
55°
yellow
Saturation
36%
soft
Lightness
72%
light
Brightness
82%
HSV value
Perceived
79%
weighted brightness
Luminance
0.6035
WCAG relative
Temperature
Warm
21/100 cool
Color family
Yellow
Tone
Soft
Best ink
Black
13.07:1
Closest name
Pale Goldenrod
ΔE2000 6.7
Where it sits
Hue55° of 360°
Saturation36%
Lightness72%
Temperature
Warm ← → Cool21% 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#d2ce9f
RGBrgb(210, 206, 159)
HSLhsl(55, 36%, 72%)
CMYKcmyk(0%, 2%, 24%, 18%)
LABlab(82.0 -6.1 23.9)
LCHlch(82.0 24.7 104.3)
OKLCHoklch(0.843 0.062 103.6)
Decimal13815455
Display P3color(display-p3 0.824 0.808 0.624)

Copy-ready code

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

Accessibility — WCAG contrast

Aa
#d2ce9f on white: 1.61:1
AA ✗ fail · AA-large · AAA
Aa
#d2ce9f on black: 13.07:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #D7CA9C
deuteranopia · #D8CDA1
tritanopia · #DAC8C1

Color scale — 50 to 950

A Tailwind-shaped ramp built around this exact hex. #d2ce9f is pinned to step 400; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.

#FAF9F5
#F4F3EB
#E8E7D3
#DBD8B3
#d2ce9f
#B7B166
#A7A04E
#8B8541
#6F6B34
#524E29
#33311A
Base = 400Lightest = 50 · #FAF9F5Darkest = 950 · #33311A
:root {
  --brand-50: #FAF9F5;
  --brand-100: #F4F3EB;
  --brand-200: #E8E7D3;
  --brand-300: #DBD8B3;
  --brand-400: #d2ce9f;
  --brand-500: #B7B166;
  --brand-600: #A7A04E;
  --brand-700: #8B8541;
  --brand-800: #6F6B34;
  --brand-900: #524E29;
  --brand-950: #33311A;
  --brand: #d2ce9f;
  --brand-ink: #000000;
}

Colors that work with #d2ce9f

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#FAFAF5
Tinted page background
Border#E5E3C7
Hairlines and dividers
Muted text#9B954B
Captions on the surface
Accent#3D588F
Second voice, not a rival
Dark variant#575329
Hover, pressed, headers
Light variant#F7F6EE
Selected rows, tints
Dark surface#242314
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 #d2ce9f

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#9FA3D2
Analogous left#D2B59F
Analogous right#BDD29F
Split-complement 1#9FBDD2
Split-complement 2#B59FD2
Triadic 1#9FD2CE
Triadic 2#CE9FD2
Tetradic#9FD2B5

RGB percentages

Red82.4%
Green80.8%
Blue62.4%

CMYK percentages

Cyan0.0%
Magenta1.9%
Yellow24.3%
Key (black)17.6%

Color previews

#d2ce9f text on a black background

contrast 13.07:1

Card sample

#d2ce9f text on a white background

contrast 1.61:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #d2ce9f

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.

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

#d2ce9f, answered

What color is #d2ce9f?

#d2ce9f is a light soft yellow, closest to Pale Goldenrod (ΔE2000 6.7). It sits at 55° on the hue wheel with 36% saturation and 72% lightness, which reads as warm.

What is the RGB value of #d2ce9f?

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

Is #d2ce9f a light or a dark color?

It is a light color. Relative luminance is 0.6035 and perceived brightness is 79%, so black text on it reaches 13.07:1.

Should I use black or white text on #d2ce9f?

Black. It scores 13.07:1 against #d2ce9f, versus 1.61:1 for white — AAA at any size.

What is the complementary color of #d2ce9f?

#9FA3D2 sits directly opposite on the wheel. Softer options are the split-complements #9FBDD2 and #B59FD2, which give the same contrast with far less vibration.

What colors go well with #d2ce9f?

For interface work: #FAFAF5 as the surface, #E5E3C7 for borders, #9B954B for secondary text, #3D588F as an accent and #575329 for hover and pressed states. For a palette, the analogous pair #D2B59F and #BDD29F stays calm, while #9FA3D2 is the loudest partner.

What is #d2ce9f in CMYK for printing?

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

Is #d2ce9f warm or cool?

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

Work with #d2ce9f in the Color Lab