#ade44b
a balanced, vivid green · cool · closest name: olivedrab
RGB
173, 228, 75
HSL
82°, 74%, 59%
CMYK
24, 0, 67, 11
Luminance
0.6488
Every format
| HEX | #ade44b |
| RGB | rgb(173, 228, 75) |
| HSL | hsl(82, 74%, 59%) |
| CMYK | cmyk(24%, 0%, 67%, 11%) |
| LAB | lab(84.4 -39.6 66.0) |
| LCH | lch(84.4 77.0 121.0) |
| OKLCH | oklch(0.852 0.188 127.1) |
Copy-ready code
/* CSS */
color: #ade44b;
background-color: #ade44b;
/* Tailwind (arbitrary) */
class="text-[#ade44b] bg-[#ade44b]"
/* SCSS */
$brand: #ade44b;
/* SwiftUI */
Color(red: 0.678, green: 0.894, blue: 0.294)
/* Android */
Color.parseColor("#ade44b")Accessibility — WCAG contrast
Aa
#ade44b on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade44b on black: 13.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green89.4%
Blue29.4%
CMYK percentages
Cyan24.1%
Magenta0.0%
Yellow67.1%
Key (black)10.6%
Color previews
#ade44b text on a black background
contrast 13.98:1
Card sample
#ade44b text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade44b;
Background color
Panel with #ade44b background
background-color: #ade44b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade44b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 228, 75, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 228, 75, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade44b; background: linear-gradient(135deg, #ade44b, #4BE44F);