#aefd90
a light, electric green · cool · closest name: khaki
RGB
174, 253, 144
HSL
104°, 97%, 78%
CMYK
31, 0, 43, 1
Luminance
0.8126
Every format
| HEX | #aefd90 |
| RGB | rgb(174, 253, 144) |
| HSL | hsl(104, 97%, 78%) |
| CMYK | cmyk(31%, 0%, 43%, 1%) |
| LAB | lab(92.3 -43.4 44.6) |
| LCH | lch(92.3 62.2 134.3) |
| OKLCH | oklch(0.918 0.161 137.6) |
Copy-ready code
/* CSS */
color: #aefd90;
background-color: #aefd90;
/* Tailwind (arbitrary) */
class="text-[#aefd90] bg-[#aefd90]"
/* SCSS */
$brand: #aefd90;
/* SwiftUI */
Color(red: 0.682, green: 0.992, blue: 0.565)
/* Android */
Color.parseColor("#aefd90")Accessibility — WCAG contrast
Aa
#aefd90 on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aefd90 on black: 17.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green99.2%
Blue56.5%
CMYK percentages
Cyan31.2%
Magenta0.0%
Yellow43.1%
Key (black)0.8%
Color previews
#aefd90 text on a black background
contrast 17.25:1
Card sample
#aefd90 text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aefd90;
Background color
Panel with #aefd90 background
background-color: #aefd90;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aefd90;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 253, 144, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 253, 144, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aefd90; background: linear-gradient(135deg, #aefd90, #90FDBB);