#e7dbcf
a pale, soft orange · warm · closest name: beige
RGB
231, 219, 207
HSL
30°, 33%, 86%
CMYK
0, 5, 10, 9
Luminance
0.7216
Every format
| HEX | #e7dbcf |
| RGB | rgb(231, 219, 207) |
| HSL | hsl(30, 33%, 86%) |
| CMYK | cmyk(0%, 5%, 10%, 9%) |
| LAB | lab(88.0 2.1 7.4) |
| LCH | lch(88.0 7.7 74.1) |
| OKLCH | oklch(0.898 0.021 67.6) |
Copy-ready code
/* CSS */
color: #e7dbcf;
background-color: #e7dbcf;
/* Tailwind (arbitrary) */
class="text-[#e7dbcf] bg-[#e7dbcf]"
/* SCSS */
$brand: #e7dbcf;
/* SwiftUI */
Color(red: 0.906, green: 0.859, blue: 0.812)
/* Android */
Color.parseColor("#e7dbcf")Accessibility — WCAG contrast
Aa
#e7dbcf on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e7dbcf on black: 15.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.6%
Green85.9%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta5.2%
Yellow10.4%
Key (black)9.4%
Color previews
#e7dbcf text on a black background
contrast 15.43:1
Card sample
#e7dbcf text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e7dbcf;
Background color
Panel with #e7dbcf background
background-color: #e7dbcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e7dbcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(231, 219, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(231, 219, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e7dbcf; background: linear-gradient(135deg, #e7dbcf, #E3E7CF);