Skip to content

#d7fccf

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

RGB
215, 252, 207
HSL
109°, 88%, 90%
CMYK
15, 0, 18, 1
Luminance
0.8857

At a glance

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

Hex
#d7fccf
Hue
109°
green
Saturation
88%
electric
Lightness
90%
pale
Brightness
99%
HSV value
Perceived
93%
weighted brightness
Luminance
0.8857
WCAG relative
Temperature
Cool
58/100 cool
Color family
Green
Tone
Electric
Best ink
Black
18.71:1
Closest name
Light Goldenrod Yellow
ΔE2000 10.2
Where it sits
Hue109° of 360°
Saturation88%
Lightness90%
Temperature
Warm ← → Cool58% cool

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

Every format

HEX#d7fccf
RGBrgb(215, 252, 207)
HSLhsl(109, 88%, 90%)
CMYKcmyk(15%, 0%, 18%, 1%)
LABlab(95.4 -20.0 17.7)
LCHlch(95.4 26.7 138.6)
OKLCHoklch(0.953 0.071 140.1)
Decimal14154959
Display P3color(display-p3 0.843 0.988 0.812)

Copy-ready code

/* CSS */
color: #d7fccf;
background-color: #d7fccf;
/* Tailwind (arbitrary) */
class="text-[#d7fccf] bg-[#d7fccf]"
/* SCSS */
$brand: #d7fccf;
/* SwiftUI */
Color(red: 0.843, green: 0.988, blue: 0.812)
/* Android */
Color.parseColor("#d7fccf")
/* Flutter */
Color(0xFFD7FCCF)
/* Python / OpenCV (BGR) */
(207, 252, 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 #d7fccf · 18.71:1
Use #000000AAA at every size.
Aa
White text · 1.12:1
AA fail · AA large fail · AAA fail
Aa
Black text · 18.71:1 · recommended
AA pass · AA large pass · AAA pass
Reading the other direction: #d7fccf as text scores 1.12:1 on white and 18.71:1 on black.

Accessibility — WCAG contrast

Aa
#d7fccf on white: 1.12:1
AA ✗ fail · AA-large · AAA
Aa
#d7fccf on black: 18.71:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #FFF4CC
deuteranopia · #F9F0D1
tritanopia · #D5F9EF

Color scale — 50 to 950

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

#F4FDF2
#E9FAE5
#d7fccf
#A7F895
#7BF561
#4FF22C
#35E60E
#2CC00C
#239A0A
#1D6F0C
#124507
Base = 200Lightest = 50 · #F4FDF2Darkest = 950 · #124507
:root {
  --brand-50: #F4FDF2;
  --brand-100: #E9FAE5;
  --brand-200: #d7fccf;
  --brand-300: #A7F895;
  --brand-400: #7BF561;
  --brand-500: #4FF22C;
  --brand-600: #35E60E;
  --brand-700: #2CC00C;
  --brand-800: #239A0A;
  --brand-900: #1D6F0C;
  --brand-950: #124507;
  --brand: #d7fccf;
  --brand-ink: #000000;
}

Colors that work with #d7fccf

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#F5FAF4
Tinted page background
Border#C8EDC0
Hairlines and dividers
Muted text#599B4B
Captions on the surface
Accent#7408C4
Second voice, not a rival
Dark variant#1C7808
Hover, pressed, headers
Light variant#EBFDE7
Selected rows, tints
Dark surface#172414
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 #d7fccf

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#F4CFFC
Analogous left#EEFCCF
Analogous right#CFFCDD
Split-complement 1#DDCFFC
Split-complement 2#FCCFEE
Triadic 1#CFD7FC
Triadic 2#FCCFD7
Tetradic#CFEEFC

RGB percentages

Red84.3%
Green98.8%
Blue81.2%

CMYK percentages

Cyan14.7%
Magenta0.0%
Yellow17.9%
Key (black)1.2%

Color previews

#d7fccf text on a black background

contrast 18.71:1

Card sample

#d7fccf text on a white background

contrast 1.12:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #d7fccf

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.

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

#d7fccf, answered

What color is #d7fccf?

#d7fccf is a pale electric green, closest to Light Goldenrod Yellow (ΔE2000 10.2). It sits at 109° on the hue wheel with 88% saturation and 90% lightness, which reads as cool.

What is the RGB value of #d7fccf?

rgb(215, 252, 207) — 215 red, 252 green and 207 blue out of 255, or 84.3% / 98.8% / 81.2% by channel.

Is #d7fccf a light or a dark color?

It is a light color. Relative luminance is 0.8857 and perceived brightness is 93%, so black text on it reaches 18.71:1.

Should I use black or white text on #d7fccf?

Black. It scores 18.71:1 against #d7fccf, versus 1.12:1 for white — AAA at any size.

What is the complementary color of #d7fccf?

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

What colors go well with #d7fccf?

For interface work: #F5FAF4 as the surface, #C8EDC0 for borders, #599B4B for secondary text, #7408C4 as an accent and #1C7808 for hover and pressed states. For a palette, the analogous pair #EEFCCF and #CFFCDD stays calm, while #F4CFFC is the loudest partner.

What is #d7fccf in CMYK for printing?

cmyk(15%, 0%, 18%, 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 #d7fccf warm or cool?

Cool — it scores 58 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #E8FCCF; nudged cooler, #CEFDD7.

Work with #d7fccf in the Color Lab