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