#adef39
a balanced, electric green · cool · closest name: yellow
RGB
173, 239, 57
HSL
82°, 85%, 58%
CMYK
28, 0, 76, 6
Luminance
0.7091
Every format
| HEX | #adef39 |
| RGB | rgb(173, 239, 57) |
| HSL | hsl(82, 85%, 58%) |
| CMYK | cmyk(28%, 0%, 76%, 6%) |
| LAB | lab(87.4 -45.4 75.1) |
| LCH | lch(87.4 87.7 121.2) |
| OKLCH | oklch(0.876 0.211 128.2) |
Copy-ready code
/* CSS */
color: #adef39;
background-color: #adef39;
/* Tailwind (arbitrary) */
class="text-[#adef39] bg-[#adef39]"
/* SCSS */
$brand: #adef39;
/* SwiftUI */
Color(red: 0.678, green: 0.937, blue: 0.224)
/* Android */
Color.parseColor("#adef39")Accessibility — WCAG contrast
Aa
#adef39 on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adef39 on black: 15.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green93.7%
Blue22.4%
CMYK percentages
Cyan27.6%
Magenta0.0%
Yellow76.2%
Key (black)6.3%
Color previews
#adef39 text on a black background
contrast 15.18:1
Card sample
#adef39 text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adef39;
Background color
Panel with #adef39 background
background-color: #adef39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adef39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 239, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 239, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adef39; background: linear-gradient(135deg, #adef39, #39EF3E);