#adef8e
a light, electric green · cool · closest name: khaki
RGB
173, 239, 142
HSL
101°, 75%, 75%
CMYK
28, 0, 41, 6
Luminance
0.7257
Every format
| HEX | #adef8e |
| RGB | rgb(173, 239, 142) |
| HSL | hsl(101, 75%, 75%) |
| CMYK | cmyk(28%, 0%, 41%, 6%) |
| LAB | lab(88.2 -37.8 40.4) |
| LCH | lch(88.2 55.4 133.1) |
| OKLCH | oklch(0.885 0.143 136.2) |
Copy-ready code
/* CSS */
color: #adef8e;
background-color: #adef8e;
/* Tailwind (arbitrary) */
class="text-[#adef8e] bg-[#adef8e]"
/* SCSS */
$brand: #adef8e;
/* SwiftUI */
Color(red: 0.678, green: 0.937, blue: 0.557)
/* Android */
Color.parseColor("#adef8e")Accessibility — WCAG contrast
Aa
#adef8e on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adef8e on black: 15.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green93.7%
Blue55.7%
CMYK percentages
Cyan27.6%
Magenta0.0%
Yellow40.6%
Key (black)6.3%
Color previews
#adef8e text on a black background
contrast 15.51:1
Card sample
#adef8e text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adef8e;
Background color
Panel with #adef8e background
background-color: #adef8e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adef8e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 239, 142, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 239, 142, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adef8e; background: linear-gradient(135deg, #adef8e, #8EEFB0);