#dce8cf
a pale, soft green · cool · closest name: beige
RGB
220, 232, 207
HSL
89°, 35%, 86%
CMYK
5, 0, 11, 9
Luminance
0.7743
Every format
| HEX | #dce8cf |
| RGB | rgb(220, 232, 207) |
| HSL | hsl(89, 35%, 86%) |
| CMYK | cmyk(5%, 0%, 11%, 9%) |
| LAB | lab(90.5 -8.4 10.8) |
| LCH | lch(90.5 13.7 127.9) |
| OKLCH | oklch(0.915 0.036 128.1) |
Copy-ready code
/* CSS */
color: #dce8cf;
background-color: #dce8cf;
/* Tailwind (arbitrary) */
class="text-[#dce8cf] bg-[#dce8cf]"
/* SCSS */
$brand: #dce8cf;
/* SwiftUI */
Color(red: 0.863, green: 0.910, blue: 0.812)
/* Android */
Color.parseColor("#dce8cf")Accessibility — WCAG contrast
Aa
#dce8cf on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dce8cf on black: 16.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green91.0%
Blue81.2%
CMYK percentages
Cyan5.2%
Magenta0.0%
Yellow10.8%
Key (black)9.0%
Color previews
#dce8cf text on a black background
contrast 16.49:1
Card sample
#dce8cf text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dce8cf;
Background color
Panel with #dce8cf background
background-color: #dce8cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dce8cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 232, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 232, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dce8cf; background: linear-gradient(135deg, #dce8cf, #CFE8D3);