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