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