#aefd5d
a light, electric green · cool · closest name: yellow
RGB
174, 253, 93
HSL
90°, 98%, 68%
CMYK
31, 0, 63, 1
Luminance
0.8004
Every format
| HEX | #aefd5d |
| RGB | rgb(174, 253, 93) |
| HSL | hsl(90, 98%, 68%) |
| CMYK | cmyk(31%, 0%, 63%, 1%) |
| LAB | lab(91.7 -48.7 66.7) |
| LCH | lch(91.7 82.6 126.1) |
| OKLCH | oklch(0.912 0.205 131.7) |
Copy-ready code
/* CSS */
color: #aefd5d;
background-color: #aefd5d;
/* Tailwind (arbitrary) */
class="text-[#aefd5d] bg-[#aefd5d]"
/* SCSS */
$brand: #aefd5d;
/* SwiftUI */
Color(red: 0.682, green: 0.992, blue: 0.365)
/* Android */
Color.parseColor("#aefd5d")Accessibility — WCAG contrast
Aa
#aefd5d on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aefd5d on black: 17.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green99.2%
Blue36.5%
CMYK percentages
Cyan31.2%
Magenta0.0%
Yellow63.2%
Key (black)0.8%
Color previews
#aefd5d text on a black background
contrast 17.01:1
Card sample
#aefd5d text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aefd5d;
Background color
Panel with #aefd5d background
background-color: #aefd5d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aefd5d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 253, 93, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 253, 93, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aefd5d; background: linear-gradient(135deg, #aefd5d, #5DFD76);