#eaff07
a balanced, electric yellow · cool · closest name: yellow
RGB
234, 255, 7
HSL
65°, 100%, 51%
CMYK
8, 0, 97, 0
Luminance
0.8903
Every format
| HEX | #eaff07 |
| RGB | rgb(234, 255, 7) |
| HSL | hsl(65, 100%, 51%) |
| CMYK | cmyk(8%, 0%, 97%, 0%) |
| LAB | lab(95.6 -30.1 92.2) |
| LCH | lch(95.6 96.9 108.1) |
| OKLCH | oklch(0.952 0.216 115.7) |
Copy-ready code
/* CSS */
color: #eaff07;
background-color: #eaff07;
/* Tailwind (arbitrary) */
class="text-[#eaff07] bg-[#eaff07]"
/* SCSS */
$brand: #eaff07;
/* SwiftUI */
Color(red: 0.918, green: 1.000, blue: 0.027)
/* Android */
Color.parseColor("#eaff07")Accessibility — WCAG contrast
Aa
#eaff07 on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eaff07 on black: 18.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green100.0%
Blue2.7%
CMYK percentages
Cyan8.2%
Magenta0.0%
Yellow97.3%
Key (black)0.0%
Color previews
#eaff07 text on a black background
contrast 18.81:1
Card sample
#eaff07 text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eaff07;
Background color
Panel with #eaff07 background
background-color: #eaff07;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eaff07;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 255, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 255, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eaff07; background: linear-gradient(135deg, #eaff07, #45FF07);