#aefd52
a light, electric green · cool · closest name: yellow
RGB
174, 253, 82
HSL
88°, 98%, 66%
CMYK
31, 0, 68, 1
Luminance
0.7986
Every format
| HEX | #aefd52 |
| RGB | rgb(174, 253, 82) |
| HSL | hsl(88, 98%, 66%) |
| CMYK | cmyk(31%, 0%, 68%, 1%) |
| LAB | lab(91.6 -49.5 70.8) |
| LCH | lch(91.6 86.4 124.9) |
| OKLCH | oklch(0.911 0.213 131.0) |
Copy-ready code
/* CSS */
color: #aefd52;
background-color: #aefd52;
/* Tailwind (arbitrary) */
class="text-[#aefd52] bg-[#aefd52]"
/* SCSS */
$brand: #aefd52;
/* SwiftUI */
Color(red: 0.682, green: 0.992, blue: 0.322)
/* Android */
Color.parseColor("#aefd52")Accessibility — WCAG contrast
Aa
#aefd52 on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aefd52 on black: 16.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green99.2%
Blue32.2%
CMYK percentages
Cyan31.2%
Magenta0.0%
Yellow67.6%
Key (black)0.8%
Color previews
#aefd52 text on a black background
contrast 16.97:1
Card sample
#aefd52 text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aefd52;
Background color
Panel with #aefd52 background
background-color: #aefd52;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aefd52;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 253, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 253, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aefd52; background: linear-gradient(135deg, #aefd52, #52FD68);