#e5dfbf
a light, soft yellow · cool · closest name: beige
RGB
229, 223, 191
HSL
51°, 42%, 82%
CMYK
0, 3, 17, 10
Luminance
0.7319
Every format
| HEX | #e5dfbf |
| RGB | rgb(229, 223, 191) |
| HSL | hsl(51, 42%, 82%) |
| CMYK | cmyk(0%, 3%, 17%, 10%) |
| LAB | lab(88.5 -3.2 16.4) |
| LCH | lch(88.5 16.8 101.0) |
| OKLCH | oklch(0.900 0.043 98.4) |
Copy-ready code
/* CSS */
color: #e5dfbf;
background-color: #e5dfbf;
/* Tailwind (arbitrary) */
class="text-[#e5dfbf] bg-[#e5dfbf]"
/* SCSS */
$brand: #e5dfbf;
/* SwiftUI */
Color(red: 0.898, green: 0.875, blue: 0.749)
/* Android */
Color.parseColor("#e5dfbf")Accessibility — WCAG contrast
Aa
#e5dfbf on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e5dfbf on black: 15.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.8%
Green87.5%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta2.6%
Yellow16.6%
Key (black)10.2%
Color previews
#e5dfbf text on a black background
contrast 15.64:1
Card sample
#e5dfbf text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e5dfbf;
Background color
Panel with #e5dfbf background
background-color: #e5dfbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e5dfbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(229, 223, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(229, 223, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e5dfbf; background: linear-gradient(135deg, #e5dfbf, #D2E5BF);