Skip to content

#d2f2ac

a light, vivid green · neutral · closest name: Pale Goldenrod

RGB
210, 242, 172
HSL
87°, 73%, 81%
CMYK
13, 0, 29, 5
Luminance
0.8018

At a glance

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

Hex
#d2f2ac
Hue
87°
green
Saturation
73%
vivid
Lightness
81%
light
Brightness
95%
HSV value
Perceived
89%
weighted brightness
Luminance
0.8018
WCAG relative
Temperature
Neutral
48/100 cool
Color family
Green
Tone
Vivid
Best ink
Black
17.04:1
Closest name
Pale Goldenrod
ΔE2000 9.5
Where it sits
Hue87° of 360°
Saturation73%
Lightness81%
Temperature
Warm ← → Cool48% 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#d2f2ac
RGBrgb(210, 242, 172)
HSLhsl(87, 73%, 81%)
CMYKcmyk(13%, 0%, 29%, 5%)
LABlab(91.8 -22.3 30.4)
LCHlch(91.8 37.7 126.2)
OKLCHoklch(0.921 0.097 128.1)
Decimal13824684
Display P3color(display-p3 0.824 0.949 0.675)

Copy-ready code

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

Accessibility — WCAG contrast

Aa
#d2f2ac on white: 1.23:1
AA ✗ fail · AA-large · AAA
Aa
#d2f2ac on black: 17.04:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #F9E9A7
deuteranopia · #F4E7AF
tritanopia · #D5ECE0

Color scale — 50 to 950

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

#F8FCF3
#F0F8E7
#E0F3C9
#d2f2ac
#B0E86E
#96E13D
#82D421
#6CB01C
#578D16
#416614
#28400D
Base = 300Lightest = 50 · #F8FCF3Darkest = 950 · #28400D
:root {
  --brand-50: #F8FCF3;
  --brand-100: #F0F8E7;
  --brand-200: #E0F3C9;
  --brand-300: #d2f2ac;
  --brand-400: #B0E86E;
  --brand-500: #96E13D;
  --brand-600: #82D421;
  --brand-700: #6CB01C;
  --brand-800: #578D16;
  --brand-900: #416614;
  --brand-950: #28400D;
  --brand: #d2f2ac;
  --brand-ink: #000000;
}

Colors that work with #d2f2ac

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#D8EDC0
Hairlines and dividers
Muted text#769B4B
Captions on the surface
Accent#3717B5
Second voice, not a rival
Dark variant#446E11
Hover, pressed, headers
Light variant#F3FCE9
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 #d2f2ac

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#CCACF2
Analogous left#F2EFAC
Analogous right#AFF2AC
Split-complement 1#ACAFF2
Split-complement 2#EFACF2
Triadic 1#ACD2F2
Triadic 2#F2ACD2
Tetradic#ACF2EF

RGB percentages

Red82.4%
Green94.9%
Blue67.5%

CMYK percentages

Cyan13.2%
Magenta0.0%
Yellow28.9%
Key (black)5.1%

Color previews

#d2f2ac text on a black background

contrast 17.04:1

Card sample

#d2f2ac text on a white background

contrast 1.23:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #d2f2ac

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.

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

#d2f2ac, answered

What color is #d2f2ac?

#d2f2ac is a light vivid green, closest to Pale Goldenrod (ΔE2000 9.5). It sits at 87° on the hue wheel with 73% saturation and 81% lightness, which reads as neutral.

What is the RGB value of #d2f2ac?

rgb(210, 242, 172) — 210 red, 242 green and 172 blue out of 255, or 82.4% / 94.9% / 67.5% by channel.

Is #d2f2ac a light or a dark color?

It is a light color. Relative luminance is 0.8018 and perceived brightness is 89%, so black text on it reaches 17.04:1.

Should I use black or white text on #d2f2ac?

Black. It scores 17.04:1 against #d2f2ac, versus 1.23:1 for white — AAA at any size.

What is the complementary color of #d2f2ac?

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

What colors go well with #d2f2ac?

For interface work: #F8FAF4 as the surface, #D8EDC0 for borders, #769B4B for secondary text, #3717B5 as an accent and #446E11 for hover and pressed states. For a palette, the analogous pair #F2EFAC and #AFF2AC stays calm, while #CCACF2 is the loudest partner.

What is #d2f2ac in CMYK for printing?

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

Is #d2f2ac warm or cool?

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

Work with #d2f2ac in the Color Lab