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