#e8dcd3
a pale, soft orange · warm · closest name: beige
RGB
232, 220, 211
HSL
26°, 31%, 87%
CMYK
0, 5, 9, 9
Luminance
0.7305
Every format
| HEX | #e8dcd3 |
| RGB | rgb(232, 220, 211) |
| HSL | hsl(26, 31%, 87%) |
| CMYK | cmyk(0%, 5%, 9%, 9%) |
| LAB | lab(88.5 2.6 5.9) |
| LCH | lch(88.5 6.4 66.3) |
| OKLCH | oklch(0.902 0.018 59.5) |
Copy-ready code
/* CSS */
color: #e8dcd3;
background-color: #e8dcd3;
/* Tailwind (arbitrary) */
class="text-[#e8dcd3] bg-[#e8dcd3]"
/* SCSS */
$brand: #e8dcd3;
/* SwiftUI */
Color(red: 0.910, green: 0.863, blue: 0.827)
/* Android */
Color.parseColor("#e8dcd3")Accessibility — WCAG contrast
Aa
#e8dcd3 on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e8dcd3 on black: 15.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.0%
Green86.3%
Blue82.7%
CMYK percentages
Cyan0.0%
Magenta5.2%
Yellow9.1%
Key (black)9.0%
Color previews
#e8dcd3 text on a black background
contrast 15.61:1
Card sample
#e8dcd3 text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e8dcd3;
Background color
Panel with #e8dcd3 background
background-color: #e8dcd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e8dcd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(232, 220, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(232, 220, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e8dcd3; background: linear-gradient(135deg, #e8dcd3, #E6E8D3);