#e2dbaa
a light, vivid yellow · cool · closest name: tan
RGB
226, 219, 170
HSL
53°, 49%, 78%
CMYK
0, 3, 25, 11
Luminance
0.6973
Every format
| HEX | #e2dbaa |
| RGB | rgb(226, 219, 170) |
| HSL | hsl(53, 49%, 78%) |
| CMYK | cmyk(0%, 3%, 25%, 11%) |
| LAB | lab(86.9 -5.3 25.0) |
| LCH | lch(86.9 25.6 101.9) |
| OKLCH | oklch(0.885 0.065 100.8) |
Copy-ready code
/* CSS */
color: #e2dbaa;
background-color: #e2dbaa;
/* Tailwind (arbitrary) */
class="text-[#e2dbaa] bg-[#e2dbaa]"
/* SCSS */
$brand: #e2dbaa;
/* SwiftUI */
Color(red: 0.886, green: 0.859, blue: 0.667)
/* Android */
Color.parseColor("#e2dbaa")Accessibility — WCAG contrast
Aa
#e2dbaa on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2dbaa on black: 14.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green85.9%
Blue66.7%
CMYK percentages
Cyan0.0%
Magenta3.1%
Yellow24.8%
Key (black)11.4%
Color previews
#e2dbaa text on a black background
contrast 14.95:1
Card sample
#e2dbaa text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2dbaa;
Background color
Panel with #e2dbaa background
background-color: #e2dbaa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2dbaa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 219, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 219, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2dbaa; background: linear-gradient(135deg, #e2dbaa, #C4E2AA);