#d0eccd
a pale, soft green · cool · closest name: Honey Dew
At a glance
Every number on this page in one read: what #d0eccd 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 | #d0eccd |
| RGB | rgb(208, 236, 205) |
| HSL | hsl(114, 45%, 87%) |
| CMYK | cmyk(12%, 0%, 13%, 8%) |
| LAB | lab(90.7 -14.8 12.0) |
| LCH | lch(90.7 19.1 141.1) |
| OKLCH | oklch(0.914 0.051 142.5) |
| Decimal | 13692109 |
| Display P3 | color(display-p3 0.816 0.925 0.804) |
Copy-ready code
/* CSS */
color: #d0eccd;
background-color: #d0eccd;
/* Tailwind (arbitrary) */
class="text-[#d0eccd] bg-[#d0eccd]"
/* SCSS */
$brand: #d0eccd;
/* SwiftUI */
Color(red: 0.816, green: 0.925, blue: 0.804)
/* Android */
Color.parseColor("#d0eccd")
/* Flutter */
Color(0xFFD0ECCD)
/* Python / OpenCV (BGR) */
(205, 236, 208)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. #d0eccd 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: #F5FAF5;
--brand-100: #EBF5EA;
--brand-200: #d0eccd;
--brand-300: #B3E0AE;
--brand-400: #8CD185;
--brand-500: #66C15C;
--brand-600: #4EB143;
--brand-700: #419438;
--brand-800: #34762D;
--brand-900: #295624;
--brand-950: #1A3616;
--brand: #d0eccd;
--brand-ink: #000000;
}Colors that work with #d0eccd
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 #d0eccd
Derived from its contrast, chroma and lightness — not from taste.
- ✓Text and icons on dark surfaces
- ✓Charts, tags and secondary surfaces
- ✓Card and section backgrounds
- ✓Brand accents, badges and data highlights
- ⚠Text of any size on white — fails WCAG AA
- ⚠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 | #E9CDEC | Directly opposite — maximum tension | |
| Analogous left | #E0ECCD | Neighbour, quieter | |
| Analogous right | #CDECDA | Neighbour, quieter | |
| Split-complement 1 | #DACDEC | Contrast without the clash | |
| Split-complement 2 | #ECCDE0 | Contrast without the clash | |
| Triadic 1 | #CDD0EC | Even thirds — balanced and loud | |
| Triadic 2 | #ECCDD0 | Even thirds — balanced and loud | |
| Tetradic | #CDE0EC | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#d0eccd text on a black background
contrast 16.56:1
#d0eccd text on a white background
contrast 1.27:1
CSS3 live lab
The quick brown fox
color: #d0eccd;
background-color: #d0eccd;
Glowing headline
text-shadow: 2px 2px 8px #d0eccd;
Soft neon halo
text-shadow: 0 0 14px rgba(208, 236, 205, 0.45);
box-shadow: 0 12px 32px -8px rgba(208, 236, 205, 0.45);
border: 3px solid #d0eccd; background: linear-gradient(135deg, #d0eccd, #CDECDF);
Monochromatic scale
Palettes built from #d0eccd
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 4.6 away, with its history, psychology and brand usage.
#d0eccd 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.
#d0eccd, answered
What color is #d0eccd?
#d0eccd is a pale soft green, closest to Honey Dew (ΔE2000 8.2). It sits at 114° on the hue wheel with 45% saturation and 87% lightness, which reads as cool.
What is the RGB value of #d0eccd?
rgb(208, 236, 205) — 208 red, 236 green and 205 blue out of 255, or 81.6% / 92.5% / 80.4% by channel.
Is #d0eccd a light or a dark color?
It is a light color. Relative luminance is 0.7781 and perceived brightness is 88%, so black text on it reaches 16.56:1.
Should I use black or white text on #d0eccd?
Black. It scores 16.56:1 against #d0eccd, versus 1.27:1 for white — AAA at any size.
What is the complementary color of #d0eccd?
#E9CDEC sits directly opposite on the wheel. Softer options are the split-complements #DACDEC and #ECCDE0, which give the same contrast with far less vibration.
What colors go well with #d0eccd?
For interface work: #F5FAF4 as the surface, #C7E9C4 for borders, #529B4B for secondary text, #763597 as an accent and #295C23 for hover and pressed states. For a palette, the analogous pair #E0ECCD and #CDECDA stays calm, while #E9CDEC is the loudest partner.
What is #d0eccd in CMYK for printing?
cmyk(12%, 0%, 13%, 8%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #d0eccd warm or cool?
Cool — it scores 60 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #DBECCD; nudged cooler, #CCEDD5.