#e0fd21
a balanced, electric yellow · cool · closest name: yellow
RGB
224, 253, 33
HSL
68°, 98%, 56%
CMYK
12, 0, 87, 1
Luminance
0.8621
Every format
| HEX | #e0fd21 |
| RGB | rgb(224, 253, 33) |
| HSL | hsl(68, 98%, 56%) |
| CMYK | cmyk(12%, 0%, 87%, 1%) |
| LAB | lab(94.4 -32.8 88.0) |
| LCH | lch(94.4 93.9 110.4) |
| OKLCH | oklch(0.941 0.213 118.0) |
Copy-ready code
/* CSS */
color: #e0fd21;
background-color: #e0fd21;
/* Tailwind (arbitrary) */
class="text-[#e0fd21] bg-[#e0fd21]"
/* SCSS */
$brand: #e0fd21;
/* SwiftUI */
Color(red: 0.878, green: 0.992, blue: 0.129)
/* Android */
Color.parseColor("#e0fd21")Accessibility — WCAG contrast
Aa
#e0fd21 on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e0fd21 on black: 18.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.8%
Green99.2%
Blue12.9%
CMYK percentages
Cyan11.5%
Magenta0.0%
Yellow87.0%
Key (black)0.8%
Color previews
#e0fd21 text on a black background
contrast 18.24:1
Card sample
#e0fd21 text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e0fd21;
Background color
Panel with #e0fd21 background
background-color: #e0fd21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e0fd21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(224, 253, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(224, 253, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e0fd21; background: linear-gradient(135deg, #e0fd21, #4DFD21);