#aefd6b
a light, electric green · cool · closest name: khaki
RGB
174, 253, 107
HSL
93°, 97%, 71%
CMYK
31, 0, 58, 1
Luminance
0.8031
Every format
| HEX | #aefd6b |
| RGB | rgb(174, 253, 107) |
| HSL | hsl(93, 97%, 71%) |
| CMYK | cmyk(31%, 0%, 58%, 1%) |
| LAB | lab(91.8 -47.5 61.0) |
| LCH | lch(91.8 77.3 127.9) |
| OKLCH | oklch(0.913 0.195 132.9) |
Copy-ready code
/* CSS */
color: #aefd6b;
background-color: #aefd6b;
/* Tailwind (arbitrary) */
class="text-[#aefd6b] bg-[#aefd6b]"
/* SCSS */
$brand: #aefd6b;
/* SwiftUI */
Color(red: 0.682, green: 0.992, blue: 0.420)
/* Android */
Color.parseColor("#aefd6b")Accessibility — WCAG contrast
Aa
#aefd6b on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aefd6b on black: 17.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green99.2%
Blue42.0%
CMYK percentages
Cyan31.2%
Magenta0.0%
Yellow57.7%
Key (black)0.8%
Color previews
#aefd6b text on a black background
contrast 17.06:1
Card sample
#aefd6b text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aefd6b;
Background color
Panel with #aefd6b background
background-color: #aefd6b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aefd6b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 253, 107, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 253, 107, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aefd6b; background: linear-gradient(135deg, #aefd6b, #6BFD89);