#d2f2d8
a pale, vivid green · cool · closest name: Honey Dew
At a glance
Every number on this page in one read: what #d2f2d8 is made of, how bright it looks, and which way it leans.
Reads cool. Warm and cool siblings keep the same lightness, so you can swap one in without redoing your contrast maths.
Every format
| HEX | #d2f2d8 |
| RGB | rgb(210, 242, 216) |
| HSL | hsl(131, 55%, 89%) |
| CMYK | cmyk(13%, 0%, 11%, 5%) |
| LAB | lab(92.7 -15.2 9.1) |
| LCH | lch(92.7 17.7 149.2) |
| OKLCH | oklch(0.931 0.048 150.8) |
| Decimal | 13824728 |
| Display P3 | color(display-p3 0.824 0.949 0.847) |
Copy-ready code
/* CSS */
color: #d2f2d8;
background-color: #d2f2d8;
/* Tailwind (arbitrary) */
class="text-[#d2f2d8] bg-[#d2f2d8]"
/* SCSS */
$brand: #d2f2d8;
/* SwiftUI */
Color(red: 0.824, green: 0.949, blue: 0.847)
/* Android */
Color.parseColor("#d2f2d8")
/* Flutter */
Color(0xFFD2F2D8)
/* Python / OpenCV (BGR) */
(216, 242, 210)Best text color
Only one of black and white can be right. This is the one, with the number that proves it.
Accessibility — WCAG contrast
Color scale — 50 to 950
A Tailwind-shaped ramp built around this exact hex. #d2f2d8 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.
:root {
--brand-50: #F4FBF5;
--brand-100: #E9F6EC;
--brand-200: #d2f2d8;
--brand-300: #A8E6B4;
--brand-400: #7CD98E;
--brand-500: #51CD68;
--brand-600: #37BE50;
--brand-700: #2E9E43;
--brand-800: #257F36;
--brand-900: #1E5C2A;
--brand-950: #133A1A;
--brand: #d2f2d8;
--brand-ink: #000000;
}Colors that work with #d2f2d8
Not a palette — a role sheet. Each swatch answers one question you will hit while building the component.
Surface, border, heading and body all derive from this one hue, so the screen stays coherent without a second palette.
Lightness flips, hue holds. The accent stays the anchor in both themes.
How to use #d2f2d8
Derived from its contrast, chroma and lightness — not from taste.
- ✓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
- ⚠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 | #F2D2EC | Directly opposite — maximum tension | |
| Analogous left | #DCF2D2 | Neighbour, quieter | |
| Analogous right | #D2F2E8 | Neighbour, quieter | |
| Split-complement 1 | #E8D2F2 | Contrast without the clash | |
| Split-complement 2 | #F2D2DC | Contrast without the clash | |
| Triadic 1 | #D8D2F2 | Even thirds — balanced and loud | |
| Triadic 2 | #F2D8D2 | Even thirds — balanced and loud | |
| Tetradic | #D2DCF2 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#d2f2d8 text on a black background
contrast 17.43:1
#d2f2d8 text on a white background
contrast 1.20:1
CSS3 live lab
The quick brown fox
color: #d2f2d8;
background-color: #d2f2d8;
Glowing headline
text-shadow: 2px 2px 8px #d2f2d8;
Soft neon halo
text-shadow: 0 0 14px rgba(210, 242, 216, 0.45);
box-shadow: 0 12px 32px -8px rgba(210, 242, 216, 0.45);
border: 3px solid #d2f2d8; background: linear-gradient(135deg, #d2f2d8, #D2F2ED);
Monochromatic scale
Palettes built from #d2f2d8
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.
Closest color with a full write-up: Tea Green (#d0f0c0) — ΔE2000 6.2 away, with its history, psychology and brand usage.
#d2f2d8 in the real world
Where a color in this family tends to land, and the interface roles it is usually asked to play.
Very light tints can drop out on uncoated stock; check it at 100% size before signing off.
#d2f2d8, answered
What color is #d2f2d8?
#d2f2d8 is a pale vivid green, closest to Honey Dew (ΔE2000 7.3). It sits at 131° on the hue wheel with 55% saturation and 89% lightness, which reads as cool.
What is the RGB value of #d2f2d8?
rgb(210, 242, 216) — 210 red, 242 green and 216 blue out of 255, or 82.4% / 94.9% / 84.7% by channel.
Is #d2f2d8 a light or a dark color?
It is a light color. Relative luminance is 0.8216 and perceived brightness is 90%, so black text on it reaches 17.43:1.
Should I use black or white text on #d2f2d8?
Black. It scores 17.43:1 against #d2f2d8, versus 1.20:1 for white — AAA at any size.
What is the complementary color of #d2f2d8?
#F2D2EC sits directly opposite on the wheel. Softer options are the split-complements #E8D2F2 and #F2D2DC, which give the same contrast with far less vibration.
What colors go well with #d2f2d8?
For interface work: #F4FAF5 as the surface, #C0EDC8 for borders, #4B9B5A for secondary text, #9B2AA2 as an accent and #1D632A for hover and pressed states. For a palette, the analogous pair #DCF2D2 and #D2F2E8 stays calm, while #F2D2EC is the loudest partner.
What is #d2f2d8 in CMYK for printing?
cmyk(13%, 0%, 11%, 5%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #d2f2d8 warm or cool?
Cool — it scores 67 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #D8F2D2; nudged cooler, #D1F3E4.