#e4dabf
a light, soft yellow · warm · closest name: beige
RGB
228, 218, 191
HSL
44°, 41%, 82%
CMYK
0, 4, 16, 11
Luminance
0.7040
Every format
| HEX | #e4dabf |
| RGB | rgb(228, 218, 191) |
| HSL | hsl(44, 41%, 82%) |
| CMYK | cmyk(0%, 4%, 16%, 11%) |
| LAB | lab(87.2 -1.0 14.5) |
| LCH | lch(87.2 14.6 93.9) |
| OKLCH | oklch(0.889 0.038 90.1) |
Copy-ready code
/* CSS */
color: #e4dabf;
background-color: #e4dabf;
/* Tailwind (arbitrary) */
class="text-[#e4dabf] bg-[#e4dabf]"
/* SCSS */
$brand: #e4dabf;
/* SwiftUI */
Color(red: 0.894, green: 0.855, blue: 0.749)
/* Android */
Color.parseColor("#e4dabf")Accessibility — WCAG contrast
Aa
#e4dabf on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e4dabf on black: 15.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.4%
Green85.5%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta4.4%
Yellow16.2%
Key (black)10.6%
Color previews
#e4dabf text on a black background
contrast 15.08:1
Card sample
#e4dabf text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e4dabf;
Background color
Panel with #e4dabf background
background-color: #e4dabf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e4dabf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(228, 218, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(228, 218, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e4dabf; background: linear-gradient(135deg, #e4dabf, #D5E4BF);