#aade4d
a balanced, vivid green · cool · closest name: olivedrab
RGB
170, 222, 77
HSL
82°, 69%, 59%
CMYK
23, 0, 65, 13
Luminance
0.6132
Every format
| HEX | #aade4d |
| RGB | rgb(170, 222, 77) |
| HSL | hsl(82, 69%, 59%) |
| CMYK | cmyk(23%, 0%, 65%, 13%) |
| LAB | lab(82.5 -37.9 63.2) |
| LCH | lch(82.5 73.7 120.9) |
| OKLCH | oklch(0.837 0.180 126.9) |
Copy-ready code
/* CSS */
color: #aade4d;
background-color: #aade4d;
/* Tailwind (arbitrary) */
class="text-[#aade4d] bg-[#aade4d]"
/* SCSS */
$brand: #aade4d;
/* SwiftUI */
Color(red: 0.667, green: 0.871, blue: 0.302)
/* Android */
Color.parseColor("#aade4d")Accessibility — WCAG contrast
Aa
#aade4d on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aade4d on black: 13.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green87.1%
Blue30.2%
CMYK percentages
Cyan23.4%
Magenta0.0%
Yellow65.3%
Key (black)12.9%
Color previews
#aade4d text on a black background
contrast 13.26:1
Card sample
#aade4d text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aade4d;
Background color
Panel with #aade4d background
background-color: #aade4d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aade4d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 222, 77, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 222, 77, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aade4d; background: linear-gradient(135deg, #aade4d, #4DDE51);