#e3dcd3
a pale, soft orange · warm · closest name: beige
RGB
227, 220, 211
HSL
34°, 22%, 86%
CMYK
0, 3, 7, 11
Luminance
0.7222
Every format
| HEX | #e3dcd3 |
| RGB | rgb(227, 220, 211) |
| HSL | hsl(34, 22%, 86%) |
| CMYK | cmyk(0%, 3%, 7%, 11%) |
| LAB | lab(88.1 0.8 5.3) |
| LCH | lch(88.1 5.3 80.9) |
| OKLCH | oklch(0.897 0.014 74.4) |
Copy-ready code
/* CSS */
color: #e3dcd3;
background-color: #e3dcd3;
/* Tailwind (arbitrary) */
class="text-[#e3dcd3] bg-[#e3dcd3]"
/* SCSS */
$brand: #e3dcd3;
/* SwiftUI */
Color(red: 0.890, green: 0.863, blue: 0.827)
/* Android */
Color.parseColor("#e3dcd3")Accessibility — WCAG contrast
Aa
#e3dcd3 on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e3dcd3 on black: 15.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.0%
Green86.3%
Blue82.7%
CMYK percentages
Cyan0.0%
Magenta3.1%
Yellow7.0%
Key (black)11.0%
Color previews
#e3dcd3 text on a black background
contrast 15.44:1
Card sample
#e3dcd3 text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e3dcd3;
Background color
Panel with #e3dcd3 background
background-color: #e3dcd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e3dcd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(227, 220, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(227, 220, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e3dcd3; background: linear-gradient(135deg, #e3dcd3, #DFE3D3);