#adef89
a light, electric green · cool · closest name: khaki
RGB
173, 239, 137
HSL
99°, 76%, 74%
CMYK
28, 0, 43, 6
Luminance
0.7242
Every format
| HEX | #adef89 |
| RGB | rgb(173, 239, 137) |
| HSL | hsl(99, 76%, 74%) |
| CMYK | cmyk(28%, 0%, 43%, 6%) |
| LAB | lab(88.2 -38.5 42.8) |
| LCH | lch(88.2 57.5 132.0) |
| OKLCH | oklch(0.885 0.148 135.3) |
Copy-ready code
/* CSS */
color: #adef89;
background-color: #adef89;
/* Tailwind (arbitrary) */
class="text-[#adef89] bg-[#adef89]"
/* SCSS */
$brand: #adef89;
/* SwiftUI */
Color(red: 0.678, green: 0.937, blue: 0.537)
/* Android */
Color.parseColor("#adef89")Accessibility — WCAG contrast
Aa
#adef89 on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adef89 on black: 15.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green93.7%
Blue53.7%
CMYK percentages
Cyan27.6%
Magenta0.0%
Yellow42.7%
Key (black)6.3%
Color previews
#adef89 text on a black background
contrast 15.48:1
Card sample
#adef89 text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adef89;
Background color
Panel with #adef89 background
background-color: #adef89;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adef89;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 239, 137, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 239, 137, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adef89; background: linear-gradient(135deg, #adef89, #89EFA9);