#e2dcd3
a pale, soft orange · warm · closest name: silver
RGB
226, 220, 211
HSL
36°, 21%, 86%
CMYK
0, 3, 7, 11
Luminance
0.7206
Every format
| HEX | #e2dcd3 |
| RGB | rgb(226, 220, 211) |
| HSL | hsl(36, 21%, 86%) |
| CMYK | cmyk(0%, 3%, 7%, 11%) |
| LAB | lab(88.0 0.5 5.1) |
| LCH | lch(88.0 5.2 84.6) |
| OKLCH | oklch(0.897 0.014 78.3) |
Copy-ready code
/* CSS */
color: #e2dcd3;
background-color: #e2dcd3;
/* Tailwind (arbitrary) */
class="text-[#e2dcd3] bg-[#e2dcd3]"
/* SCSS */
$brand: #e2dcd3;
/* SwiftUI */
Color(red: 0.886, green: 0.863, blue: 0.827)
/* Android */
Color.parseColor("#e2dcd3")Accessibility — WCAG contrast
Aa
#e2dcd3 on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2dcd3 on black: 15.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green86.3%
Blue82.7%
CMYK percentages
Cyan0.0%
Magenta2.7%
Yellow6.6%
Key (black)11.4%
Color previews
#e2dcd3 text on a black background
contrast 15.41:1
Card sample
#e2dcd3 text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2dcd3;
Background color
Panel with #e2dcd3 background
background-color: #e2dcd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2dcd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 220, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 220, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2dcd3; background: linear-gradient(135deg, #e2dcd3, #DEE2D3);