#adef62
a light, electric green · cool · closest name: khaki
RGB
173, 239, 98
HSL
88°, 82%, 66%
CMYK
28, 0, 59, 6
Luminance
0.7150
Every format
| HEX | #adef62 |
| RGB | rgb(173, 239, 98) |
| HSL | hsl(88, 82%, 66%) |
| CMYK | cmyk(28%, 0%, 59%, 6%) |
| LAB | lab(87.7 -42.6 60.2) |
| LCH | lch(87.7 73.8 125.3) |
| OKLCH | oklch(0.880 0.184 130.5) |
Copy-ready code
/* CSS */
color: #adef62;
background-color: #adef62;
/* Tailwind (arbitrary) */
class="text-[#adef62] bg-[#adef62]"
/* SCSS */
$brand: #adef62;
/* SwiftUI */
Color(red: 0.678, green: 0.937, blue: 0.384)
/* Android */
Color.parseColor("#adef62")Accessibility — WCAG contrast
Aa
#adef62 on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adef62 on black: 15.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green93.7%
Blue38.4%
CMYK percentages
Cyan27.6%
Magenta0.0%
Yellow59.0%
Key (black)6.3%
Color previews
#adef62 text on a black background
contrast 15.30:1
Card sample
#adef62 text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adef62;
Background color
Panel with #adef62 background
background-color: #adef62;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adef62;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 239, 98, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 239, 98, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adef62; background: linear-gradient(135deg, #adef62, #62EF75);