#adef5e
a light, electric green · cool · closest name: khaki
RGB
173, 239, 94
HSL
87°, 82%, 65%
CMYK
28, 0, 61, 6
Luminance
0.7143
Every format
| HEX | #adef5e |
| RGB | rgb(173, 239, 94) |
| HSL | hsl(87, 82%, 65%) |
| CMYK | cmyk(28%, 0%, 61%, 6%) |
| LAB | lab(87.7 -43.0 61.9) |
| LCH | lch(87.7 75.4 124.8) |
| OKLCH | oklch(0.879 0.187 130.2) |
Copy-ready code
/* CSS */
color: #adef5e;
background-color: #adef5e;
/* Tailwind (arbitrary) */
class="text-[#adef5e] bg-[#adef5e]"
/* SCSS */
$brand: #adef5e;
/* SwiftUI */
Color(red: 0.678, green: 0.937, blue: 0.369)
/* Android */
Color.parseColor("#adef5e")Accessibility — WCAG contrast
Aa
#adef5e on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adef5e on black: 15.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green93.7%
Blue36.9%
CMYK percentages
Cyan27.6%
Magenta0.0%
Yellow60.7%
Key (black)6.3%
Color previews
#adef5e text on a black background
contrast 15.29:1
Card sample
#adef5e text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adef5e;
Background color
Panel with #adef5e background
background-color: #adef5e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adef5e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 239, 94, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 239, 94, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adef5e; background: linear-gradient(135deg, #adef5e, #5EEF70);