#e3d7bf
a light, soft yellow · warm · closest name: beige
RGB
227, 215, 191
HSL
40°, 39%, 82%
CMYK
0, 5, 16, 11
Luminance
0.6869
Every format
| HEX | #e3d7bf |
| RGB | rgb(227, 215, 191) |
| HSL | hsl(40, 39%, 82%) |
| CMYK | cmyk(0%, 5%, 16%, 11%) |
| LAB | lab(86.3 0.2 13.3) |
| LCH | lch(86.3 13.3 89.1) |
| OKLCH | oklch(0.882 0.035 84.6) |
Copy-ready code
/* CSS */
color: #e3d7bf;
background-color: #e3d7bf;
/* Tailwind (arbitrary) */
class="text-[#e3d7bf] bg-[#e3d7bf]"
/* SCSS */
$brand: #e3d7bf;
/* SwiftUI */
Color(red: 0.890, green: 0.843, blue: 0.749)
/* Android */
Color.parseColor("#e3d7bf")Accessibility — WCAG contrast
Aa
#e3d7bf on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e3d7bf on black: 14.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.0%
Green84.3%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta5.3%
Yellow15.9%
Key (black)11.0%
Color previews
#e3d7bf text on a black background
contrast 14.74:1
Card sample
#e3d7bf text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e3d7bf;
Background color
Panel with #e3d7bf background
background-color: #e3d7bf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e3d7bf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(227, 215, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(227, 215, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e3d7bf; background: linear-gradient(135deg, #e3d7bf, #D7E3BF);