#aefd73
a light, electric green · cool · closest name: khaki
RGB
174, 253, 115
HSL
94°, 97%, 72%
CMYK
31, 0, 55, 1
Luminance
0.8049
Every format
| HEX | #aefd73 |
| RGB | rgb(174, 253, 115) |
| HSL | hsl(94, 97%, 72%) |
| CMYK | cmyk(31%, 0%, 55%, 1%) |
| LAB | lab(91.9 -46.7 57.6) |
| LCH | lch(91.9 74.2 129.0) |
| OKLCH | oklch(0.914 0.188 133.6) |
Copy-ready code
/* CSS */
color: #aefd73;
background-color: #aefd73;
/* Tailwind (arbitrary) */
class="text-[#aefd73] bg-[#aefd73]"
/* SCSS */
$brand: #aefd73;
/* SwiftUI */
Color(red: 0.682, green: 0.992, blue: 0.451)
/* Android */
Color.parseColor("#aefd73")Accessibility — WCAG contrast
Aa
#aefd73 on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aefd73 on black: 17.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green99.2%
Blue45.1%
CMYK percentages
Cyan31.2%
Magenta0.0%
Yellow54.5%
Key (black)0.8%
Color previews
#aefd73 text on a black background
contrast 17.10:1
Card sample
#aefd73 text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aefd73;
Background color
Panel with #aefd73 background
background-color: #aefd73;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aefd73;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 253, 115, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 253, 115, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aefd73; background: linear-gradient(135deg, #aefd73, #73FD94);