#adef79
a light, electric green · cool · closest name: khaki
RGB
173, 239, 121
HSL
94°, 79%, 71%
CMYK
28, 0, 49, 6
Luminance
0.7200
Every format
| HEX | #adef79 |
| RGB | rgb(173, 239, 121) |
| HSL | hsl(94, 79%, 71%) |
| CMYK | cmyk(28%, 0%, 49%, 6%) |
| LAB | lab(88.0 -40.4 50.2) |
| LCH | lch(88.0 64.4 128.8) |
| OKLCH | oklch(0.882 0.164 132.9) |
Copy-ready code
/* CSS */
color: #adef79;
background-color: #adef79;
/* Tailwind (arbitrary) */
class="text-[#adef79] bg-[#adef79]"
/* SCSS */
$brand: #adef79;
/* SwiftUI */
Color(red: 0.678, green: 0.937, blue: 0.475)
/* Android */
Color.parseColor("#adef79")Accessibility — WCAG contrast
Aa
#adef79 on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adef79 on black: 15.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green93.7%
Blue47.5%
CMYK percentages
Cyan27.6%
Magenta0.0%
Yellow49.4%
Key (black)6.3%
Color previews
#adef79 text on a black background
contrast 15.40:1
Card sample
#adef79 text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adef79;
Background color
Panel with #adef79 background
background-color: #adef79;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adef79;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 239, 121, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 239, 121, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adef79; background: linear-gradient(135deg, #adef79, #79EF94);