#e5f521
a balanced, electric yellow · cool · closest name: yellow
RGB
229, 245, 33
HSL
65°, 91%, 55%
CMYK
7, 0, 87, 4
Luminance
0.8207
Every format
| HEX | #e5f521 |
| RGB | rgb(229, 245, 33) |
| HSL | hsl(65, 91%, 55%) |
| CMYK | cmyk(7%, 0%, 87%, 4%) |
| LAB | lab(92.6 -27.1 86.7) |
| LCH | lch(92.6 90.8 107.3) |
| OKLCH | oklch(0.927 0.204 114.5) |
Copy-ready code
/* CSS */
color: #e5f521;
background-color: #e5f521;
/* Tailwind (arbitrary) */
class="text-[#e5f521] bg-[#e5f521]"
/* SCSS */
$brand: #e5f521;
/* SwiftUI */
Color(red: 0.898, green: 0.961, blue: 0.129)
/* Android */
Color.parseColor("#e5f521")Accessibility — WCAG contrast
Aa
#e5f521 on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e5f521 on black: 17.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.8%
Green96.1%
Blue12.9%
CMYK percentages
Cyan6.5%
Magenta0.0%
Yellow86.5%
Key (black)3.9%
Color previews
#e5f521 text on a black background
contrast 17.41:1
Card sample
#e5f521 text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e5f521;
Background color
Panel with #e5f521 background
background-color: #e5f521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e5f521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(229, 245, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(229, 245, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e5f521; background: linear-gradient(135deg, #e5f521, #58F521);