#aefd1d
a balanced, electric green · cool · closest name: yellow
RGB
174, 253, 29
HSL
81°, 98%, 55%
CMYK
31, 0, 89, 1
Luminance
0.7934
Every format
| HEX | #aefd1d |
| RGB | rgb(174, 253, 29) |
| HSL | hsl(81, 98%, 55%) |
| CMYK | cmyk(31%, 0%, 89%, 1%) |
| LAB | lab(91.4 -51.8 85.0) |
| LCH | lch(91.4 99.5 121.4) |
| OKLCH | oklch(0.908 0.236 129.2) |
Copy-ready code
/* CSS */
color: #aefd1d;
background-color: #aefd1d;
/* Tailwind (arbitrary) */
class="text-[#aefd1d] bg-[#aefd1d]"
/* SCSS */
$brand: #aefd1d;
/* SwiftUI */
Color(red: 0.682, green: 0.992, blue: 0.114)
/* Android */
Color.parseColor("#aefd1d")Accessibility — WCAG contrast
Aa
#aefd1d on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aefd1d on black: 16.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green99.2%
Blue11.4%
CMYK percentages
Cyan31.2%
Magenta0.0%
Yellow88.5%
Key (black)0.8%
Color previews
#aefd1d text on a black background
contrast 16.87:1
Card sample
#aefd1d text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aefd1d;
Background color
Panel with #aefd1d background
background-color: #aefd1d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aefd1d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 253, 29, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 253, 29, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aefd1d; background: linear-gradient(135deg, #aefd1d, #1DFD22);