#eafd00
a balanced, electric yellow · cool · closest name: yellow
RGB
234, 253, 0
HSL
65°, 100%, 50%
CMYK
8, 0, 100, 1
Luminance
0.8774
Every format
| HEX | #eafd00 |
| RGB | rgb(234, 253, 0) |
| HSL | hsl(65, 100%, 50%) |
| CMYK | cmyk(8%, 0%, 100%, 1%) |
| LAB | lab(95.0 -29.2 92.2) |
| LCH | lch(95.0 96.8 107.6) |
| OKLCH | oklch(0.947 0.215 115.2) |
Copy-ready code
/* CSS */
color: #eafd00;
background-color: #eafd00;
/* Tailwind (arbitrary) */
class="text-[#eafd00] bg-[#eafd00]"
/* SCSS */
$brand: #eafd00;
/* SwiftUI */
Color(red: 0.918, green: 0.992, blue: 0.000)
/* Android */
Color.parseColor("#eafd00")Accessibility — WCAG contrast
Aa
#eafd00 on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eafd00 on black: 18.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green99.2%
Blue0.0%
CMYK percentages
Cyan7.5%
Magenta0.0%
Yellow100.0%
Key (black)0.8%
Color previews
#eafd00 text on a black background
contrast 18.55:1
Card sample
#eafd00 text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eafd00;
Background color
Panel with #eafd00 background
background-color: #eafd00;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eafd00;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 253, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 253, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eafd00; background: linear-gradient(135deg, #eafd00, #41FD00);