#adef1e
a balanced, electric green · cool · closest name: yellow
RGB
173, 239, 30
HSL
79°, 87%, 53%
CMYK
28, 0, 87, 6
Luminance
0.7071
Every format
| HEX | #adef1e |
| RGB | rgb(173, 239, 30) |
| HSL | hsl(79, 87%, 53%) |
| CMYK | cmyk(28%, 0%, 87%, 6%) |
| LAB | lab(87.3 -46.4 81.4) |
| LCH | lch(87.3 93.7 119.7) |
| OKLCH | oklch(0.875 0.221 127.4) |
Copy-ready code
/* CSS */
color: #adef1e;
background-color: #adef1e;
/* Tailwind (arbitrary) */
class="text-[#adef1e] bg-[#adef1e]"
/* SCSS */
$brand: #adef1e;
/* SwiftUI */
Color(red: 0.678, green: 0.937, blue: 0.118)
/* Android */
Color.parseColor("#adef1e")Accessibility — WCAG contrast
Aa
#adef1e on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adef1e on black: 15.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green93.7%
Blue11.8%
CMYK percentages
Cyan27.6%
Magenta0.0%
Yellow87.4%
Key (black)6.3%
Color previews
#adef1e text on a black background
contrast 15.14:1
Card sample
#adef1e text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adef1e;
Background color
Panel with #adef1e background
background-color: #adef1e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adef1e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 239, 30, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 239, 30, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adef1e; background: linear-gradient(135deg, #adef1e, #22EF1E);