#dce9cf
a pale, soft green · cool · closest name: beige
RGB
220, 233, 207
HSL
90°, 37%, 86%
CMYK
6, 0, 11, 9
Luminance
0.7800
Every format
| HEX | #dce9cf |
| RGB | rgb(220, 233, 207) |
| HSL | hsl(90, 37%, 86%) |
| CMYK | cmyk(6%, 0%, 11%, 9%) |
| LAB | lab(90.8 -8.9 11.2) |
| LCH | lch(90.8 14.3 128.5) |
| OKLCH | oklch(0.917 0.037 128.9) |
Copy-ready code
/* CSS */
color: #dce9cf;
background-color: #dce9cf;
/* Tailwind (arbitrary) */
class="text-[#dce9cf] bg-[#dce9cf]"
/* SCSS */
$brand: #dce9cf;
/* SwiftUI */
Color(red: 0.863, green: 0.914, blue: 0.812)
/* Android */
Color.parseColor("#dce9cf")Accessibility — WCAG contrast
Aa
#dce9cf on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dce9cf on black: 16.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green91.4%
Blue81.2%
CMYK percentages
Cyan5.6%
Magenta0.0%
Yellow11.2%
Key (black)8.6%
Color previews
#dce9cf text on a black background
contrast 16.60:1
Card sample
#dce9cf text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dce9cf;
Background color
Panel with #dce9cf background
background-color: #dce9cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dce9cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 233, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 233, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dce9cf; background: linear-gradient(135deg, #dce9cf, #CFE9D3);