#eaf810
a balanced, electric yellow · cool · closest name: yellow
RGB
234, 248, 16
HSL
64°, 94%, 52%
CMYK
6, 0, 94, 3
Luminance
0.8466
Every format
| HEX | #eaf810 |
| RGB | rgb(234, 248, 16) |
| HSL | hsl(64, 94%, 52%) |
| CMYK | cmyk(6%, 0%, 94%, 3%) |
| LAB | lab(93.7 -26.7 90.0) |
| LCH | lch(93.7 93.9 106.5) |
| OKLCH | oklch(0.937 0.208 113.9) |
Copy-ready code
/* CSS */
color: #eaf810;
background-color: #eaf810;
/* Tailwind (arbitrary) */
class="text-[#eaf810] bg-[#eaf810]"
/* SCSS */
$brand: #eaf810;
/* SwiftUI */
Color(red: 0.918, green: 0.973, blue: 0.063)
/* Android */
Color.parseColor("#eaf810")Accessibility — WCAG contrast
Aa
#eaf810 on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eaf810 on black: 17.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green97.3%
Blue6.3%
CMYK percentages
Cyan5.6%
Magenta0.0%
Yellow93.5%
Key (black)2.7%
Color previews
#eaf810 text on a black background
contrast 17.93:1
Card sample
#eaf810 text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eaf810;
Background color
Panel with #eaf810 background
background-color: #eaf810;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eaf810;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 248, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 248, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eaf810; background: linear-gradient(135deg, #eaf810, #50F810);