#e8dfbf
a light, vivid yellow · cool · closest name: beige
RGB
232, 223, 191
HSL
47°, 47%, 83%
CMYK
0, 4, 18, 9
Luminance
0.7369
Every format
| HEX | #e8dfbf |
| RGB | rgb(232, 223, 191) |
| HSL | hsl(47, 47%, 83%) |
| CMYK | cmyk(0%, 4%, 18%, 9%) |
| LAB | lab(88.8 -2.1 16.8) |
| LCH | lch(88.8 16.9 97.1) |
| OKLCH | oklch(0.902 0.043 94.1) |
Copy-ready code
/* CSS */
color: #e8dfbf;
background-color: #e8dfbf;
/* Tailwind (arbitrary) */
class="text-[#e8dfbf] bg-[#e8dfbf]"
/* SCSS */
$brand: #e8dfbf;
/* SwiftUI */
Color(red: 0.910, green: 0.875, blue: 0.749)
/* Android */
Color.parseColor("#e8dfbf")Accessibility — WCAG contrast
Aa
#e8dfbf on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e8dfbf on black: 15.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.0%
Green87.5%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta3.9%
Yellow17.7%
Key (black)9.0%
Color previews
#e8dfbf text on a black background
contrast 15.74:1
Card sample
#e8dfbf text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e8dfbf;
Background color
Panel with #e8dfbf background
background-color: #e8dfbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e8dfbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(232, 223, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(232, 223, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e8dfbf; background: linear-gradient(135deg, #e8dfbf, #D6E8BF);