#e7dace
a pale, soft orange · warm · closest name: beige
RGB
231, 218, 206
HSL
29°, 34%, 86%
CMYK
0, 6, 11, 9
Luminance
0.7159
Every format
| HEX | #e7dace |
| RGB | rgb(231, 218, 206) |
| HSL | hsl(29, 34%, 86%) |
| CMYK | cmyk(0%, 6%, 11%, 9%) |
| LAB | lab(87.8 2.5 7.5) |
| LCH | lch(87.8 7.9 71.9) |
| OKLCH | oklch(0.895 0.022 65.3) |
Copy-ready code
/* CSS */
color: #e7dace;
background-color: #e7dace;
/* Tailwind (arbitrary) */
class="text-[#e7dace] bg-[#e7dace]"
/* SCSS */
$brand: #e7dace;
/* SwiftUI */
Color(red: 0.906, green: 0.855, blue: 0.808)
/* Android */
Color.parseColor("#e7dace")Accessibility — WCAG contrast
Aa
#e7dace on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e7dace on black: 15.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.6%
Green85.5%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta5.6%
Yellow10.8%
Key (black)9.4%
Color previews
#e7dace text on a black background
contrast 15.32:1
Card sample
#e7dace text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e7dace;
Background color
Panel with #e7dace background
background-color: #e7dace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e7dace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(231, 218, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(231, 218, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e7dace; background: linear-gradient(135deg, #e7dace, #E3E7CE);