#d1dccc
a light, soft green · neutral · closest name: Honey Dew
At a glance
Every number on this page in one read: what #d1dccc is made of, how bright it looks, and which way it leans.
Reads neutral. Warm and cool siblings keep the same lightness, so you can swap one in without redoing your contrast maths.
Every format
| HEX | #d1dccc |
| RGB | rgb(209, 220, 204) |
| HSL | hsl(101, 19%, 83%) |
| CMYK | cmyk(5%, 0%, 7%, 14%) |
| LAB | lab(86.5 -6.6 6.6) |
| LCH | lch(86.5 9.3 135.0) |
| OKLCH | oklch(0.882 0.025 135.7) |
| Decimal | 13753548 |
| Display P3 | color(display-p3 0.820 0.863 0.800) |
Copy-ready code
/* CSS */
color: #d1dccc;
background-color: #d1dccc;
/* Tailwind (arbitrary) */
class="text-[#d1dccc] bg-[#d1dccc]"
/* SCSS */
$brand: #d1dccc;
/* SwiftUI */
Color(red: 0.820, green: 0.863, blue: 0.800)
/* Android */
Color.parseColor("#d1dccc")
/* Flutter */
Color(0xFFD1DCCC)
/* Python / OpenCV (BGR) */
(204, 220, 209)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. #d1dccc 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: #F7F8F6;
--brand-100: #EFF2ED;
--brand-200: #d1dccc;
--brand-300: #C3D1BC;
--brand-400: #A5BB9B;
--brand-500: #87A47A;
--brand-600: #729164;
--brand-700: #5F7953;
--brand-800: #4C6142;
--brand-900: #394833;
--brand-950: #242D20;
--brand: #d1dccc;
--brand-ink: #000000;
}Colors that work with #d1dccc
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 #d1dccc
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 | #D7CCDC | Directly opposite — maximum tension | |
| Analogous left | #D9DCCC | Neighbour, quieter | |
| Analogous right | #CCDCCF | Neighbour, quieter | |
| Split-complement 1 | #CFCCDC | Contrast without the clash | |
| Split-complement 2 | #DCCCD9 | Contrast without the clash | |
| Triadic 1 | #CCD1DC | Even thirds — balanced and loud | |
| Triadic 2 | #DCCCD1 | Even thirds — balanced and loud | |
| Tetradic | #CCD9DC | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#d1dccc text on a black background
contrast 14.82:1
#d1dccc text on a white background
contrast 1.42:1
CSS3 live lab
The quick brown fox
color: #d1dccc;
background-color: #d1dccc;
Glowing headline
text-shadow: 2px 2px 8px #d1dccc;
Soft neon halo
text-shadow: 0 0 14px rgba(209, 220, 204, 0.45);
box-shadow: 0 12px 32px -8px rgba(209, 220, 204, 0.45);
border: 3px solid #d1dccc; background: linear-gradient(135deg, #d1dccc, #CCDCD2);
Monochromatic scale
Palettes built from #d1dccc
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: Honeydew (#f0fff0) — ΔE2000 7.5 away, with its history, psychology and brand usage.
#d1dccc in the real world
Where a color in this family tends to land, and the interface roles it is usually asked to play.
Converts to four-color process without much drama. Proof it anyway.
#d1dccc, answered
What color is #d1dccc?
#d1dccc is a light soft green, closest to Honey Dew (ΔE2000 7.5). It sits at 101° on the hue wheel with 19% saturation and 83% lightness, which reads as neutral.
What is the RGB value of #d1dccc?
rgb(209, 220, 204) — 209 red, 220 green and 204 blue out of 255, or 82% / 86.3% / 80% by channel.
Is #d1dccc a light or a dark color?
It is a light color. Relative luminance is 0.6910 and perceived brightness is 84%, so black text on it reaches 14.82:1.
Should I use black or white text on #d1dccc?
Black. It scores 14.82:1 against #d1dccc, versus 1.42:1 for white — AAA at any size.
What is the complementary color of #d1dccc?
#D7CCDC sits directly opposite on the wheel. Softer options are the split-complements #CFCCDC and #DCCCD9, which give the same contrast with far less vibration.
What colors go well with #d1dccc?
For interface work: #F7F9F6 as the surface, #D3DECF for borders, #6B885D for secondary text, #644E7E as an accent and #3B4C34 for hover and pressed states. For a palette, the analogous pair #D9DCCC and #CCDCCF stays calm, while #D7CCDC is the loudest partner.
What is #d1dccc in CMYK for printing?
cmyk(5%, 0%, 7%, 14%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #d1dccc 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 #D7DCCC; nudged cooler, #CBDDCC.