#e7dcd3
a pale, soft orange · warm · closest name: beige
RGB
231, 220, 211
HSL
27°, 29%, 87%
CMYK
0, 5, 9, 9
Luminance
0.7288
Every format
| HEX | #e7dcd3 |
| RGB | rgb(231, 220, 211) |
| HSL | hsl(27, 29%, 87%) |
| CMYK | cmyk(0%, 5%, 9%, 9%) |
| LAB | lab(88.4 2.2 5.8) |
| LCH | lch(88.4 6.2 68.8) |
| OKLCH | oklch(0.901 0.017 61.9) |
Copy-ready code
/* CSS */
color: #e7dcd3;
background-color: #e7dcd3;
/* Tailwind (arbitrary) */
class="text-[#e7dcd3] bg-[#e7dcd3]"
/* SCSS */
$brand: #e7dcd3;
/* SwiftUI */
Color(red: 0.906, green: 0.863, blue: 0.827)
/* Android */
Color.parseColor("#e7dcd3")Accessibility — WCAG contrast
Aa
#e7dcd3 on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e7dcd3 on black: 15.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.6%
Green86.3%
Blue82.7%
CMYK percentages
Cyan0.0%
Magenta4.8%
Yellow8.7%
Key (black)9.4%
Color previews
#e7dcd3 text on a black background
contrast 15.58:1
Card sample
#e7dcd3 text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e7dcd3;
Background color
Panel with #e7dcd3 background
background-color: #e7dcd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e7dcd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(231, 220, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(231, 220, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e7dcd3; background: linear-gradient(135deg, #e7dcd3, #E5E7D3);