#ade616
a balanced, electric green · cool · closest name: yellow
RGB
173, 230, 22
HSL
76°, 83%, 49%
CMYK
25, 0, 90, 10
Luminance
0.6554
Every format
| HEX | #ade616 |
| RGB | rgb(173, 230, 22) |
| HSL | hsl(76, 83%, 49%) |
| CMYK | cmyk(25%, 0%, 90%, 10%) |
| LAB | lab(84.8 -42.7 80.6) |
| LCH | lch(84.8 91.2 117.9) |
| OKLCH | oklch(0.854 0.213 125.8) |
Copy-ready code
/* CSS */
color: #ade616;
background-color: #ade616;
/* Tailwind (arbitrary) */
class="text-[#ade616] bg-[#ade616]"
/* SCSS */
$brand: #ade616;
/* SwiftUI */
Color(red: 0.678, green: 0.902, blue: 0.086)
/* Android */
Color.parseColor("#ade616")Accessibility — WCAG contrast
Aa
#ade616 on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade616 on black: 14.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green90.2%
Blue8.6%
CMYK percentages
Cyan24.8%
Magenta0.0%
Yellow90.4%
Key (black)9.8%
Color previews
#ade616 text on a black background
contrast 14.11:1
Card sample
#ade616 text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade616;
Background color
Panel with #ade616 background
background-color: #ade616;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade616;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 230, 22, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 230, 22, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade616; background: linear-gradient(135deg, #ade616, #23E616);