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