#e9dfb2
a light, vivid yellow · cool · closest name: beige
RGB
233, 223, 178
HSL
49°, 56%, 81%
CMYK
0, 4, 24, 9
Luminance
0.7331
Every format
| HEX | #e9dfb2 |
| RGB | rgb(233, 223, 178) |
| HSL | hsl(49, 56%, 81%) |
| CMYK | cmyk(0%, 4%, 24%, 9%) |
| LAB | lab(88.6 -3.6 23.3) |
| LCH | lch(88.6 23.6 98.8) |
| OKLCH | oklch(0.900 0.060 97.0) |
Copy-ready code
/* CSS */
color: #e9dfb2;
background-color: #e9dfb2;
/* Tailwind (arbitrary) */
class="text-[#e9dfb2] bg-[#e9dfb2]"
/* SCSS */
$brand: #e9dfb2;
/* SwiftUI */
Color(red: 0.914, green: 0.875, blue: 0.698)
/* Android */
Color.parseColor("#e9dfb2")Accessibility — WCAG contrast
Aa
#e9dfb2 on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e9dfb2 on black: 15.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.4%
Green87.5%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta4.3%
Yellow23.6%
Key (black)8.6%
Color previews
#e9dfb2 text on a black background
contrast 15.66:1
Card sample
#e9dfb2 text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e9dfb2;
Background color
Panel with #e9dfb2 background
background-color: #e9dfb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e9dfb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(233, 223, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(233, 223, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e9dfb2; background: linear-gradient(135deg, #e9dfb2, #CEE9B2);