#aefd7b
a light, electric green · cool · closest name: khaki
RGB
174, 253, 123
HSL
97°, 97%, 74%
CMYK
31, 0, 51, 1
Luminance
0.8068
Every format
| HEX | #aefd7b |
| RGB | rgb(174, 253, 123) |
| HSL | hsl(97, 97%, 74%) |
| CMYK | cmyk(31%, 0%, 51%, 1%) |
| LAB | lab(92.0 -45.9 54.1) |
| LCH | lch(92.0 71.0 130.3) |
| OKLCH | oklch(0.915 0.181 134.5) |
Copy-ready code
/* CSS */
color: #aefd7b;
background-color: #aefd7b;
/* Tailwind (arbitrary) */
class="text-[#aefd7b] bg-[#aefd7b]"
/* SCSS */
$brand: #aefd7b;
/* SwiftUI */
Color(red: 0.682, green: 0.992, blue: 0.482)
/* Android */
Color.parseColor("#aefd7b")Accessibility — WCAG contrast
Aa
#aefd7b on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aefd7b on black: 17.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green99.2%
Blue48.2%
CMYK percentages
Cyan31.2%
Magenta0.0%
Yellow51.4%
Key (black)0.8%
Color previews
#aefd7b text on a black background
contrast 17.14:1
Card sample
#aefd7b text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aefd7b;
Background color
Panel with #aefd7b background
background-color: #aefd7b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aefd7b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 253, 123, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 253, 123, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aefd7b; background: linear-gradient(135deg, #aefd7b, #7BFD9F);