#e2ea59
a balanced, electric yellow · cool · closest name: khaki
RGB
226, 234, 89
HSL
63°, 78%, 63%
CMYK
3, 0, 62, 8
Luminance
0.7574
Every format
| HEX | #e2ea59 |
| RGB | rgb(226, 234, 89) |
| HSL | hsl(63, 78%, 63%) |
| CMYK | cmyk(3%, 0%, 62%, 8%) |
| LAB | lab(89.7 -20.8 67.2) |
| LCH | lch(89.7 70.3 107.2) |
| OKLCH | oklch(0.904 0.165 112.3) |
Copy-ready code
/* CSS */
color: #e2ea59;
background-color: #e2ea59;
/* Tailwind (arbitrary) */
class="text-[#e2ea59] bg-[#e2ea59]"
/* SCSS */
$brand: #e2ea59;
/* SwiftUI */
Color(red: 0.886, green: 0.918, blue: 0.349)
/* Android */
Color.parseColor("#e2ea59")Accessibility — WCAG contrast
Aa
#e2ea59 on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2ea59 on black: 16.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green91.8%
Blue34.9%
CMYK percentages
Cyan3.4%
Magenta0.0%
Yellow62.0%
Key (black)8.2%
Color previews
#e2ea59 text on a black background
contrast 16.15:1
Card sample
#e2ea59 text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2ea59;
Background color
Panel with #e2ea59 background
background-color: #e2ea59;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2ea59;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 234, 89, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 234, 89, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2ea59; background: linear-gradient(135deg, #e2ea59, #81EA59);