#ade216
a balanced, electric green · cool · closest name: yellow
RGB
173, 226, 22
HSL
76°, 82%, 49%
CMYK
24, 0, 90, 11
Luminance
0.6333
Every format
| HEX | #ade216 |
| RGB | rgb(173, 226, 22) |
| HSL | hsl(76, 82%, 49%) |
| CMYK | cmyk(24%, 0%, 90%, 11%) |
| LAB | lab(83.6 -40.9 79.7) |
| LCH | lch(83.6 89.5 117.2) |
| OKLCH | oklch(0.845 0.209 125.1) |
Copy-ready code
/* CSS */
color: #ade216;
background-color: #ade216;
/* Tailwind (arbitrary) */
class="text-[#ade216] bg-[#ade216]"
/* SCSS */
$brand: #ade216;
/* SwiftUI */
Color(red: 0.678, green: 0.886, blue: 0.086)
/* Android */
Color.parseColor("#ade216")Accessibility — WCAG contrast
Aa
#ade216 on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade216 on black: 13.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green88.6%
Blue8.6%
CMYK percentages
Cyan23.5%
Magenta0.0%
Yellow90.3%
Key (black)11.4%
Color previews
#ade216 text on a black background
contrast 13.67:1
Card sample
#ade216 text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade216;
Background color
Panel with #ade216 background
background-color: #ade216;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade216;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 226, 22, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 226, 22, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade216; background: linear-gradient(135deg, #ade216, #25E216);