#dce5cf
a pale, soft green · cool · closest name: beige
RGB
220, 229, 207
HSL
85°, 30%, 86%
CMYK
4, 0, 10, 10
Luminance
0.7576
Every format
| HEX | #dce5cf |
| RGB | rgb(220, 229, 207) |
| HSL | hsl(85, 30%, 86%) |
| CMYK | cmyk(4%, 0%, 10%, 10%) |
| LAB | lab(89.8 -6.9 9.7) |
| LCH | lch(89.8 11.9 125.4) |
| OKLCH | oklch(0.909 0.031 125.2) |
Copy-ready code
/* CSS */
color: #dce5cf;
background-color: #dce5cf;
/* Tailwind (arbitrary) */
class="text-[#dce5cf] bg-[#dce5cf]"
/* SCSS */
$brand: #dce5cf;
/* SwiftUI */
Color(red: 0.863, green: 0.898, blue: 0.812)
/* Android */
Color.parseColor("#dce5cf")Accessibility — WCAG contrast
Aa
#dce5cf on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dce5cf on black: 16.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green89.8%
Blue81.2%
CMYK percentages
Cyan3.9%
Magenta0.0%
Yellow9.6%
Key (black)10.2%
Color previews
#dce5cf text on a black background
contrast 16.15:1
Card sample
#dce5cf text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dce5cf;
Background color
Panel with #dce5cf background
background-color: #dce5cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dce5cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 229, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 229, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dce5cf; background: linear-gradient(135deg, #dce5cf, #CFE5D1);