#e8e2db
a pale, soft orange · warm · closest name: ivory
RGB
232, 226, 219
HSL
32°, 22%, 88%
CMYK
0, 3, 6, 9
Luminance
0.7666
Every format
| HEX | #e8e2db |
| RGB | rgb(232, 226, 219) |
| HSL | hsl(32, 22%, 88%) |
| CMYK | cmyk(0%, 3%, 6%, 9%) |
| LAB | lab(90.2 0.8 4.1) |
| LCH | lch(90.2 4.2 78.8) |
| OKLCH | oklch(0.916 0.011 71.9) |
Copy-ready code
/* CSS */
color: #e8e2db;
background-color: #e8e2db;
/* Tailwind (arbitrary) */
class="text-[#e8e2db] bg-[#e8e2db]"
/* SCSS */
$brand: #e8e2db;
/* SwiftUI */
Color(red: 0.910, green: 0.886, blue: 0.859)
/* Android */
Color.parseColor("#e8e2db")Accessibility — WCAG contrast
Aa
#e8e2db on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e8e2db on black: 16.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.0%
Green88.6%
Blue85.9%
CMYK percentages
Cyan0.0%
Magenta2.6%
Yellow5.6%
Key (black)9.0%
Color previews
#e8e2db text on a black background
contrast 16.33:1
Card sample
#e8e2db text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e8e2db;
Background color
Panel with #e8e2db background
background-color: #e8e2db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e8e2db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(232, 226, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(232, 226, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e8e2db; background: linear-gradient(135deg, #e8e2db, #E5E8DB);