#e9dfc7
a light, soft yellow · warm · closest name: beige
RGB
233, 223, 199
HSL
42°, 44%, 85%
CMYK
0, 4, 15, 9
Luminance
0.7422
Every format
| HEX | #e9dfc7 |
| RGB | rgb(233, 223, 199) |
| HSL | hsl(42, 44%, 85%) |
| CMYK | cmyk(0%, 4%, 15%, 9%) |
| LAB | lab(89.0 -0.5 13.0) |
| LCH | lch(89.0 13.0 92.3) |
| OKLCH | oklch(0.905 0.034 88.1) |
Copy-ready code
/* CSS */
color: #e9dfc7;
background-color: #e9dfc7;
/* Tailwind (arbitrary) */
class="text-[#e9dfc7] bg-[#e9dfc7]"
/* SCSS */
$brand: #e9dfc7;
/* SwiftUI */
Color(red: 0.914, green: 0.875, blue: 0.780)
/* Android */
Color.parseColor("#e9dfc7")Accessibility — WCAG contrast
Aa
#e9dfc7 on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e9dfc7 on black: 15.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.4%
Green87.5%
Blue78.0%
CMYK percentages
Cyan0.0%
Magenta4.3%
Yellow14.6%
Key (black)8.6%
Color previews
#e9dfc7 text on a black background
contrast 15.84:1
Card sample
#e9dfc7 text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e9dfc7;
Background color
Panel with #e9dfc7 background
background-color: #e9dfc7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e9dfc7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(233, 223, 199, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(233, 223, 199, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e9dfc7; background: linear-gradient(135deg, #e9dfc7, #DCE9C7);