#e9dfba
a light, vivid yellow · cool · closest name: beige
RGB
233, 223, 186
HSL
47°, 52%, 82%
CMYK
0, 4, 20, 9
Luminance
0.7364
Every format
| HEX | #e9dfba |
| RGB | rgb(233, 223, 186) |
| HSL | hsl(47, 52%, 82%) |
| CMYK | cmyk(0%, 4%, 20%, 9%) |
| LAB | lab(88.8 -2.5 19.4) |
| LCH | lch(88.8 19.6 97.3) |
| OKLCH | oklch(0.902 0.050 94.6) |
Copy-ready code
/* CSS */
color: #e9dfba;
background-color: #e9dfba;
/* Tailwind (arbitrary) */
class="text-[#e9dfba] bg-[#e9dfba]"
/* SCSS */
$brand: #e9dfba;
/* SwiftUI */
Color(red: 0.914, green: 0.875, blue: 0.729)
/* Android */
Color.parseColor("#e9dfba")Accessibility — WCAG contrast
Aa
#e9dfba on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e9dfba on black: 15.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.4%
Green87.5%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta4.3%
Yellow20.2%
Key (black)8.6%
Color previews
#e9dfba text on a black background
contrast 15.73:1
Card sample
#e9dfba text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e9dfba;
Background color
Panel with #e9dfba background
background-color: #e9dfba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e9dfba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(233, 223, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(233, 223, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e9dfba; background: linear-gradient(135deg, #e9dfba, #D4E9BA);