Skip to content

#d4f2c3

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

RGB
212, 242, 195
HSL
98°, 64%, 86%
CMYK
12, 0, 19, 5
Luminance
0.8144

At a glance

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

Hex
#d4f2c3
Hue
98°
green
Saturation
64%
vivid
Lightness
86%
pale
Brightness
95%
HSV value
Perceived
90%
weighted brightness
Luminance
0.8144
WCAG relative
Temperature
Neutral
53/100 cool
Color family
Green
Tone
Vivid
Best ink
Black
17.29:1
Closest name
Light Goldenrod Yellow
ΔE2000 9.1
Where it sits
Hue98° of 360°
Saturation64%
Lightness86%
Temperature
Warm ← → Cool53% 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#d4f2c3
RGBrgb(212, 242, 195)
HSLhsl(98, 64%, 86%)
CMYKcmyk(12%, 0%, 19%, 5%)
LABlab(92.3 -18.1 19.5)
LCHlch(92.3 26.6 132.9)
OKLCHoklch(0.927 0.070 134.3)
Decimal13955779
Display P3color(display-p3 0.831 0.949 0.765)

Copy-ready code

/* CSS */
color: #d4f2c3;
background-color: #d4f2c3;
/* Tailwind (arbitrary) */
class="text-[#d4f2c3] bg-[#d4f2c3]"
/* SCSS */
$brand: #d4f2c3;
/* SwiftUI */
Color(red: 0.831, green: 0.949, blue: 0.765)
/* Android */
Color.parseColor("#d4f2c3")
/* Flutter */
Color(0xFFD4F2C3)
/* Python / OpenCV (BGR) */
(195, 242, 212)

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

Accessibility — WCAG contrast

Aa
#d4f2c3 on white: 1.21:1
AA ✗ fail · AA-large · AAA
Aa
#d4f2c3 on black: 17.29:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #F6EBC0
deuteranopia · #F1E8C5
tritanopia · #D4EEE5

Color scale — 50 to 950

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

#F6FBF4
#EEF7E8
#d4f2c3
#BDEBA3
#9CE175
#7BD747
#65C92C
#54A824
#43861D
#336119
#203D10
Base = 200Lightest = 50 · #F6FBF4Darkest = 950 · #203D10
:root {
  --brand-50: #F6FBF4;
  --brand-100: #EEF7E8;
  --brand-200: #d4f2c3;
  --brand-300: #BDEBA3;
  --brand-400: #9CE175;
  --brand-500: #7BD747;
  --brand-600: #65C92C;
  --brand-700: #54A824;
  --brand-800: #43861D;
  --brand-900: #336119;
  --brand-950: #203D10;
  --brand: #d4f2c3;
  --brand-ink: #000000;
}

Colors that work with #d4f2c3

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#F7FAF4
Tinted page background
Border#D0EDC0
Hairlines and dividers
Muted text#689B4B
Captions on the surface
Accent#5722AA
Second voice, not a rival
Dark variant#346917
Hover, pressed, headers
Light variant#F0FAEA
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 #d4f2c3

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#E1C3F2
Analogous left#ECF2C3
Analogous right#C3F2CA
Split-complement 1#CAC3F2
Split-complement 2#F2C3EC
Triadic 1#C3D4F2
Triadic 2#F2C3D4
Tetradic#C3ECF2

RGB percentages

Red83.1%
Green94.9%
Blue76.5%

CMYK percentages

Cyan12.4%
Magenta0.0%
Yellow19.4%
Key (black)5.1%

Color previews

#d4f2c3 text on a black background

contrast 17.29:1

Card sample

#d4f2c3 text on a white background

contrast 1.21:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #d4f2c3

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.

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

Very light tints can drop out on uncoated stock; check it at 100% size before signing off.

#d4f2c3, answered

What color is #d4f2c3?

#d4f2c3 is a pale vivid green, closest to Light Goldenrod Yellow (ΔE2000 9.1). It sits at 98° on the hue wheel with 64% saturation and 86% lightness, which reads as neutral.

What is the RGB value of #d4f2c3?

rgb(212, 242, 195) — 212 red, 242 green and 195 blue out of 255, or 83.1% / 94.9% / 76.5% by channel.

Is #d4f2c3 a light or a dark color?

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

Should I use black or white text on #d4f2c3?

Black. It scores 17.29:1 against #d4f2c3, versus 1.21:1 for white — AAA at any size.

What is the complementary color of #d4f2c3?

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

What colors go well with #d4f2c3?

For interface work: #F7FAF4 as the surface, #D0EDC0 for borders, #689B4B for secondary text, #5722AA as an accent and #346917 for hover and pressed states. For a palette, the analogous pair #ECF2C3 and #C3F2CA stays calm, while #E1C3F2 is the loudest partner.

What is #d4f2c3 in CMYK for printing?

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

Is #d4f2c3 warm or cool?

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

Work with #d4f2c3 in the Color Lab