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