#e3d5bf
a light, soft orange · warm · closest name: beige
RGB
227, 213, 191
HSL
37°, 39%, 82%
CMYK
0, 6, 16, 11
Luminance
0.6768
Every format
| HEX | #e3d5bf |
| RGB | rgb(227, 213, 191) |
| HSL | hsl(37, 39%, 82%) |
| CMYK | cmyk(0%, 6%, 16%, 11%) |
| LAB | lab(85.8 1.2 12.6) |
| LCH | lch(85.8 12.7 84.4) |
| OKLCH | oklch(0.878 0.033 79.3) |
Copy-ready code
/* CSS */
color: #e3d5bf;
background-color: #e3d5bf;
/* Tailwind (arbitrary) */
class="text-[#e3d5bf] bg-[#e3d5bf]"
/* SCSS */
$brand: #e3d5bf;
/* SwiftUI */
Color(red: 0.890, green: 0.835, blue: 0.749)
/* Android */
Color.parseColor("#e3d5bf")Accessibility — WCAG contrast
Aa
#e3d5bf on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e3d5bf on black: 14.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.0%
Green83.5%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta6.2%
Yellow15.9%
Key (black)11.0%
Color previews
#e3d5bf text on a black background
contrast 14.54:1
Card sample
#e3d5bf text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e3d5bf;
Background color
Panel with #e3d5bf background
background-color: #e3d5bf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e3d5bf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(227, 213, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(227, 213, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e3d5bf; background: linear-gradient(135deg, #e3d5bf, #D9E3BF);