#dbeace
a pale, soft green · neutral · closest name: Honey Dew
At a glance
Every number on this page in one read: what #dbeace 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 | #dbeace |
| RGB | rgb(219, 234, 206) |
| HSL | hsl(92, 40%, 86%) |
| CMYK | cmyk(6%, 0%, 12%, 8%) |
| LAB | lab(90.9 -9.9 11.9) |
| LCH | lch(90.9 15.5 129.8) |
| OKLCH | oklch(0.918 0.041 130.3) |
| Decimal | 14412494 |
| Display P3 | color(display-p3 0.859 0.918 0.808) |
Copy-ready code
/* CSS */
color: #dbeace;
background-color: #dbeace;
/* Tailwind (arbitrary) */
class="text-[#dbeace] bg-[#dbeace]"
/* SCSS */
$brand: #dbeace;
/* SwiftUI */
Color(red: 0.859, green: 0.918, blue: 0.808)
/* Android */
Color.parseColor("#dbeace")
/* Flutter */
Color(0xFFDBEACE)
/* Python / OpenCV (BGR) */
(206, 234, 219)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. #dbeace 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: #F7FAF5;
--brand-100: #EFF4EB;
--brand-200: #dbeace;
--brand-300: #C5DDB0;
--brand-400: #A8CD89;
--brand-500: #8CBC62;
--brand-600: #77AB49;
--brand-700: #638F3D;
--brand-800: #4F7231;
--brand-900: #3C5427;
--brand-950: #253418;
--brand: #dbeace;
--brand-ink: #000000;
}Colors that work with #dbeace
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 #dbeace
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 | #DDCEEA | Directly opposite — maximum tension | |
| Analogous left | #E9EACE | Neighbour, quieter | |
| Analogous right | #CEEACF | Neighbour, quieter | |
| Split-complement 1 | #CFCEEA | Contrast without the clash | |
| Split-complement 2 | #EACEE9 | Contrast without the clash | |
| Triadic 1 | #CEDBEA | Even thirds — balanced and loud | |
| Triadic 2 | #EACEDB | Even thirds — balanced and loud | |
| Tetradic | #CEE9EA | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#dbeace text on a black background
contrast 16.67:1
#dbeace text on a white background
contrast 1.26:1
CSS3 live lab
The quick brown fox
color: #dbeace;
background-color: #dbeace;
Glowing headline
text-shadow: 2px 2px 8px #dbeace;
Soft neon halo
text-shadow: 0 0 14px rgba(219, 234, 206, 0.45);
box-shadow: 0 12px 32px -8px rgba(219, 234, 206, 0.45);
border: 3px solid #dbeace; background: linear-gradient(135deg, #dbeace, #CEEAD4);
Monochromatic scale
Palettes built from #dbeace
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 6.5 away, with its history, psychology and brand usage.
#dbeace 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.
#dbeace, answered
What color is #dbeace?
#dbeace is a pale soft green, closest to Honey Dew (ΔE2000 6.5). It sits at 92° on the hue wheel with 40% saturation and 86% lightness, which reads as neutral.
What is the RGB value of #dbeace?
rgb(219, 234, 206) — 219 red, 234 green and 206 blue out of 255, or 85.9% / 91.8% / 80.8% by channel.
Is #dbeace a light or a dark color?
It is a light color. Relative luminance is 0.7836 and perceived brightness is 89%, so black text on it reaches 16.67:1.
Should I use black or white text on #dbeace?
Black. It scores 16.67:1 against #dbeace, versus 1.26:1 for white — AAA at any size.
What is the complementary color of #dbeace?
#DDCEEA sits directly opposite on the wheel. Softer options are the split-complements #CFCEEA and #EACEE9, which give the same contrast with far less vibration.
What colors go well with #dbeace?
For interface work: #F7FAF4 as the surface, #D5E7C6 for borders, #709B4B for secondary text, #523A92 as an accent and #3E5926 for hover and pressed states. For a palette, the analogous pair #E9EACE and #CEEACF stays calm, while #DDCEEA is the loudest partner.
What is #dbeace in CMYK for printing?
cmyk(6%, 0%, 12%, 8%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #dbeace warm or cool?
Neutral — it scores 51 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #E5EACE; nudged cooler, #D0EBCD.