#e2dfbc
a light, soft yellow · cool · closest name: beige
RGB
226, 223, 188
HSL
55°, 40%, 81%
CMYK
0, 1, 17, 11
Luminance
0.7257
Every format
| HEX | #e2dfbc |
| RGB | rgb(226, 223, 188) |
| HSL | hsl(55, 40%, 81%) |
| CMYK | cmyk(0%, 1%, 17%, 11%) |
| LAB | lab(88.2 -4.7 17.6) |
| LCH | lch(88.2 18.2 105.0) |
| OKLCH | oklch(0.897 0.046 103.3) |
Copy-ready code
/* CSS */
color: #e2dfbc;
background-color: #e2dfbc;
/* Tailwind (arbitrary) */
class="text-[#e2dfbc] bg-[#e2dfbc]"
/* SCSS */
$brand: #e2dfbc;
/* SwiftUI */
Color(red: 0.886, green: 0.875, blue: 0.737)
/* Android */
Color.parseColor("#e2dfbc")Accessibility — WCAG contrast
Aa
#e2dfbc on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2dfbc on black: 15.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green87.5%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta1.3%
Yellow16.8%
Key (black)11.4%
Color previews
#e2dfbc text on a black background
contrast 15.51:1
Card sample
#e2dfbc text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2dfbc;
Background color
Panel with #e2dfbc background
background-color: #e2dfbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2dfbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 223, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 223, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2dfbc; background: linear-gradient(135deg, #e2dfbc, #CCE2BC);