#dce2db
a pale, muted green · cool · closest name: ivory
RGB
220, 226, 219
HSL
111°, 11%, 87%
CMYK
3, 0, 3, 11
Luminance
0.7472
Every format
| HEX | #dce2db |
| RGB | rgb(220, 226, 219) |
| HSL | hsl(111, 11%, 87%) |
| CMYK | cmyk(3%, 0%, 3%, 11%) |
| LAB | lab(89.3 -3.3 2.7) |
| LCH | lch(89.3 4.3 140.3) |
| OKLCH | oklch(0.906 0.011 141.3) |
Copy-ready code
/* CSS */
color: #dce2db;
background-color: #dce2db;
/* Tailwind (arbitrary) */
class="text-[#dce2db] bg-[#dce2db]"
/* SCSS */
$brand: #dce2db;
/* SwiftUI */
Color(red: 0.863, green: 0.886, blue: 0.859)
/* Android */
Color.parseColor("#dce2db")Accessibility — WCAG contrast
Aa
#dce2db on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dce2db on black: 15.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green88.6%
Blue85.9%
CMYK percentages
Cyan2.7%
Magenta0.0%
Yellow3.1%
Key (black)11.4%
Color previews
#dce2db text on a black background
contrast 15.94:1
Card sample
#dce2db text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dce2db;
Background color
Panel with #dce2db background
background-color: #dce2db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dce2db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 226, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 226, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dce2db; background: linear-gradient(135deg, #dce2db, #DBE2DF);