#aeea21
a balanced, electric green · cool · closest name: yellow
RGB
174, 234, 33
HSL
78°, 83%, 52%
CMYK
26, 0, 86, 8
Luminance
0.6795
Every format
| HEX | #aeea21 |
| RGB | rgb(174, 234, 33) |
| HSL | hsl(78, 83%, 52%) |
| CMYK | cmyk(26%, 0%, 86%, 8%) |
| LAB | lab(86.0 -43.8 79.8) |
| LCH | lch(86.0 91.0 118.8) |
| OKLCH | oklch(0.864 0.214 126.5) |
Copy-ready code
/* CSS */
color: #aeea21;
background-color: #aeea21;
/* Tailwind (arbitrary) */
class="text-[#aeea21] bg-[#aeea21]"
/* SCSS */
$brand: #aeea21;
/* SwiftUI */
Color(red: 0.682, green: 0.918, blue: 0.129)
/* Android */
Color.parseColor("#aeea21")Accessibility — WCAG contrast
Aa
#aeea21 on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aeea21 on black: 14.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green91.8%
Blue12.9%
CMYK percentages
Cyan25.6%
Magenta0.0%
Yellow85.9%
Key (black)8.2%
Color previews
#aeea21 text on a black background
contrast 14.59:1
Card sample
#aeea21 text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aeea21;
Background color
Panel with #aeea21 background
background-color: #aeea21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aeea21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 234, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 234, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aeea21; background: linear-gradient(135deg, #aeea21, #28EA21);