#e5ed21
a balanced, electric yellow · cool · closest name: yellow
RGB
229, 237, 33
HSL
62°, 85%, 53%
CMYK
3, 0, 86, 7
Luminance
0.7734
Every format
| HEX | #e5ed21 |
| RGB | rgb(229, 237, 33) |
| HSL | hsl(62, 85%, 53%) |
| CMYK | cmyk(3%, 0%, 86%, 7%) |
| LAB | lab(90.5 -23.3 85.0) |
| LCH | lch(90.5 88.1 105.3) |
| OKLCH | oklch(0.910 0.196 112.2) |
Copy-ready code
/* CSS */
color: #e5ed21;
background-color: #e5ed21;
/* Tailwind (arbitrary) */
class="text-[#e5ed21] bg-[#e5ed21]"
/* SCSS */
$brand: #e5ed21;
/* SwiftUI */
Color(red: 0.898, green: 0.929, blue: 0.129)
/* Android */
Color.parseColor("#e5ed21")Accessibility — WCAG contrast
Aa
#e5ed21 on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e5ed21 on black: 16.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.8%
Green92.9%
Blue12.9%
CMYK percentages
Cyan3.4%
Magenta0.0%
Yellow86.1%
Key (black)7.1%
Color previews
#e5ed21 text on a black background
contrast 16.47:1
Card sample
#e5ed21 text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e5ed21;
Background color
Panel with #e5ed21 background
background-color: #e5ed21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e5ed21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(229, 237, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(229, 237, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e5ed21; background: linear-gradient(135deg, #e5ed21, #5DED21);