#e9e2db
a pale, soft orange · warm · closest name: ivory
RGB
233, 226, 219
HSL
30°, 24%, 89%
CMYK
0, 3, 6, 9
Luminance
0.7683
Every format
| HEX | #e9e2db |
| RGB | rgb(233, 226, 219) |
| HSL | hsl(30, 24%, 89%) |
| CMYK | cmyk(0%, 3%, 6%, 9%) |
| LAB | lab(90.2 1.2 4.3) |
| LCH | lch(90.2 4.4 74.6) |
| OKLCH | oklch(0.916 0.012 67.7) |
Copy-ready code
/* CSS */
color: #e9e2db;
background-color: #e9e2db;
/* Tailwind (arbitrary) */
class="text-[#e9e2db] bg-[#e9e2db]"
/* SCSS */
$brand: #e9e2db;
/* SwiftUI */
Color(red: 0.914, green: 0.886, blue: 0.859)
/* Android */
Color.parseColor("#e9e2db")Accessibility — WCAG contrast
Aa
#e9e2db on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e9e2db on black: 16.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.4%
Green88.6%
Blue85.9%
CMYK percentages
Cyan0.0%
Magenta3.0%
Yellow6.0%
Key (black)8.6%
Color previews
#e9e2db text on a black background
contrast 16.37:1
Card sample
#e9e2db text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e9e2db;
Background color
Panel with #e9e2db background
background-color: #e9e2db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e9e2db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(233, 226, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(233, 226, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e9e2db; background: linear-gradient(135deg, #e9e2db, #E7E9DB);