#e7d8cf
a pale, soft orange · warm · closest name: silver
RGB
231, 216, 207
HSL
23°, 33%, 86%
CMYK
0, 7, 10, 9
Luminance
0.7061
Every format
| HEX | #e7d8cf |
| RGB | rgb(231, 216, 207) |
| HSL | hsl(23, 33%, 86%) |
| CMYK | cmyk(0%, 7%, 10%, 9%) |
| LAB | lab(87.3 3.6 6.3) |
| LCH | lch(87.3 7.3 59.8) |
| OKLCH | oklch(0.892 0.021 53.2) |
Copy-ready code
/* CSS */
color: #e7d8cf;
background-color: #e7d8cf;
/* Tailwind (arbitrary) */
class="text-[#e7d8cf] bg-[#e7d8cf]"
/* SCSS */
$brand: #e7d8cf;
/* SwiftUI */
Color(red: 0.906, green: 0.847, blue: 0.812)
/* Android */
Color.parseColor("#e7d8cf")Accessibility — WCAG contrast
Aa
#e7d8cf on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e7d8cf on black: 15.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.6%
Green84.7%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta6.5%
Yellow10.4%
Key (black)9.4%
Color previews
#e7d8cf text on a black background
contrast 15.12:1
Card sample
#e7d8cf text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e7d8cf;
Background color
Panel with #e7d8cf background
background-color: #e7d8cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e7d8cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(231, 216, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(231, 216, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e7d8cf; background: linear-gradient(135deg, #e7d8cf, #E6E7CF);