#aefe49
a balanced, electric green · cool · closest name: yellow
RGB
174, 254, 73
HSL
87°, 99%, 64%
CMYK
32, 0, 71, 0
Luminance
0.8036
Every format
| HEX | #aefe49 |
| RGB | rgb(174, 254, 73) |
| HSL | hsl(87, 99%, 64%) |
| CMYK | cmyk(32%, 0%, 71%, 0%) |
| LAB | lab(91.8 -50.5 74.3) |
| LCH | lch(91.8 89.8 124.2) |
| OKLCH | oklch(0.913 0.220 130.7) |
Copy-ready code
/* CSS */
color: #aefe49;
background-color: #aefe49;
/* Tailwind (arbitrary) */
class="text-[#aefe49] bg-[#aefe49]"
/* SCSS */
$brand: #aefe49;
/* SwiftUI */
Color(red: 0.682, green: 0.996, blue: 0.286)
/* Android */
Color.parseColor("#aefe49")Accessibility — WCAG contrast
Aa
#aefe49 on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aefe49 on black: 17.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green99.6%
Blue28.6%
CMYK percentages
Cyan31.5%
Magenta0.0%
Yellow71.3%
Key (black)0.4%
Color previews
#aefe49 text on a black background
contrast 17.07:1
Card sample
#aefe49 text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aefe49;
Background color
Panel with #aefe49 background
background-color: #aefe49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aefe49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 254, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 254, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aefe49; background: linear-gradient(135deg, #aefe49, #49FE5D);