#dfe5ce
a pale, soft green · warm · closest name: Beige
At a glance
Every number on this page in one read: what #dfe5ce is made of, how bright it looks, and which way it leans.
Reads warm. Warm and cool siblings keep the same lightness, so you can swap one in without redoing your contrast maths.
Every format
| HEX | #dfe5ce |
| RGB | rgb(223, 229, 206) |
| HSL | hsl(76, 31%, 85%) |
| CMYK | cmyk(3%, 0%, 10%, 10%) |
| LAB | lab(89.9 -6.0 10.5) |
| LCH | lch(89.9 12.1 119.7) |
| OKLCH | oklch(0.911 0.031 118.9) |
| Decimal | 14673358 |
| Display P3 | color(display-p3 0.875 0.898 0.808) |
Copy-ready code
/* CSS */
color: #dfe5ce;
background-color: #dfe5ce;
/* Tailwind (arbitrary) */
class="text-[#dfe5ce] bg-[#dfe5ce]"
/* SCSS */
$brand: #dfe5ce;
/* SwiftUI */
Color(red: 0.875, green: 0.898, blue: 0.808)
/* Android */
Color.parseColor("#dfe5ce")
/* Flutter */
Color(0xFFDFE5CE)
/* Python / OpenCV (BGR) */
(206, 229, 223)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. #dfe5ce 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: #F8F9F6;
--brand-100: #F1F3EC;
--brand-200: #dfe5ce;
--brand-300: #CFD8B6;
--brand-400: #B7C591;
--brand-500: #9FB16C;
--brand-600: #8CA055;
--brand-700: #758547;
--brand-800: #5E6B39;
--brand-900: #454E2C;
--brand-950: #2B311B;
--brand: #dfe5ce;
--brand-ink: #000000;
}Colors that work with #dfe5ce
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 #dfe5ce
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 | #D4CEE5 | Directly opposite — maximum tension | |
| Analogous left | #E5E0CE | Neighbour, quieter | |
| Analogous right | #D3E5CE | Neighbour, quieter | |
| Split-complement 1 | #CED3E5 | Contrast without the clash | |
| Split-complement 2 | #E0CEE5 | Contrast without the clash | |
| Triadic 1 | #CEDFE5 | Even thirds — balanced and loud | |
| Triadic 2 | #E5CEDF | Even thirds — balanced and loud | |
| Tetradic | #CEE5E0 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#dfe5ce text on a black background
contrast 16.24:1
#dfe5ce text on a white background
contrast 1.29:1
CSS3 live lab
The quick brown fox
color: #dfe5ce;
background-color: #dfe5ce;
Glowing headline
text-shadow: 2px 2px 8px #dfe5ce;
Soft neon halo
text-shadow: 0 0 14px rgba(223, 229, 206, 0.45);
box-shadow: 0 12px 32px -8px rgba(223, 229, 206, 0.45);
border: 3px solid #dfe5ce; background: linear-gradient(135deg, #dfe5ce, #D0E5CE);
Monochromatic scale
Palettes built from #dfe5ce
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: Beige (#f5f5dc) — ΔE2000 4.4 away, with its history, psychology and brand usage.
#dfe5ce 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.
#dfe5ce, answered
What color is #dfe5ce?
#dfe5ce is a pale soft green, closest to Beige (ΔE2000 4.4). It sits at 76° on the hue wheel with 31% saturation and 85% lightness, which reads as warm.
What is the RGB value of #dfe5ce?
rgb(223, 229, 206) — 223 red, 229 green and 206 blue out of 255, or 87.5% / 89.8% / 80.8% by channel.
Is #dfe5ce a light or a dark color?
It is a light color. Relative luminance is 0.7618 and perceived brightness is 88%, so black text on it reaches 16.24:1.
Should I use black or white text on #dfe5ce?
Black. It scores 16.24:1 against #dfe5ce, versus 1.29:1 for white — AAA at any size.
What is the complementary color of #dfe5ce?
#D4CEE5 sits directly opposite on the wheel. Softer options are the split-complements #CED3E5 and #E0CEE5, which give the same contrast with far less vibration.
What colors go well with #dfe5ce?
For interface work: #F8FAF5 as the surface, #DCE3CA for borders, #849650 for secondary text, #42428A as an accent and #49532C for hover and pressed states. For a palette, the analogous pair #E5E0CE and #D3E5CE stays calm, while #D4CEE5 is the loudest partner.
What is #dfe5ce in CMYK for printing?
cmyk(3%, 0%, 10%, 10%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #dfe5ce warm or cool?
Warm — it scores 40 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #E5E3CE; nudged cooler, #D6E6CD.