#e1dcd3
a pale, soft orange · warm · closest name: silver
RGB
225, 220, 211
HSL
39°, 19%, 86%
CMYK
0, 2, 6, 12
Luminance
0.7190
Every format
| HEX | #e1dcd3 |
| RGB | rgb(225, 220, 211) |
| HSL | hsl(39, 19%, 86%) |
| CMYK | cmyk(0%, 2%, 6%, 12%) |
| LAB | lab(87.9 0.1 5.0) |
| LCH | lch(87.9 5.0 88.4) |
| OKLCH | oklch(0.896 0.013 82.4) |
Copy-ready code
/* CSS */
color: #e1dcd3;
background-color: #e1dcd3;
/* Tailwind (arbitrary) */
class="text-[#e1dcd3] bg-[#e1dcd3]"
/* SCSS */
$brand: #e1dcd3;
/* SwiftUI */
Color(red: 0.882, green: 0.863, blue: 0.827)
/* Android */
Color.parseColor("#e1dcd3")Accessibility — WCAG contrast
Aa
#e1dcd3 on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e1dcd3 on black: 15.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.2%
Green86.3%
Blue82.7%
CMYK percentages
Cyan0.0%
Magenta2.2%
Yellow6.2%
Key (black)11.8%
Color previews
#e1dcd3 text on a black background
contrast 15.38:1
Card sample
#e1dcd3 text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e1dcd3;
Background color
Panel with #e1dcd3 background
background-color: #e1dcd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e1dcd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(225, 220, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(225, 220, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e1dcd3; background: linear-gradient(135deg, #e1dcd3, #DDE1D3);