#e4dfbc
a light, soft yellow · cool · closest name: beige
RGB
228, 223, 188
HSL
53°, 43%, 82%
CMYK
0, 2, 18, 11
Luminance
0.7290
Every format
| HEX | #e4dfbc |
| RGB | rgb(228, 223, 188) |
| HSL | hsl(53, 43%, 82%) |
| CMYK | cmyk(0%, 2%, 18%, 11%) |
| LAB | lab(88.4 -4.0 17.8) |
| LCH | lch(88.4 18.2 102.7) |
| OKLCH | oklch(0.899 0.047 100.6) |
Copy-ready code
/* CSS */
color: #e4dfbc;
background-color: #e4dfbc;
/* Tailwind (arbitrary) */
class="text-[#e4dfbc] bg-[#e4dfbc]"
/* SCSS */
$brand: #e4dfbc;
/* SwiftUI */
Color(red: 0.894, green: 0.875, blue: 0.737)
/* Android */
Color.parseColor("#e4dfbc")Accessibility — WCAG contrast
Aa
#e4dfbc on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e4dfbc on black: 15.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.4%
Green87.5%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta2.2%
Yellow17.5%
Key (black)10.6%
Color previews
#e4dfbc text on a black background
contrast 15.58:1
Card sample
#e4dfbc text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e4dfbc;
Background color
Panel with #e4dfbc background
background-color: #e4dfbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e4dfbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(228, 223, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(228, 223, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e4dfbc; background: linear-gradient(135deg, #e4dfbc, #CEE4BC);