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