#aef821
a balanced, electric green · cool · closest name: yellow
RGB
174, 248, 33
HSL
81°, 94%, 55%
CMYK
30, 0, 87, 3
Luminance
0.7624
Every format
| HEX | #aef821 |
| RGB | rgb(174, 248, 33) |
| HSL | hsl(81, 94%, 55%) |
| CMYK | cmyk(30%, 0%, 87%, 3%) |
| LAB | lab(90.0 -49.7 83.1) |
| LCH | lch(90.0 96.8 120.9) |
| OKLCH | oklch(0.897 0.230 128.6) |
Copy-ready code
/* CSS */
color: #aef821;
background-color: #aef821;
/* Tailwind (arbitrary) */
class="text-[#aef821] bg-[#aef821]"
/* SCSS */
$brand: #aef821;
/* SwiftUI */
Color(red: 0.682, green: 0.973, blue: 0.129)
/* Android */
Color.parseColor("#aef821")Accessibility — WCAG contrast
Aa
#aef821 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aef821 on black: 16.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green97.3%
Blue12.9%
CMYK percentages
Cyan29.8%
Magenta0.0%
Yellow86.7%
Key (black)2.7%
Color previews
#aef821 text on a black background
contrast 16.25:1
Card sample
#aef821 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aef821;
Background color
Panel with #aef821 background
background-color: #aef821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aef821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 248, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 248, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aef821; background: linear-gradient(135deg, #aef821, #21F824);