#dce4cf
a pale, soft green · cool · closest name: beige
RGB
220, 228, 207
HSL
83°, 28%, 85%
CMYK
4, 0, 9, 11
Luminance
0.7521
Every format
| HEX | #dce4cf |
| RGB | rgb(220, 228, 207) |
| HSL | hsl(83, 28%, 85%) |
| CMYK | cmyk(4%, 0%, 9%, 11%) |
| LAB | lab(89.5 -6.4 9.3) |
| LCH | lch(89.5 11.3 124.3) |
| OKLCH | oklch(0.907 0.029 124.0) |
Copy-ready code
/* CSS */
color: #dce4cf;
background-color: #dce4cf;
/* Tailwind (arbitrary) */
class="text-[#dce4cf] bg-[#dce4cf]"
/* SCSS */
$brand: #dce4cf;
/* SwiftUI */
Color(red: 0.863, green: 0.894, blue: 0.812)
/* Android */
Color.parseColor("#dce4cf")Accessibility — WCAG contrast
Aa
#dce4cf on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dce4cf on black: 16.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green89.4%
Blue81.2%
CMYK percentages
Cyan3.5%
Magenta0.0%
Yellow9.2%
Key (black)10.6%
Color previews
#dce4cf text on a black background
contrast 16.04:1
Card sample
#dce4cf text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dce4cf;
Background color
Panel with #dce4cf background
background-color: #dce4cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dce4cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 228, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 228, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dce4cf; background: linear-gradient(135deg, #dce4cf, #CFE4D0);