#eafd13
a balanced, electric yellow · cool · closest name: yellow
RGB
234, 253, 19
HSL
65°, 98%, 53%
CMYK
8, 0, 93, 1
Luminance
0.8779
Every format
| HEX | #eafd13 |
| RGB | rgb(234, 253, 19) |
| HSL | hsl(65, 98%, 53%) |
| CMYK | cmyk(8%, 0%, 93%, 1%) |
| LAB | lab(95.1 -29.0 90.8) |
| LCH | lch(95.1 95.3 107.7) |
| OKLCH | oklch(0.948 0.213 115.2) |
Copy-ready code
/* CSS */
color: #eafd13;
background-color: #eafd13;
/* Tailwind (arbitrary) */
class="text-[#eafd13] bg-[#eafd13]"
/* SCSS */
$brand: #eafd13;
/* SwiftUI */
Color(red: 0.918, green: 0.992, blue: 0.075)
/* Android */
Color.parseColor("#eafd13")Accessibility — WCAG contrast
Aa
#eafd13 on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eafd13 on black: 18.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green99.2%
Blue7.5%
CMYK percentages
Cyan7.5%
Magenta0.0%
Yellow92.5%
Key (black)0.8%
Color previews
#eafd13 text on a black background
contrast 18.56:1
Card sample
#eafd13 text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eafd13;
Background color
Panel with #eafd13 background
background-color: #eafd13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eafd13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 253, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 253, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eafd13; background: linear-gradient(135deg, #eafd13, #4EFD13);