#e2e621
a balanced, electric yellow · cool · closest name: yellow
RGB
226, 230, 33
HSL
61°, 80%, 52%
CMYK
2, 0, 86, 10
Luminance
0.7287
Every format
| HEX | #e2e621 |
| RGB | rgb(226, 230, 33) |
| HSL | hsl(61, 80%, 52%) |
| CMYK | cmyk(2%, 0%, 86%, 10%) |
| LAB | lab(88.4 -21.2 83.2) |
| LCH | lch(88.4 85.8 104.3) |
| OKLCH | oklch(0.893 0.190 111.0) |
Copy-ready code
/* CSS */
color: #e2e621;
background-color: #e2e621;
/* Tailwind (arbitrary) */
class="text-[#e2e621] bg-[#e2e621]"
/* SCSS */
$brand: #e2e621;
/* SwiftUI */
Color(red: 0.886, green: 0.902, blue: 0.129)
/* Android */
Color.parseColor("#e2e621")Accessibility — WCAG contrast
Aa
#e2e621 on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2e621 on black: 15.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green90.2%
Blue12.9%
CMYK percentages
Cyan1.7%
Magenta0.0%
Yellow85.7%
Key (black)9.8%
Color previews
#e2e621 text on a black background
contrast 15.57:1
Card sample
#e2e621 text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2e621;
Background color
Panel with #e2e621 background
background-color: #e2e621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2e621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 230, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 230, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2e621; background: linear-gradient(135deg, #e2e621, #5FE621);