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