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