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