#e2d3cb
a light, soft orange · warm · closest name: silver
RGB
226, 211, 203
HSL
21°, 28%, 84%
CMYK
0, 7, 10, 11
Luminance
0.6707
Every format
| HEX | #e2d3cb |
| RGB | rgb(226, 211, 203) |
| HSL | hsl(21, 28%, 84%) |
| CMYK | cmyk(0%, 7%, 10%, 11%) |
| LAB | lab(85.5 3.8 5.8) |
| LCH | lch(85.5 7.0 56.7) |
| OKLCH | oklch(0.877 0.020 50.1) |
Copy-ready code
/* CSS */
color: #e2d3cb;
background-color: #e2d3cb;
/* Tailwind (arbitrary) */
class="text-[#e2d3cb] bg-[#e2d3cb]"
/* SCSS */
$brand: #e2d3cb;
/* SwiftUI */
Color(red: 0.886, green: 0.827, blue: 0.796)
/* Android */
Color.parseColor("#e2d3cb")Accessibility — WCAG contrast
Aa
#e2d3cb on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2d3cb on black: 14.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green82.7%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta6.6%
Yellow10.2%
Key (black)11.4%
Color previews
#e2d3cb text on a black background
contrast 14.41:1
Card sample
#e2d3cb text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2d3cb;
Background color
Panel with #e2d3cb background
background-color: #e2d3cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2d3cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 211, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 211, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2d3cb; background: linear-gradient(135deg, #e2d3cb, #E2E2CB);