#e3e2db
a pale, muted yellow · cool · closest name: ivory
RGB
227, 226, 219
HSL
53°, 13%, 88%
CMYK
0, 0, 4, 11
Luminance
0.7584
Every format
| HEX | #e3e2db |
| RGB | rgb(227, 226, 219) |
| HSL | hsl(53, 13%, 88%) |
| CMYK | cmyk(0%, 0%, 4%, 11%) |
| LAB | lab(89.8 -0.9 3.5) |
| LCH | lch(89.8 3.6 104.2) |
| OKLCH | oklch(0.912 0.009 100.0) |
Copy-ready code
/* CSS */
color: #e3e2db;
background-color: #e3e2db;
/* Tailwind (arbitrary) */
class="text-[#e3e2db] bg-[#e3e2db]"
/* SCSS */
$brand: #e3e2db;
/* SwiftUI */
Color(red: 0.890, green: 0.886, blue: 0.859)
/* Android */
Color.parseColor("#e3e2db")Accessibility — WCAG contrast
Aa
#e3e2db on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e3e2db on black: 16.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.0%
Green88.6%
Blue85.9%
CMYK percentages
Cyan0.0%
Magenta0.4%
Yellow3.5%
Key (black)11.0%
Color previews
#e3e2db text on a black background
contrast 16.17:1
Card sample
#e3e2db text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e3e2db;
Background color
Panel with #e3e2db background
background-color: #e3e2db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e3e2db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(227, 226, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(227, 226, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e3e2db; background: linear-gradient(135deg, #e3e2db, #DFE3DB);