Skip to content

#d0dfb1

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

RGB
208, 223, 177
HSL
80°, 42%, 78%
CMYK
7, 0, 21, 13
Luminance
0.6936

At a glance

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

Hex
#d0dfb1
Hue
80°
green
Saturation
42%
soft
Lightness
78%
light
Brightness
87%
HSV value
Perceived
84%
weighted brightness
Luminance
0.6936
WCAG relative
Temperature
Warm
41/100 cool
Color family
Green
Tone
Soft
Best ink
Black
14.87:1
Closest name
Pale Goldenrod
ΔE2000 7.9
Where it sits
Hue80° of 360°
Saturation42%
Lightness78%
Temperature
Warm ← → Cool41% 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#d0dfb1
RGBrgb(208, 223, 177)
HSLhsl(80, 42%, 78%)
CMYKcmyk(7%, 0%, 21%, 13%)
LABlab(86.7 -12.9 20.9)
LCHlch(86.7 24.6 121.6)
OKLCHoklch(0.881 0.063 122.4)
Decimal13688753
Display P3color(display-p3 0.816 0.875 0.694)

Copy-ready code

/* CSS */
color: #d0dfb1;
background-color: #d0dfb1;
/* Tailwind (arbitrary) */
class="text-[#d0dfb1] bg-[#d0dfb1]"
/* SCSS */
$brand: #d0dfb1;
/* SwiftUI */
Color(red: 0.816, green: 0.875, blue: 0.694)
/* Android */
Color.parseColor("#d0dfb1")
/* Flutter */
Color(0xFFD0DFB1)
/* Python / OpenCV (BGR) */
(177, 223, 208)

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 #d0dfb1 · 14.87:1
Use #000000AAA at every size.
Aa
White text · 1.41:1
AA fail · AA large fail · AAA fail
Aa
Black text · 14.87:1 · recommended
AA pass · AA large pass · AAA pass
Reading the other direction: #d0dfb1 as text scores 1.41:1 on white and 14.87:1 on black.

Accessibility — WCAG contrast

Aa
#d0dfb1 on white: 1.41:1
AA ✗ fail · AA-large · AAA
Aa
#d0dfb1 on black: 14.87:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #E5D9AE
deuteranopia · #E3D9B3
tritanopia · #D4DAD2

Color scale — 50 to 950

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

#F8FAF5
#F1F5EB
#E2EAD2
#d0dfb1
#B7CE88
#9FBE60
#8CAE47
#75913B
#5D742F
#455526
#2B3518
Base = 300Lightest = 50 · #F8FAF5Darkest = 950 · #2B3518
:root {
  --brand-50: #F8FAF5;
  --brand-100: #F1F5EB;
  --brand-200: #E2EAD2;
  --brand-300: #d0dfb1;
  --brand-400: #B7CE88;
  --brand-500: #9FBE60;
  --brand-600: #8CAE47;
  --brand-700: #75913B;
  --brand-800: #5D742F;
  --brand-900: #455526;
  --brand-950: #2B3518;
  --brand: #d0dfb1;
  --brand-ink: #000000;
}

Colors that work with #d0dfb1

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#F8FAF4
Tinted page background
Border#DCE7C5
Hairlines and dividers
Muted text#819B4B
Captions on the surface
Accent#3F3894
Second voice, not a rival
Dark variant#495A25
Hover, pressed, headers
Light variant#F4F8ED
Selected rows, tints
Dark surface#1F2414
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 #d0dfb1

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
  • 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#C0B1DF
Analogous left#DFD7B1
Analogous right#B9DFB1
Split-complement 1#B1B9DF
Split-complement 2#D7B1DF
Triadic 1#B1D0DF
Triadic 2#DFB1D0
Tetradic#B1DFD7

RGB percentages

Red81.6%
Green87.5%
Blue69.4%

CMYK percentages

Cyan6.7%
Magenta0.0%
Yellow20.6%
Key (black)12.5%

Color previews

#d0dfb1 text on a black background

contrast 14.87:1

Card sample

#d0dfb1 text on a white background

contrast 1.41:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

text-shadow: 0 0 14px rgba(208, 223, 177, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(208, 223, 177, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d0dfb1;
background: linear-gradient(135deg, #d0dfb1, #B1DFB1);

Monochromatic scale

Palettes built from #d0dfb1

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.

#d0dfb1 in the real world

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

Industries
SustainabilityFinanceHealth and wellnessAgriculture
Common UI roles
SurfacesBadgesHighlightsEmpty states
Print note

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

#d0dfb1, answered

What color is #d0dfb1?

#d0dfb1 is a light soft green, closest to Pale Goldenrod (ΔE2000 7.9). It sits at 80° on the hue wheel with 42% saturation and 78% lightness, which reads as warm.

What is the RGB value of #d0dfb1?

rgb(208, 223, 177) — 208 red, 223 green and 177 blue out of 255, or 81.6% / 87.5% / 69.4% by channel.

Is #d0dfb1 a light or a dark color?

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

Should I use black or white text on #d0dfb1?

Black. It scores 14.87:1 against #d0dfb1, versus 1.41:1 for white — AAA at any size.

What is the complementary color of #d0dfb1?

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

What colors go well with #d0dfb1?

For interface work: #F8FAF4 as the surface, #DCE7C5 for borders, #819B4B for secondary text, #3F3894 as an accent and #495A25 for hover and pressed states. For a palette, the analogous pair #DFD7B1 and #B9DFB1 stays calm, while #C0B1DF is the loudest partner.

What is #d0dfb1 in CMYK for printing?

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

Is #d0dfb1 warm or cool?

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

Work with #d0dfb1 in the Color Lab