#adef7a
a light, electric green · cool · closest name: khaki
RGB
173, 239, 122
HSL
94°, 79%, 71%
CMYK
28, 0, 49, 6
Luminance
0.7202
Every format
| HEX | #adef7a |
| RGB | rgb(173, 239, 122) |
| HSL | hsl(94, 79%, 71%) |
| CMYK | cmyk(28%, 0%, 49%, 6%) |
| LAB | lab(88.0 -40.3 49.7) |
| LCH | lch(88.0 64.0 129.0) |
| OKLCH | oklch(0.882 0.163 133.0) |
Copy-ready code
/* CSS */
color: #adef7a;
background-color: #adef7a;
/* Tailwind (arbitrary) */
class="text-[#adef7a] bg-[#adef7a]"
/* SCSS */
$brand: #adef7a;
/* SwiftUI */
Color(red: 0.678, green: 0.937, blue: 0.478)
/* Android */
Color.parseColor("#adef7a")Accessibility — WCAG contrast
Aa
#adef7a on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adef7a on black: 15.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green93.7%
Blue47.8%
CMYK percentages
Cyan27.6%
Magenta0.0%
Yellow49.0%
Key (black)6.3%
Color previews
#adef7a text on a black background
contrast 15.40:1
Card sample
#adef7a text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adef7a;
Background color
Panel with #adef7a background
background-color: #adef7a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adef7a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 239, 122, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 239, 122, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adef7a; background: linear-gradient(135deg, #adef7a, #7AEF95);