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