#eaf910
a balanced, electric yellow · cool · closest name: yellow
RGB
234, 249, 16
HSL
64°, 95%, 52%
CMYK
6, 0, 94, 2
Luminance
0.8528
Every format
| HEX | #eaf910 |
| RGB | rgb(234, 249, 16) |
| HSL | hsl(64, 95%, 52%) |
| CMYK | cmyk(6%, 0%, 94%, 2%) |
| LAB | lab(94.0 -27.2 90.2) |
| LCH | lch(94.0 94.2 106.8) |
| OKLCH | oklch(0.939 0.209 114.1) |
Copy-ready code
/* CSS */
color: #eaf910;
background-color: #eaf910;
/* Tailwind (arbitrary) */
class="text-[#eaf910] bg-[#eaf910]"
/* SCSS */
$brand: #eaf910;
/* SwiftUI */
Color(red: 0.918, green: 0.976, blue: 0.063)
/* Android */
Color.parseColor("#eaf910")Accessibility — WCAG contrast
Aa
#eaf910 on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eaf910 on black: 18.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green97.6%
Blue6.3%
CMYK percentages
Cyan6.0%
Magenta0.0%
Yellow93.6%
Key (black)2.4%
Color previews
#eaf910 text on a black background
contrast 18.06:1
Card sample
#eaf910 text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eaf910;
Background color
Panel with #eaf910 background
background-color: #eaf910;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eaf910;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 249, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 249, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eaf910; background: linear-gradient(135deg, #eaf910, #4FF910);