Skip to content

#d9fac7

a pale, electric green · neutral · closest name: Light Goldenrod Yellow

RGB
217, 250, 199
HSL
99°, 84%, 88%
CMYK
13, 0, 20, 2
Luminance
0.8725

At a glance

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

Hex
#d9fac7
Hue
99°
green
Saturation
84%
electric
Lightness
88%
pale
Brightness
98%
HSV value
Perceived
92%
weighted brightness
Luminance
0.8725
WCAG relative
Temperature
Neutral
54/100 cool
Color family
Green
Tone
Electric
Best ink
Black
18.45:1
Closest name
Light Goldenrod Yellow
ΔE2000 9.3
Where it sits
Hue99° of 360°
Saturation84%
Lightness88%
Temperature
Warm ← → Cool54% 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#d9fac7
RGBrgb(217, 250, 199)
HSLhsl(99, 84%, 88%)
CMYKcmyk(13%, 0%, 20%, 2%)
LABlab(94.8 -19.6 21.0)
LCHlch(94.8 28.8 133.1)
OKLCHoklch(0.949 0.075 134.6)
Decimal14285511
Display P3color(display-p3 0.851 0.980 0.780)

Copy-ready code

/* CSS */
color: #d9fac7;
background-color: #d9fac7;
/* Tailwind (arbitrary) */
class="text-[#d9fac7] bg-[#d9fac7]"
/* SCSS */
$brand: #d9fac7;
/* SwiftUI */
Color(red: 0.851, green: 0.980, blue: 0.780)
/* Android */
Color.parseColor("#d9fac7")
/* Flutter */
Color(0xFFD9FAC7)
/* Python / OpenCV (BGR) */
(199, 250, 217)

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

Accessibility — WCAG contrast

Aa
#d9fac7 on white: 1.14:1
AA ✗ fail · AA-large · AAA
Aa
#d9fac7 on black: 18.45:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #FEF2C4
deuteranopia · #F9EFC9
tritanopia · #D9F6EC

Color scale — 50 to 950

A Tailwind-shaped ramp built around this exact hex. #d9fac7 is pinned to step 200; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.

#F6FCF2
#EDFAE6
#d9fac7
#B9F698
#96F165
#73ED31
#5CE114
#4DBB11
#3E960D
#2F6C0E
#1E4409
Base = 200Lightest = 50 · #F6FCF2Darkest = 950 · #1E4409
:root {
  --brand-50: #F6FCF2;
  --brand-100: #EDFAE6;
  --brand-200: #d9fac7;
  --brand-300: #B9F698;
  --brand-400: #96F165;
  --brand-500: #73ED31;
  --brand-600: #5CE114;
  --brand-700: #4DBB11;
  --brand-800: #3E960D;
  --brand-900: #2F6C0E;
  --brand-950: #1E4409;
  --brand: #d9fac7;
  --brand-ink: #000000;
}

Colors that work with #d9fac7

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#F6FAF4
Tinted page background
Border#D0EDC0
Hairlines and dividers
Muted text#679B4B
Captions on the surface
Accent#540DBF
Second voice, not a rival
Dark variant#30750A
Hover, pressed, headers
Light variant#EFFDE8
Selected rows, tints
Dark surface#1A2414
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 #d9fac7

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#E8C7FA
Analogous left#F2FAC7
Analogous right#C7FACE
Split-complement 1#CEC7FA
Split-complement 2#FAC7F2
Triadic 1#C7D9FA
Triadic 2#FAC7D9
Tetradic#C7F2FA

RGB percentages

Red85.1%
Green98.0%
Blue78.0%

CMYK percentages

Cyan13.2%
Magenta0.0%
Yellow20.4%
Key (black)2.0%

Color previews

#d9fac7 text on a black background

contrast 18.45:1

Card sample

#d9fac7 text on a white background

contrast 1.14:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

text-shadow: 0 0 14px rgba(217, 250, 199, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(217, 250, 199, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d9fac7;
background: linear-gradient(135deg, #d9fac7, #C7FAD7);

Monochromatic scale

Palettes built from #d9fac7

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.

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

#d9fac7, answered

What color is #d9fac7?

#d9fac7 is a pale electric green, closest to Light Goldenrod Yellow (ΔE2000 9.3). It sits at 99° on the hue wheel with 84% saturation and 88% lightness, which reads as neutral.

What is the RGB value of #d9fac7?

rgb(217, 250, 199) — 217 red, 250 green and 199 blue out of 255, or 85.1% / 98% / 78% by channel.

Is #d9fac7 a light or a dark color?

It is a light color. Relative luminance is 0.8725 and perceived brightness is 92%, so black text on it reaches 18.45:1.

Should I use black or white text on #d9fac7?

Black. It scores 18.45:1 against #d9fac7, versus 1.14:1 for white — AAA at any size.

What is the complementary color of #d9fac7?

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

What colors go well with #d9fac7?

For interface work: #F6FAF4 as the surface, #D0EDC0 for borders, #679B4B for secondary text, #540DBF as an accent and #30750A for hover and pressed states. For a palette, the analogous pair #F2FAC7 and #C7FACE stays calm, while #E8C7FA is the loudest partner.

What is #d9fac7 in CMYK for printing?

cmyk(13%, 0%, 20%, 2%). 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 #d9fac7 warm or cool?

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

Work with #d9fac7 in the Color Lab