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