#e7decf
a pale, soft orange · warm · closest name: beige
RGB
231, 222, 207
HSL
38°, 33%, 86%
CMYK
0, 4, 10, 9
Luminance
0.7374
Every format
| HEX | #e7decf |
| RGB | rgb(231, 222, 207) |
| HSL | hsl(38, 33%, 86%) |
| CMYK | cmyk(0%, 4%, 10%, 9%) |
| LAB | lab(88.8 0.5 8.4) |
| LCH | lch(88.8 8.5 86.3) |
| OKLCH | oklch(0.904 0.022 80.7) |
Copy-ready code
/* CSS */
color: #e7decf;
background-color: #e7decf;
/* Tailwind (arbitrary) */
class="text-[#e7decf] bg-[#e7decf]"
/* SCSS */
$brand: #e7decf;
/* SwiftUI */
Color(red: 0.906, green: 0.871, blue: 0.812)
/* Android */
Color.parseColor("#e7decf")Accessibility — WCAG contrast
Aa
#e7decf on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e7decf on black: 15.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.6%
Green87.1%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta3.9%
Yellow10.4%
Key (black)9.4%
Color previews
#e7decf text on a black background
contrast 15.75:1
Card sample
#e7decf text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e7decf;
Background color
Panel with #e7decf background
background-color: #e7decf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e7decf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(231, 222, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(231, 222, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e7decf; background: linear-gradient(135deg, #e7decf, #E0E7CF);