#adef80
a light, electric green · cool · closest name: khaki
RGB
173, 239, 128
HSL
96°, 78%, 72%
CMYK
28, 0, 46, 6
Luminance
0.7218
Every format
| HEX | #adef80 |
| RGB | rgb(173, 239, 128) |
| HSL | hsl(96, 78%, 72%) |
| CMYK | cmyk(28%, 0%, 46%, 6%) |
| LAB | lab(88.0 -39.6 47.0) |
| LCH | lch(88.0 61.4 130.1) |
| OKLCH | oklch(0.883 0.157 133.9) |
Copy-ready code
/* CSS */
color: #adef80;
background-color: #adef80;
/* Tailwind (arbitrary) */
class="text-[#adef80] bg-[#adef80]"
/* SCSS */
$brand: #adef80;
/* SwiftUI */
Color(red: 0.678, green: 0.937, blue: 0.502)
/* Android */
Color.parseColor("#adef80")Accessibility — WCAG contrast
Aa
#adef80 on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adef80 on black: 15.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green93.7%
Blue50.2%
CMYK percentages
Cyan27.6%
Magenta0.0%
Yellow46.4%
Key (black)6.3%
Color previews
#adef80 text on a black background
contrast 15.44:1
Card sample
#adef80 text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adef80;
Background color
Panel with #adef80 background
background-color: #adef80;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adef80;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 239, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 239, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adef80; background: linear-gradient(135deg, #adef80, #80EF9D);