#aefd37
a balanced, electric green · cool · closest name: yellow
RGB
174, 253, 55
HSL
84°, 98%, 60%
CMYK
31, 0, 78, 1
Luminance
0.7953
Every format
| HEX | #aefd37 |
| RGB | rgb(174, 253, 55) |
| HSL | hsl(84, 98%, 60%) |
| CMYK | cmyk(31%, 0%, 78%, 1%) |
| LAB | lab(91.5 -51.0 79.4) |
| LCH | lch(91.5 94.4 122.7) |
| OKLCH | oklch(0.909 0.228 129.8) |
Copy-ready code
/* CSS */
color: #aefd37;
background-color: #aefd37;
/* Tailwind (arbitrary) */
class="text-[#aefd37] bg-[#aefd37]"
/* SCSS */
$brand: #aefd37;
/* SwiftUI */
Color(red: 0.682, green: 0.992, blue: 0.216)
/* Android */
Color.parseColor("#aefd37")Accessibility — WCAG contrast
Aa
#aefd37 on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aefd37 on black: 16.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green99.2%
Blue21.6%
CMYK percentages
Cyan31.2%
Magenta0.0%
Yellow78.3%
Key (black)0.8%
Color previews
#aefd37 text on a black background
contrast 16.91:1
Card sample
#aefd37 text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aefd37;
Background color
Panel with #aefd37 background
background-color: #aefd37;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aefd37;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 253, 55, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 253, 55, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aefd37; background: linear-gradient(135deg, #aefd37, #37FD44);