#adef3e
a balanced, electric green · cool · closest name: yellow
RGB
173, 239, 62
HSL
82°, 85%, 59%
CMYK
28, 0, 74, 6
Luminance
0.7097
Every format
| HEX | #adef3e |
| RGB | rgb(173, 239, 62) |
| HSL | hsl(82, 85%, 59%) |
| CMYK | cmyk(28%, 0%, 74%, 6%) |
| LAB | lab(87.5 -45.1 73.6) |
| LCH | lch(87.5 86.3 121.5) |
| OKLCH | oklch(0.877 0.208 128.3) |
Copy-ready code
/* CSS */
color: #adef3e;
background-color: #adef3e;
/* Tailwind (arbitrary) */
class="text-[#adef3e] bg-[#adef3e]"
/* SCSS */
$brand: #adef3e;
/* SwiftUI */
Color(red: 0.678, green: 0.937, blue: 0.243)
/* Android */
Color.parseColor("#adef3e")Accessibility — WCAG contrast
Aa
#adef3e on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adef3e on black: 15.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green93.7%
Blue24.3%
CMYK percentages
Cyan27.6%
Magenta0.0%
Yellow74.1%
Key (black)6.3%
Color previews
#adef3e text on a black background
contrast 15.19:1
Card sample
#adef3e text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adef3e;
Background color
Panel with #adef3e background
background-color: #adef3e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adef3e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 239, 62, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 239, 62, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adef3e; background: linear-gradient(135deg, #adef3e, #3EEF45);