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