#e4dfb0
a light, vivid yellow · cool · closest name: beige
RGB
228, 223, 176
HSL
54°, 49%, 79%
CMYK
0, 2, 23, 11
Luminance
0.7240
Every format
| HEX | #e4dfb0 |
| RGB | rgb(228, 223, 176) |
| HSL | hsl(54, 49%, 79%) |
| CMYK | cmyk(0%, 2%, 23%, 11%) |
| LAB | lab(88.2 -5.7 23.7) |
| LCH | lch(88.2 24.4 103.6) |
| OKLCH | oklch(0.896 0.062 102.5) |
Copy-ready code
/* CSS */
color: #e4dfb0;
background-color: #e4dfb0;
/* Tailwind (arbitrary) */
class="text-[#e4dfb0] bg-[#e4dfb0]"
/* SCSS */
$brand: #e4dfb0;
/* SwiftUI */
Color(red: 0.894, green: 0.875, blue: 0.690)
/* Android */
Color.parseColor("#e4dfb0")Accessibility — WCAG contrast
Aa
#e4dfb0 on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e4dfb0 on black: 15.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.4%
Green87.5%
Blue69.0%
CMYK percentages
Cyan0.0%
Magenta2.2%
Yellow22.8%
Key (black)10.6%
Color previews
#e4dfb0 text on a black background
contrast 15.48:1
Card sample
#e4dfb0 text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e4dfb0;
Background color
Panel with #e4dfb0 background
background-color: #e4dfb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e4dfb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(228, 223, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(228, 223, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e4dfb0; background: linear-gradient(135deg, #e4dfb0, #C6E4B0);