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