#e5e521
a balanced, electric yellow · cool · closest name: yellow
RGB
229, 229, 33
HSL
60°, 79%, 51%
CMYK
0, 0, 86, 10
Luminance
0.7281
Every format
| HEX | #e5e521 |
| RGB | rgb(229, 229, 33) |
| HSL | hsl(60, 79%, 51%) |
| CMYK | cmyk(0%, 0%, 86%, 10%) |
| LAB | lab(88.4 -19.4 83.2) |
| LCH | lch(88.4 85.5 103.2) |
| OKLCH | oklch(0.893 0.189 109.7) |
Copy-ready code
/* CSS */
color: #e5e521;
background-color: #e5e521;
/* Tailwind (arbitrary) */
class="text-[#e5e521] bg-[#e5e521]"
/* SCSS */
$brand: #e5e521;
/* SwiftUI */
Color(red: 0.898, green: 0.898, blue: 0.129)
/* Android */
Color.parseColor("#e5e521")Accessibility — WCAG contrast
Aa
#e5e521 on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e5e521 on black: 15.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.8%
Green89.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow85.6%
Key (black)10.2%
Color previews
#e5e521 text on a black background
contrast 15.56:1
Card sample
#e5e521 text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e5e521;
Background color
Panel with #e5e521 background
background-color: #e5e521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e5e521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(229, 229, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(229, 229, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e5e521; background: linear-gradient(135deg, #e5e521, #62E521);