#dce3cf
a pale, soft green · cool · closest name: beige
RGB
220, 227, 207
HSL
81°, 26%, 85%
CMYK
3, 0, 9, 11
Luminance
0.7466
Every format
| HEX | #dce3cf |
| RGB | rgb(220, 227, 207) |
| HSL | hsl(81, 26%, 85%) |
| CMYK | cmyk(3%, 0%, 9%, 11%) |
| LAB | lab(89.2 -5.9 9.0) |
| LCH | lch(89.2 10.7 123.2) |
| OKLCH | oklch(0.905 0.028 122.7) |
Copy-ready code
/* CSS */
color: #dce3cf;
background-color: #dce3cf;
/* Tailwind (arbitrary) */
class="text-[#dce3cf] bg-[#dce3cf]"
/* SCSS */
$brand: #dce3cf;
/* SwiftUI */
Color(red: 0.863, green: 0.890, blue: 0.812)
/* Android */
Color.parseColor("#dce3cf")Accessibility — WCAG contrast
Aa
#dce3cf on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dce3cf on black: 15.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green89.0%
Blue81.2%
CMYK percentages
Cyan3.1%
Magenta0.0%
Yellow8.8%
Key (black)11.0%
Color previews
#dce3cf text on a black background
contrast 15.93:1
Card sample
#dce3cf text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dce3cf;
Background color
Panel with #dce3cf background
background-color: #dce3cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dce3cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 227, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 227, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dce3cf; background: linear-gradient(135deg, #dce3cf, #CFE3CF);