#dfe2db
a pale, muted green · cool · closest name: ivory
RGB
223, 226, 219
HSL
86°, 11%, 87%
CMYK
1, 0, 3, 11
Luminance
0.7520
Every format
| HEX | #dfe2db |
| RGB | rgb(223, 226, 219) |
| HSL | hsl(86, 11%, 87%) |
| CMYK | cmyk(1%, 0%, 3%, 11%) |
| LAB | lab(89.5 -2.3 3.1) |
| LCH | lch(89.5 3.8 126.4) |
| OKLCH | oklch(0.908 0.010 125.7) |
Copy-ready code
/* CSS */
color: #dfe2db;
background-color: #dfe2db;
/* Tailwind (arbitrary) */
class="text-[#dfe2db] bg-[#dfe2db]"
/* SCSS */
$brand: #dfe2db;
/* SwiftUI */
Color(red: 0.875, green: 0.886, blue: 0.859)
/* Android */
Color.parseColor("#dfe2db")Accessibility — WCAG contrast
Aa
#dfe2db on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfe2db on black: 16.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green88.6%
Blue85.9%
CMYK percentages
Cyan1.3%
Magenta0.0%
Yellow3.1%
Key (black)11.4%
Color previews
#dfe2db text on a black background
contrast 16.04:1
Card sample
#dfe2db text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfe2db;
Background color
Panel with #dfe2db background
background-color: #dfe2db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfe2db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 226, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 226, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfe2db; background: linear-gradient(135deg, #dfe2db, #DBE2DC);