Skip to content

#d2fd9c

a light, electric green · neutral · closest name: Pale Green

RGB
210, 253, 156
HSL
87°, 96%, 80%
CMYK
17, 0, 38, 1
Luminance
0.8635

At a glance

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

Hex
#d2fd9c
Hue
87°
green
Saturation
96%
electric
Lightness
80%
light
Brightness
99%
HSV value
Perceived
91%
weighted brightness
Luminance
0.8635
WCAG relative
Temperature
Neutral
47/100 cool
Color family
Green
Tone
Electric
Best ink
Black
18.27:1
Closest name
Pale Green
ΔE2000 8.4
Where it sits
Hue87° of 360°
Saturation96%
Lightness80%
Temperature
Warm ← → Cool47% cool

Reads neutral. Warm and cool siblings keep the same lightness, so you can swap one in without redoing your contrast maths.

Every format

HEX#d2fd9c
RGBrgb(210, 253, 156)
HSLhsl(87, 96%, 80%)
CMYKcmyk(17%, 0%, 38%, 1%)
LABlab(94.5 -29.6 42.0)
LCHlch(94.5 51.4 125.2)
OKLCHoklch(0.942 0.131 128.2)
Decimal13827484
Display P3color(display-p3 0.824 0.992 0.612)

Copy-ready code

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

Accessibility — WCAG contrast

Aa
#d2fd9c on white: 1.15:1
AA ✗ fail · AA-large · AAA
Aa
#d2fd9c on black: 18.27:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #FFF195
deuteranopia · #FFEEA1
tritanopia · #D6F5E5

Color scale — 50 to 950

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

#F8FDF1
#F1FCE4
#E1FAC1
#d2fd9c
#B4FC5A
#9BFB23
#88F005
#71C804
#5AA003
#437307
#2A4804
Base = 300Lightest = 50 · #F8FDF1Darkest = 950 · #2A4804
:root {
  --brand-50: #F8FDF1;
  --brand-100: #F1FCE4;
  --brand-200: #E1FAC1;
  --brand-300: #d2fd9c;
  --brand-400: #B4FC5A;
  --brand-500: #9BFB23;
  --brand-600: #88F005;
  --brand-700: #71C804;
  --brand-800: #5AA003;
  --brand-900: #437307;
  --brand-950: #2A4804;
  --brand: #d2fd9c;
  --brand-ink: #000000;
}

Colors that work with #d2fd9c

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#D9EDC0
Hairlines and dividers
Muted text#779B4B
Captions on the surface
Accent#2800CC
Second voice, not a rival
Dark variant#477D03
Hover, pressed, headers
Light variant#F4FEE6
Selected rows, tints
Dark surface#1D2414
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 #d2fd9c

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#C79CFD
Analogous left#FDF79C
Analogous right#A2FD9C
Split-complement 1#9CA2FD
Split-complement 2#F79CFD
Triadic 1#9CD2FD
Triadic 2#FD9CD2
Tetradic#9CFDF7

RGB percentages

Red82.4%
Green99.2%
Blue61.2%

CMYK percentages

Cyan17.0%
Magenta0.0%
Yellow38.3%
Key (black)0.8%

Color previews

#d2fd9c text on a black background

contrast 18.27:1

Card sample

#d2fd9c text on a white background

contrast 1.15:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

text-shadow: 0 0 14px rgba(210, 253, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 253, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d2fd9c;
background: linear-gradient(135deg, #d2fd9c, #9CFDA7);

Monochromatic scale

Palettes built from #d2fd9c

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.

#d2fd9c 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

Sits outside most CMYK gamuts — expect a duller press result, or specify a spot ink.

#d2fd9c, answered

What color is #d2fd9c?

#d2fd9c is a light electric green, closest to Pale Green (ΔE2000 8.4). It sits at 87° on the hue wheel with 96% saturation and 80% lightness, which reads as neutral.

What is the RGB value of #d2fd9c?

rgb(210, 253, 156) — 210 red, 253 green and 156 blue out of 255, or 82.4% / 99.2% / 61.2% by channel.

Is #d2fd9c a light or a dark color?

It is a light color. Relative luminance is 0.8635 and perceived brightness is 91%, so black text on it reaches 18.27:1.

Should I use black or white text on #d2fd9c?

Black. It scores 18.27:1 against #d2fd9c, versus 1.15:1 for white — AAA at any size.

What is the complementary color of #d2fd9c?

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

What colors go well with #d2fd9c?

For interface work: #F8FAF4 as the surface, #D9EDC0 for borders, #779B4B for secondary text, #2800CC as an accent and #477D03 for hover and pressed states. For a palette, the analogous pair #FDF79C and #A2FD9C stays calm, while #C79CFD is the loudest partner.

What is #d2fd9c in CMYK for printing?

cmyk(17%, 0%, 38%, 1%). This is a screen-to-ink approximation — a color this saturated sits outside most CMYK gamuts and will print duller than it looks here.

Is #d2fd9c warm or cool?

Neutral — it scores 47 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #F6FD9C; nudged cooler, #AEFE9B.

Work with #d2fd9c in the Color Lab