#aefd42
a balanced, electric green · cool · closest name: yellow
RGB
174, 253, 66
HSL
85°, 98%, 63%
CMYK
31, 0, 74, 1
Luminance
0.7964
Every format
| HEX | #aefd42 |
| RGB | rgb(174, 253, 66) |
| HSL | hsl(85, 98%, 63%) |
| CMYK | cmyk(31%, 0%, 74%, 1%) |
| LAB | lab(91.5 -50.5 76.2) |
| LCH | lch(91.5 91.4 123.5) |
| OKLCH | oklch(0.910 0.222 130.2) |
Copy-ready code
/* CSS */
color: #aefd42;
background-color: #aefd42;
/* Tailwind (arbitrary) */
class="text-[#aefd42] bg-[#aefd42]"
/* SCSS */
$brand: #aefd42;
/* SwiftUI */
Color(red: 0.682, green: 0.992, blue: 0.259)
/* Android */
Color.parseColor("#aefd42")Accessibility — WCAG contrast
Aa
#aefd42 on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aefd42 on black: 16.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green99.2%
Blue25.9%
CMYK percentages
Cyan31.2%
Magenta0.0%
Yellow73.9%
Key (black)0.8%
Color previews
#aefd42 text on a black background
contrast 16.93:1
Card sample
#aefd42 text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aefd42;
Background color
Panel with #aefd42 background
background-color: #aefd42;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aefd42;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 253, 66, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 253, 66, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aefd42; background: linear-gradient(135deg, #aefd42, #42FD52);