Skip to content

#d7f4ae

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

RGB
215, 244, 174
HSL
85°, 76%, 82%
CMYK
12, 0, 29, 4
Luminance
0.8220

At a glance

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

Hex
#d7f4ae
Hue
85°
green
Saturation
76%
electric
Lightness
82%
light
Brightness
96%
HSV value
Perceived
90%
weighted brightness
Luminance
0.8220
WCAG relative
Temperature
Neutral
46/100 cool
Color family
Green
Tone
Electric
Best ink
Black
17.44:1
Closest name
Pale Goldenrod
ΔE2000 8.9
Where it sits
Hue85° of 360°
Saturation76%
Lightness82%
Temperature
Warm ← → Cool46% 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#d7f4ae
RGBrgb(215, 244, 174)
HSLhsl(85, 76%, 82%)
CMYKcmyk(12%, 0%, 29%, 4%)
LABlab(92.7 -21.2 30.7)
LCHlch(92.7 37.3 124.6)
OKLCHoklch(0.929 0.096 126.5)
Decimal14152878
Display P3color(display-p3 0.843 0.957 0.682)

Copy-ready code

/* CSS */
color: #d7f4ae;
background-color: #d7f4ae;
/* Tailwind (arbitrary) */
class="text-[#d7f4ae] bg-[#d7f4ae]"
/* SCSS */
$brand: #d7f4ae;
/* SwiftUI */
Color(red: 0.843, green: 0.957, blue: 0.682)
/* Android */
Color.parseColor("#d7f4ae")
/* Flutter */
Color(0xFFD7F4AE)
/* Python / OpenCV (BGR) */
(174, 244, 215)

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

Accessibility — WCAG contrast

Aa
#d7f4ae on white: 1.20:1
AA ✗ fail · AA-large · AAA
Aa
#d7f4ae on black: 17.44:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #FBEBA9
deuteranopia · #F7E9B1
tritanopia · #DBEEE2

Color scale — 50 to 950

A Tailwind-shaped ramp built around this exact hex. #d7f4ae 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
#F1F9E7
#E2F4C8
#d7f4ae
#B6EB6B
#9DE439
#8AD81D
#73B418
#5C9014
#446812
#2B410B
Base = 300Lightest = 50 · #F8FCF3Darkest = 950 · #2B410B
:root {
  --brand-50: #F8FCF3;
  --brand-100: #F1F9E7;
  --brand-200: #E2F4C8;
  --brand-300: #d7f4ae;
  --brand-400: #B6EB6B;
  --brand-500: #9DE439;
  --brand-600: #8AD81D;
  --brand-700: #73B418;
  --brand-800: #5C9014;
  --brand-900: #446812;
  --brand-950: #2B410B;
  --brand: #d7f4ae;
  --brand-ink: #000000;
}

Colors that work with #d7f4ae

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#DAEDC0
Hairlines and dividers
Muted text#7A9B4B
Captions on the surface
Accent#2F14B8
Second voice, not a rival
Dark variant#48700F
Hover, pressed, headers
Light variant#F4FCE9
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 #d7f4ae

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#CBAEF4
Analogous left#F4EEAE
Analogous right#B4F4AE
Split-complement 1#AEB4F4
Split-complement 2#EEAEF4
Triadic 1#AED7F4
Triadic 2#F4AED7
Tetradic#AEF4EE

RGB percentages

Red84.3%
Green95.7%
Blue68.2%

CMYK percentages

Cyan11.9%
Magenta0.0%
Yellow28.7%
Key (black)4.3%

Color previews

#d7f4ae text on a black background

contrast 17.44:1

Card sample

#d7f4ae text on a white background

contrast 1.20:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

text-shadow: 0 0 14px rgba(215, 244, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(215, 244, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d7f4ae;
background: linear-gradient(135deg, #d7f4ae, #AEF4B4);

Monochromatic scale

Palettes built from #d7f4ae

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.

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

#d7f4ae, answered

What color is #d7f4ae?

#d7f4ae is a light electric green, closest to Pale Goldenrod (ΔE2000 8.9). It sits at 85° on the hue wheel with 76% saturation and 82% lightness, which reads as neutral.

What is the RGB value of #d7f4ae?

rgb(215, 244, 174) — 215 red, 244 green and 174 blue out of 255, or 84.3% / 95.7% / 68.2% by channel.

Is #d7f4ae a light or a dark color?

It is a light color. Relative luminance is 0.8220 and perceived brightness is 90%, so black text on it reaches 17.44:1.

Should I use black or white text on #d7f4ae?

Black. It scores 17.44:1 against #d7f4ae, versus 1.20:1 for white — AAA at any size.

What is the complementary color of #d7f4ae?

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

What colors go well with #d7f4ae?

For interface work: #F8FAF4 as the surface, #DAEDC0 for borders, #7A9B4B for secondary text, #2F14B8 as an accent and #48700F for hover and pressed states. For a palette, the analogous pair #F4EEAE and #B4F4AE stays calm, while #CBAEF4 is the loudest partner.

What is #d7f4ae in CMYK for printing?

cmyk(12%, 0%, 29%, 4%). 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 #d7f4ae warm or cool?

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

Work with #d7f4ae in the Color Lab