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