#e4dacf
a pale, soft orange · warm · closest name: beige
RGB
228, 218, 207
HSL
31°, 28%, 85%
CMYK
0, 4, 9, 11
Luminance
0.7114
Every format
| HEX | #e4dacf |
| RGB | rgb(228, 218, 207) |
| HSL | hsl(31, 28%, 85%) |
| CMYK | cmyk(0%, 4%, 9%, 11%) |
| LAB | lab(87.5 1.6 6.6) |
| LCH | lch(87.5 6.8 76.8) |
| OKLCH | oklch(0.893 0.018 70.2) |
Copy-ready code
/* CSS */
color: #e4dacf;
background-color: #e4dacf;
/* Tailwind (arbitrary) */
class="text-[#e4dacf] bg-[#e4dacf]"
/* SCSS */
$brand: #e4dacf;
/* SwiftUI */
Color(red: 0.894, green: 0.855, blue: 0.812)
/* Android */
Color.parseColor("#e4dacf")Accessibility — WCAG contrast
Aa
#e4dacf on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e4dacf on black: 15.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.4%
Green85.5%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta4.4%
Yellow9.2%
Key (black)10.6%
Color previews
#e4dacf text on a black background
contrast 15.23:1
Card sample
#e4dacf text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e4dacf;
Background color
Panel with #e4dacf background
background-color: #e4dacf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e4dacf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(228, 218, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(228, 218, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e4dacf; background: linear-gradient(135deg, #e4dacf, #E0E4CF);