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