#e7dbcb
a pale, soft orange · warm · closest name: beige
RGB
231, 219, 203
HSL
34°, 37%, 85%
CMYK
0, 5, 12, 9
Luminance
0.7196
Every format
| HEX | #e7dbcb |
| RGB | rgb(231, 219, 203) |
| HSL | hsl(34, 37%, 85%) |
| CMYK | cmyk(0%, 5%, 12%, 9%) |
| LAB | lab(88.0 1.4 9.3) |
| LCH | lch(88.0 9.4 81.2) |
| OKLCH | oklch(0.897 0.025 75.3) |
Copy-ready code
/* CSS */
color: #e7dbcb;
background-color: #e7dbcb;
/* Tailwind (arbitrary) */
class="text-[#e7dbcb] bg-[#e7dbcb]"
/* SCSS */
$brand: #e7dbcb;
/* SwiftUI */
Color(red: 0.906, green: 0.859, blue: 0.796)
/* Android */
Color.parseColor("#e7dbcb")Accessibility — WCAG contrast
Aa
#e7dbcb on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e7dbcb on black: 15.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.6%
Green85.9%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta5.2%
Yellow12.1%
Key (black)9.4%
Color previews
#e7dbcb text on a black background
contrast 15.39:1
Card sample
#e7dbcb text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e7dbcb;
Background color
Panel with #e7dbcb background
background-color: #e7dbcb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e7dbcb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(231, 219, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(231, 219, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e7dbcb; background: linear-gradient(135deg, #e7dbcb, #E0E7CB);