#adef6a
a light, electric green · cool · closest name: khaki
RGB
173, 239, 106
HSL
90°, 81%, 68%
CMYK
28, 0, 56, 6
Luminance
0.7166
Every format
| HEX | #adef6a |
| RGB | rgb(173, 239, 106) |
| HSL | hsl(90, 81%, 68%) |
| CMYK | cmyk(28%, 0%, 56%, 6%) |
| LAB | lab(87.8 -41.9 56.8) |
| LCH | lch(87.8 70.6 126.4) |
| OKLCH | oklch(0.880 0.178 131.2) |
Copy-ready code
/* CSS */
color: #adef6a;
background-color: #adef6a;
/* Tailwind (arbitrary) */
class="text-[#adef6a] bg-[#adef6a]"
/* SCSS */
$brand: #adef6a;
/* SwiftUI */
Color(red: 0.678, green: 0.937, blue: 0.416)
/* Android */
Color.parseColor("#adef6a")Accessibility — WCAG contrast
Aa
#adef6a on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adef6a on black: 15.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green93.7%
Blue41.6%
CMYK percentages
Cyan27.6%
Magenta0.0%
Yellow55.6%
Key (black)6.3%
Color previews
#adef6a text on a black background
contrast 15.33:1
Card sample
#adef6a text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adef6a;
Background color
Panel with #adef6a background
background-color: #adef6a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adef6a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 239, 106, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 239, 106, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adef6a; background: linear-gradient(135deg, #adef6a, #6AEF80);