#e6dcd3
a pale, soft orange · warm · closest name: beige
RGB
230, 220, 211
HSL
28°, 28%, 87%
CMYK
0, 4, 8, 10
Luminance
0.7271
Every format
| HEX | #e6dcd3 |
| RGB | rgb(230, 220, 211) |
| HSL | hsl(28, 28%, 87%) |
| CMYK | cmyk(0%, 4%, 8%, 10%) |
| LAB | lab(88.3 1.9 5.6) |
| LCH | lch(88.3 5.9 71.5) |
| OKLCH | oklch(0.900 0.016 64.7) |
Copy-ready code
/* CSS */
color: #e6dcd3;
background-color: #e6dcd3;
/* Tailwind (arbitrary) */
class="text-[#e6dcd3] bg-[#e6dcd3]"
/* SCSS */
$brand: #e6dcd3;
/* SwiftUI */
Color(red: 0.902, green: 0.863, blue: 0.827)
/* Android */
Color.parseColor("#e6dcd3")Accessibility — WCAG contrast
Aa
#e6dcd3 on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e6dcd3 on black: 15.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.2%
Green86.3%
Blue82.7%
CMYK percentages
Cyan0.0%
Magenta4.3%
Yellow8.3%
Key (black)9.8%
Color previews
#e6dcd3 text on a black background
contrast 15.54:1
Card sample
#e6dcd3 text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e6dcd3;
Background color
Panel with #e6dcd3 background
background-color: #e6dcd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e6dcd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(230, 220, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(230, 220, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e6dcd3; background: linear-gradient(135deg, #e6dcd3, #E3E6D3);