#e6e2db
a pale, soft orange · warm · closest name: ivory
RGB
230, 226, 219
HSL
38°, 18%, 88%
CMYK
0, 2, 5, 10
Luminance
0.7633
Every format
| HEX | #e6e2db |
| RGB | rgb(230, 226, 219) |
| HSL | hsl(38, 18%, 88%) |
| CMYK | cmyk(0%, 2%, 5%, 10%) |
| LAB | lab(90.0 0.1 3.9) |
| LCH | lch(90.0 3.9 88.1) |
| OKLCH | oklch(0.914 0.010 81.8) |
Copy-ready code
/* CSS */
color: #e6e2db;
background-color: #e6e2db;
/* Tailwind (arbitrary) */
class="text-[#e6e2db] bg-[#e6e2db]"
/* SCSS */
$brand: #e6e2db;
/* SwiftUI */
Color(red: 0.902, green: 0.886, blue: 0.859)
/* Android */
Color.parseColor("#e6e2db")Accessibility — WCAG contrast
Aa
#e6e2db on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e6e2db on black: 16.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.2%
Green88.6%
Blue85.9%
CMYK percentages
Cyan0.0%
Magenta1.7%
Yellow4.8%
Key (black)9.8%
Color previews
#e6e2db text on a black background
contrast 16.27:1
Card sample
#e6e2db text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e6e2db;
Background color
Panel with #e6e2db background
background-color: #e6e2db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e6e2db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(230, 226, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(230, 226, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e6e2db; background: linear-gradient(135deg, #e6e2db, #E3E6DB);