Skip to content

#d0eb8c

a light, vivid green · warm · closest name: Khaki

RGB
208, 235, 140
HSL
77°, 70%, 74%
CMYK
12, 0, 40, 8
Luminance
0.7472

At a glance

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

Hex
#d0eb8c
Hue
77°
green
Saturation
70%
vivid
Lightness
74%
light
Brightness
92%
HSV value
Perceived
86%
weighted brightness
Luminance
0.7472
WCAG relative
Temperature
Warm
39/100 cool
Color family
Green
Tone
Vivid
Best ink
Black
15.94:1
Closest name
Khaki
ΔE2000 8.9
Where it sits
Hue77° of 360°
Saturation70%
Lightness74%
Temperature
Warm ← → Cool39% 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#d0eb8c
RGBrgb(208, 235, 140)
HSLhsl(77, 70%, 74%)
CMYKcmyk(12%, 0%, 40%, 8%)
LABlab(89.3 -23.7 43.1)
LCHlch(89.3 49.2 118.8)
OKLCHoklch(0.899 0.124 121.9)
Decimal13691788
Display P3color(display-p3 0.816 0.922 0.549)

Copy-ready code

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

Accessibility — WCAG contrast

Aa
#d0eb8c on white: 1.32:1
AA ✗ fail · AA-large · AAA
Aa
#d0eb8c on black: 15.94:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #F5E185
deuteranopia · #F2E091
tritanopia · #D7E2D4

Color scale — 50 to 950

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

#F9FCF3
#F3F8E7
#E7F2C9
#d0eb8c
#C4E670
#B1DE40
#9FD124
#85AE1E
#6A8B18
#4E6516
#313F0D
Base = 300Lightest = 50 · #F9FCF3Darkest = 950 · #313F0D
:root {
  --brand-50: #F9FCF3;
  --brand-100: #F3F8E7;
  --brand-200: #E7F2C9;
  --brand-300: #d0eb8c;
  --brand-400: #C4E670;
  --brand-500: #B1DE40;
  --brand-600: #9FD124;
  --brand-700: #85AE1E;
  --brand-800: #6A8B18;
  --brand-900: #4E6516;
  --brand-950: #313F0D;
  --brand: #d0eb8c;
  --brand-ink: #000000;
}

Colors that work with #d0eb8c

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#F9FAF4
Tinted page background
Border#E0EDC0
Hairlines and dividers
Muted text#849B4B
Captions on the surface
Accent#201AB2
Second voice, not a rival
Dark variant#536D13
Hover, pressed, headers
Light variant#F6FBE9
Selected rows, tints
Dark surface#202414
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 #d0eb8c

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
  • 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#A78CEB
Analogous left#EBD78C
Analogous right#A0EB8C
Split-complement 1#8CA0EB
Split-complement 2#D78CEB
Triadic 1#8CD0EB
Triadic 2#EB8CD0
Tetradic#8CEBD7

RGB percentages

Red81.6%
Green92.2%
Blue54.9%

CMYK percentages

Cyan11.5%
Magenta0.0%
Yellow40.4%
Key (black)7.8%

Color previews

#d0eb8c text on a black background

contrast 15.94:1

Card sample

#d0eb8c text on a white background

contrast 1.32:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

text-shadow: 0 0 14px rgba(208, 235, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(208, 235, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d0eb8c;
background: linear-gradient(135deg, #d0eb8c, #90EB8C);

Monochromatic scale

Palettes built from #d0eb8c

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.

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

#d0eb8c, answered

What color is #d0eb8c?

#d0eb8c is a light vivid green, closest to Khaki (ΔE2000 8.9). It sits at 77° on the hue wheel with 70% saturation and 74% lightness, which reads as warm.

What is the RGB value of #d0eb8c?

rgb(208, 235, 140) — 208 red, 235 green and 140 blue out of 255, or 81.6% / 92.2% / 54.9% by channel.

Is #d0eb8c a light or a dark color?

It is a light color. Relative luminance is 0.7472 and perceived brightness is 86%, so black text on it reaches 15.94:1.

Should I use black or white text on #d0eb8c?

Black. It scores 15.94:1 against #d0eb8c, versus 1.32:1 for white — AAA at any size.

What is the complementary color of #d0eb8c?

#A78CEB sits directly opposite on the wheel. Softer options are the split-complements #8CA0EB and #D78CEB, which give the same contrast with far less vibration.

What colors go well with #d0eb8c?

For interface work: #F9FAF4 as the surface, #E0EDC0 for borders, #849B4B for secondary text, #201AB2 as an accent and #536D13 for hover and pressed states. For a palette, the analogous pair #EBD78C and #A0EB8C stays calm, while #A78CEB is the loudest partner.

What is #d0eb8c in CMYK for printing?

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

Is #d0eb8c warm or cool?

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

Work with #d0eb8c in the Color Lab