#e3e3bf
a light, soft yellow · cool · closest name: beige
RGB
227, 227, 191
HSL
60°, 39%, 82%
CMYK
0, 0, 16, 11
Luminance
0.7503
Every format
| HEX | #e3e3bf |
| RGB | rgb(227, 227, 191) |
| HSL | hsl(60, 39%, 82%) |
| CMYK | cmyk(0%, 0%, 16%, 11%) |
| LAB | lab(89.4 -6.0 17.6) |
| LCH | lch(89.4 18.6 108.6) |
| OKLCH | oklch(0.907 0.048 107.3) |
Copy-ready code
/* CSS */
color: #e3e3bf;
background-color: #e3e3bf;
/* Tailwind (arbitrary) */
class="text-[#e3e3bf] bg-[#e3e3bf]"
/* SCSS */
$brand: #e3e3bf;
/* SwiftUI */
Color(red: 0.890, green: 0.890, blue: 0.749)
/* Android */
Color.parseColor("#e3e3bf")Accessibility — WCAG contrast
Aa
#e3e3bf on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e3e3bf on black: 16.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.0%
Green89.0%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow15.9%
Key (black)11.0%
Color previews
#e3e3bf text on a black background
contrast 16.01:1
Card sample
#e3e3bf text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e3e3bf;
Background color
Panel with #e3e3bf background
background-color: #e3e3bf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e3e3bf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(227, 227, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(227, 227, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e3e3bf; background: linear-gradient(135deg, #e3e3bf, #CBE3BF);