#e8f521
a balanced, electric yellow · cool · closest name: yellow
RGB
232, 245, 33
HSL
64°, 91%, 55%
CMYK
5, 0, 87, 4
Luminance
0.8257
Every format
| HEX | #e8f521 |
| RGB | rgb(232, 245, 33) |
| HSL | hsl(64, 91%, 55%) |
| CMYK | cmyk(5%, 0%, 87%, 4%) |
| LAB | lab(92.8 -25.9 87.0) |
| LCH | lch(92.8 90.7 106.6) |
| OKLCH | oklch(0.929 0.203 113.6) |
Copy-ready code
/* CSS */
color: #e8f521;
background-color: #e8f521;
/* Tailwind (arbitrary) */
class="text-[#e8f521] bg-[#e8f521]"
/* SCSS */
$brand: #e8f521;
/* SwiftUI */
Color(red: 0.910, green: 0.961, blue: 0.129)
/* Android */
Color.parseColor("#e8f521")Accessibility — WCAG contrast
Aa
#e8f521 on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e8f521 on black: 17.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.0%
Green96.1%
Blue12.9%
CMYK percentages
Cyan5.3%
Magenta0.0%
Yellow86.5%
Key (black)3.9%
Color previews
#e8f521 text on a black background
contrast 17.51:1
Card sample
#e8f521 text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e8f521;
Background color
Panel with #e8f521 background
background-color: #e8f521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e8f521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(232, 245, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(232, 245, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e8f521; background: linear-gradient(135deg, #e8f521, #5BF521);