#ade24e
a balanced, vivid green · cool · closest name: olivedrab
RGB
173, 226, 78
HSL
82°, 72%, 60%
CMYK
24, 0, 66, 11
Luminance
0.6383
Every format
| HEX | #ade24e |
| RGB | rgb(173, 226, 78) |
| HSL | hsl(82, 72%, 60%) |
| CMYK | cmyk(24%, 0%, 66%, 11%) |
| LAB | lab(83.9 -38.5 64.3) |
| LCH | lch(83.9 74.9 120.9) |
| OKLCH | oklch(0.848 0.183 126.9) |
Copy-ready code
/* CSS */
color: #ade24e;
background-color: #ade24e;
/* Tailwind (arbitrary) */
class="text-[#ade24e] bg-[#ade24e]"
/* SCSS */
$brand: #ade24e;
/* SwiftUI */
Color(red: 0.678, green: 0.886, blue: 0.306)
/* Android */
Color.parseColor("#ade24e")Accessibility — WCAG contrast
Aa
#ade24e on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade24e on black: 13.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green88.6%
Blue30.6%
CMYK percentages
Cyan23.5%
Magenta0.0%
Yellow65.5%
Key (black)11.4%
Color previews
#ade24e text on a black background
contrast 13.77:1
Card sample
#ade24e text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade24e;
Background color
Panel with #ade24e background
background-color: #ade24e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade24e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 226, 78, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 226, 78, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade24e; background: linear-gradient(135deg, #ade24e, #4EE252);