Skip to content

#d4f2ce

a pale, vivid green · cool · closest name: Honey Dew

RGB
212, 242, 206
HSL
110°, 58%, 88%
CMYK
12, 0, 15, 5
Luminance
0.8196

At a glance

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

Hex
#d4f2ce
Hue
110°
green
Saturation
58%
vivid
Lightness
88%
pale
Brightness
95%
HSV value
Perceived
90%
weighted brightness
Luminance
0.8196
WCAG relative
Temperature
Cool
58/100 cool
Color family
Green
Tone
Vivid
Best ink
Black
17.39:1
Closest name
Honey Dew
ΔE2000 8.8
Where it sits
Hue110° of 360°
Saturation58%
Lightness88%
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#d4f2ce
RGBrgb(212, 242, 206)
HSLhsl(110, 58%, 88%)
CMYKcmyk(12%, 0%, 15%, 5%)
LABlab(92.6 -16.3 14.1)
LCHlch(92.6 21.6 139.1)
OKLCHoklch(0.930 0.057 140.4)
Decimal13955790
Display P3color(display-p3 0.831 0.949 0.808)

Copy-ready code

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

Accessibility — WCAG contrast

Aa
#d4f2ce on white: 1.21:1
AA ✗ fail · AA-large · AAA
Aa
#d4f2ce on black: 17.39:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #F4ECCC
deuteranopia · #EFE8D0
tritanopia · #D3EFE8

Color scale — 50 to 950

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

#F5FBF4
#EBF7E9
#d4f2ce
#B1E7A6
#8ADC7A
#63D04E
#4BC233
#3EA12B
#328122
#275E1C
#193B12
Base = 200Lightest = 50 · #F5FBF4Darkest = 950 · #193B12
:root {
  --brand-50: #F5FBF4;
  --brand-100: #EBF7E9;
  --brand-200: #d4f2ce;
  --brand-300: #B1E7A6;
  --brand-400: #8ADC7A;
  --brand-500: #63D04E;
  --brand-600: #4BC233;
  --brand-700: #3EA12B;
  --brand-800: #328122;
  --brand-900: #275E1C;
  --brand-950: #193B12;
  --brand: #d4f2ce;
  --brand-ink: #000000;
}

Colors that work with #d4f2ce

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#C7EDC0
Hairlines and dividers
Muted text#589B4B
Captions on the surface
Accent#7027A5
Second voice, not a rival
Dark variant#27651B
Hover, pressed, headers
Light variant#EDFAEB
Selected rows, tints
Dark surface#162414
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 #d4f2ce

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#ECCEF2
Analogous left#E6F2CE
Analogous right#CEF2DA
Split-complement 1#DACEF2
Split-complement 2#F2CEE6
Triadic 1#CED4F2
Triadic 2#F2CED4
Tetradic#CEE6F2

RGB percentages

Red83.1%
Green94.9%
Blue80.8%

CMYK percentages

Cyan12.4%
Magenta0.0%
Yellow14.9%
Key (black)5.1%

Color previews

#d4f2ce text on a black background

contrast 17.39:1

Card sample

#d4f2ce text on a white background

contrast 1.21:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #d4f2ce

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.

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

#d4f2ce, answered

What color is #d4f2ce?

#d4f2ce is a pale vivid green, closest to Honey Dew (ΔE2000 8.8). It sits at 110° on the hue wheel with 58% saturation and 88% lightness, which reads as cool.

What is the RGB value of #d4f2ce?

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

Is #d4f2ce a light or a dark color?

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

Should I use black or white text on #d4f2ce?

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

What is the complementary color of #d4f2ce?

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

What colors go well with #d4f2ce?

For interface work: #F5FAF4 as the surface, #C7EDC0 for borders, #589B4B for secondary text, #7027A5 as an accent and #27651B for hover and pressed states. For a palette, the analogous pair #E6F2CE and #CEF2DA stays calm, while #ECCEF2 is the loudest partner.

What is #d4f2ce in CMYK for printing?

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

Is #d4f2ce 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 #E1F2CE; nudged cooler, #CDF3D5.

Work with #d4f2ce in the Color Lab