#dce3db
a pale, muted green · cool · closest name: ivory
RGB
220, 227, 219
HSL
113°, 13%, 88%
CMYK
3, 0, 4, 11
Luminance
0.7527
Every format
| HEX | #dce3db |
| RGB | rgb(220, 227, 219) |
| HSL | hsl(113, 13%, 88%) |
| CMYK | cmyk(3%, 0%, 4%, 11%) |
| LAB | lab(89.5 -3.8 3.1) |
| LCH | lch(89.5 4.9 140.9) |
| OKLCH | oklch(0.908 0.013 141.8) |
Copy-ready code
/* CSS */
color: #dce3db;
background-color: #dce3db;
/* Tailwind (arbitrary) */
class="text-[#dce3db] bg-[#dce3db]"
/* SCSS */
$brand: #dce3db;
/* SwiftUI */
Color(red: 0.863, green: 0.890, blue: 0.859)
/* Android */
Color.parseColor("#dce3db")Accessibility — WCAG contrast
Aa
#dce3db on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dce3db on black: 16.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green89.0%
Blue85.9%
CMYK percentages
Cyan3.1%
Magenta0.0%
Yellow3.5%
Key (black)11.0%
Color previews
#dce3db text on a black background
contrast 16.05:1
Card sample
#dce3db text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dce3db;
Background color
Panel with #dce3db background
background-color: #dce3db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dce3db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 227, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 227, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dce3db; background: linear-gradient(135deg, #dce3db, #DBE3DF);