#e2db7a
a light, vivid yellow · cool · closest name: khaki
RGB
226, 219, 122
HSL
56°, 64%, 68%
CMYK
0, 3, 46, 11
Luminance
0.6824
Every format
| HEX | #e2db7a |
| RGB | rgb(226, 219, 122) |
| HSL | hsl(56, 64%, 68%) |
| CMYK | cmyk(0%, 3%, 46%, 11%) |
| LAB | lab(86.1 -10.8 48.3) |
| LCH | lch(86.1 49.5 102.6) |
| OKLCH | oklch(0.877 0.120 104.9) |
Copy-ready code
/* CSS */
color: #e2db7a;
background-color: #e2db7a;
/* Tailwind (arbitrary) */
class="text-[#e2db7a] bg-[#e2db7a]"
/* SCSS */
$brand: #e2db7a;
/* SwiftUI */
Color(red: 0.886, green: 0.859, blue: 0.478)
/* Android */
Color.parseColor("#e2db7a")Accessibility — WCAG contrast
Aa
#e2db7a on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2db7a on black: 14.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green85.9%
Blue47.8%
CMYK percentages
Cyan0.0%
Magenta3.1%
Yellow46.0%
Key (black)11.4%
Color previews
#e2db7a text on a black background
contrast 14.65:1
Card sample
#e2db7a text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2db7a;
Background color
Panel with #e2db7a background
background-color: #e2db7a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2db7a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 219, 122, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 219, 122, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2db7a; background: linear-gradient(135deg, #e2db7a, #A3E27A);