Skip to content

#d2db9e

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

RGB
210, 219, 158
HSL
69°, 46%, 74%
CMYK
4, 0, 28, 14
Luminance
0.6683

At a glance

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

Hex
#d2db9e
Hue
69°
yellow
Saturation
46%
vivid
Lightness
74%
light
Brightness
86%
HSV value
Perceived
82%
weighted brightness
Luminance
0.6683
WCAG relative
Temperature
Warm
32/100 cool
Color family
Yellow
Tone
Vivid
Best ink
Black
14.37:1
Closest name
Pale Goldenrod
ΔE2000 5.6
Where it sits
Hue69° of 360°
Saturation46%
Lightness74%
Temperature
Warm ← → Cool32% 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#d2db9e
RGBrgb(210, 219, 158)
HSLhsl(69, 46%, 74%)
CMYKcmyk(4%, 0%, 28%, 14%)
LABlab(85.4 -12.9 29.1)
LCHlch(85.4 31.8 113.9)
OKLCHoklch(0.870 0.081 114.9)
Decimal13818782
Display P3color(display-p3 0.824 0.859 0.620)

Copy-ready code

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

Accessibility — WCAG contrast

Aa
#d2db9e on white: 1.46:1
AA ✗ fail · AA-large · AAA
Aa
#d2db9e on black: 14.37:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #E4D59A
deuteranopia · #E3D6A1
tritanopia · #D9D4CB

Color scale — 50 to 950

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

#F9FAF5
#F4F5EA
#E7EBD0
#d2db9e
#C6D184
#B3C25B
#A2B342
#879537
#6C772C
#4F5723
#323616
Base = 300Lightest = 50 · #F9FAF5Darkest = 950 · #323616
:root {
  --brand-50: #F9FAF5;
  --brand-100: #F4F5EA;
  --brand-200: #E7EBD0;
  --brand-300: #d2db9e;
  --brand-400: #C6D184;
  --brand-500: #B3C25B;
  --brand-600: #A2B342;
  --brand-700: #879537;
  --brand-800: #6C772C;
  --brand-900: #4F5723;
  --brand-950: #323616;
  --brand: #d2db9e;
  --brand-ink: #000000;
}

Colors that work with #d2db9e

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#FAFAF4
Tinted page background
Border#E3E9C3
Hairlines and dividers
Muted text#8F9B4B
Captions on the surface
Accent#333D99
Second voice, not a rival
Dark variant#545D22
Hover, pressed, headers
Light variant#F6F8EC
Selected rows, tints
Dark surface#222414
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 #d2db9e

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

Works well for
  • Text and icons on dark surfaces
  • Primary buttons and calls to action
  • Focus rings, active and selected states
  • Card and section backgrounds
  • Brand accents, badges and data highlights
Use with care
  • Text of any size on white — fails WCAG AA
  • Full-page backgrounds — tiring over long sessions
  • 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#A79EDB
Analogous left#DBC69E
Analogous right#B3DB9E
Split-complement 1#9EB3DB
Split-complement 2#C69EDB
Triadic 1#9ED2DB
Triadic 2#DB9ED2
Tetradic#9EDBC6

RGB percentages

Red82.4%
Green85.9%
Blue62.0%

CMYK percentages

Cyan4.1%
Magenta0.0%
Yellow27.9%
Key (black)14.1%

Color previews

#d2db9e text on a black background

contrast 14.37:1

Card sample

#d2db9e text on a white background

contrast 1.46:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #d2db9e

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.

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

#d2db9e, answered

What color is #d2db9e?

#d2db9e is a light vivid yellow, closest to Pale Goldenrod (ΔE2000 5.6). It sits at 69° on the hue wheel with 46% saturation and 74% lightness, which reads as warm.

What is the RGB value of #d2db9e?

rgb(210, 219, 158) — 210 red, 219 green and 158 blue out of 255, or 82.4% / 85.9% / 62% by channel.

Is #d2db9e a light or a dark color?

It is a light color. Relative luminance is 0.6683 and perceived brightness is 82%, so black text on it reaches 14.37:1.

Should I use black or white text on #d2db9e?

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

What is the complementary color of #d2db9e?

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

What colors go well with #d2db9e?

For interface work: #FAFAF4 as the surface, #E3E9C3 for borders, #8F9B4B for secondary text, #333D99 as an accent and #545D22 for hover and pressed states. For a palette, the analogous pair #DBC69E and #B3DB9E stays calm, while #A79EDB is the loudest partner.

What is #d2db9e in CMYK for printing?

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

Is #d2db9e warm or cool?

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

Work with #d2db9e in the Color Lab