#aefc49
a balanced, electric green · cool · closest name: yellow
RGB
174, 252, 73
HSL
86°, 97%, 64%
CMYK
31, 0, 71, 1
Luminance
0.7910
Every format
| HEX | #aefc49 |
| RGB | rgb(174, 252, 73) |
| HSL | hsl(86, 97%, 64%) |
| CMYK | cmyk(31%, 0%, 71%, 1%) |
| LAB | lab(91.3 -49.7 73.7) |
| LCH | lch(91.3 88.9 124.0) |
| OKLCH | oklch(0.908 0.217 130.4) |
Copy-ready code
/* CSS */
color: #aefc49;
background-color: #aefc49;
/* Tailwind (arbitrary) */
class="text-[#aefc49] bg-[#aefc49]"
/* SCSS */
$brand: #aefc49;
/* SwiftUI */
Color(red: 0.682, green: 0.988, blue: 0.286)
/* Android */
Color.parseColor("#aefc49")Accessibility — WCAG contrast
Aa
#aefc49 on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aefc49 on black: 16.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green98.8%
Blue28.6%
CMYK percentages
Cyan31.0%
Magenta0.0%
Yellow71.0%
Key (black)1.2%
Color previews
#aefc49 text on a black background
contrast 16.82:1
Card sample
#aefc49 text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aefc49;
Background color
Panel with #aefc49 background
background-color: #aefc49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aefc49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 252, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 252, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aefc49; background: linear-gradient(135deg, #aefc49, #49FC5B);