#ade420
a balanced, electric green · cool · closest name: yellow
RGB
173, 228, 32
HSL
77°, 78%, 51%
CMYK
24, 0, 86, 11
Luminance
0.6448
Every format
| HEX | #ade420 |
| RGB | rgb(173, 228, 32) |
| HSL | hsl(77, 78%, 51%) |
| CMYK | cmyk(24%, 0%, 86%, 11%) |
| LAB | lab(84.2 -41.6 78.4) |
| LCH | lch(84.2 88.8 117.9) |
| OKLCH | oklch(0.850 0.208 125.6) |
Copy-ready code
/* CSS */
color: #ade420;
background-color: #ade420;
/* Tailwind (arbitrary) */
class="text-[#ade420] bg-[#ade420]"
/* SCSS */
$brand: #ade420;
/* SwiftUI */
Color(red: 0.678, green: 0.894, blue: 0.125)
/* Android */
Color.parseColor("#ade420")Accessibility — WCAG contrast
Aa
#ade420 on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade420 on black: 13.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green89.4%
Blue12.5%
CMYK percentages
Cyan24.1%
Magenta0.0%
Yellow86.0%
Key (black)10.6%
Color previews
#ade420 text on a black background
contrast 13.90:1
Card sample
#ade420 text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade420;
Background color
Panel with #ade420 background
background-color: #ade420;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade420;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 228, 32, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 228, 32, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade420; background: linear-gradient(135deg, #ade420, #2BE420);