#adef25
a balanced, electric green · cool · closest name: yellow
RGB
173, 239, 37
HSL
80°, 86%, 54%
CMYK
28, 0, 85, 6
Luminance
0.7075
Every format
| HEX | #adef25 |
| RGB | rgb(173, 239, 37) |
| HSL | hsl(80, 86%, 54%) |
| CMYK | cmyk(28%, 0%, 85%, 6%) |
| LAB | lab(87.4 -46.2 80.1) |
| LCH | lch(87.4 92.5 120.0) |
| OKLCH | oklch(0.875 0.219 127.6) |
Copy-ready code
/* CSS */
color: #adef25;
background-color: #adef25;
/* Tailwind (arbitrary) */
class="text-[#adef25] bg-[#adef25]"
/* SCSS */
$brand: #adef25;
/* SwiftUI */
Color(red: 0.678, green: 0.937, blue: 0.145)
/* Android */
Color.parseColor("#adef25")Accessibility — WCAG contrast
Aa
#adef25 on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adef25 on black: 15.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green93.7%
Blue14.5%
CMYK percentages
Cyan27.6%
Magenta0.0%
Yellow84.5%
Key (black)6.3%
Color previews
#adef25 text on a black background
contrast 15.15:1
Card sample
#adef25 text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adef25;
Background color
Panel with #adef25 background
background-color: #adef25;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adef25;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 239, 37, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 239, 37, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adef25; background: linear-gradient(135deg, #adef25, #26EF25);