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