#eafc21
a balanced, electric yellow · cool · closest name: yellow
RGB
234, 252, 33
HSL
65°, 97%, 56%
CMYK
7, 0, 87, 1
Luminance
0.8722
Every format
| HEX | #eafc21 |
| RGB | rgb(234, 252, 33) |
| HSL | hsl(65, 97%, 56%) |
| CMYK | cmyk(7%, 0%, 87%, 1%) |
| LAB | lab(94.8 -28.3 88.6) |
| LCH | lch(94.8 93.0 107.7) |
| OKLCH | oklch(0.946 0.209 115.0) |
Copy-ready code
/* CSS */
color: #eafc21;
background-color: #eafc21;
/* Tailwind (arbitrary) */
class="text-[#eafc21] bg-[#eafc21]"
/* SCSS */
$brand: #eafc21;
/* SwiftUI */
Color(red: 0.918, green: 0.988, blue: 0.129)
/* Android */
Color.parseColor("#eafc21")Accessibility — WCAG contrast
Aa
#eafc21 on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eafc21 on black: 18.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green98.8%
Blue12.9%
CMYK percentages
Cyan7.1%
Magenta0.0%
Yellow86.9%
Key (black)1.2%
Color previews
#eafc21 text on a black background
contrast 18.44:1
Card sample
#eafc21 text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eafc21;
Background color
Panel with #eafc21 background
background-color: #eafc21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eafc21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 252, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 252, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eafc21; background: linear-gradient(135deg, #eafc21, #58FC21);