#aade6a
a balanced, vivid green · cool · closest name: khaki
RGB
170, 222, 106
HSL
87°, 64%, 64%
CMYK
23, 0, 52, 13
Luminance
0.6183
Every format
| HEX | #aade6a |
| RGB | rgb(170, 222, 106) |
| HSL | hsl(87, 64%, 64%) |
| CMYK | cmyk(23%, 0%, 52%, 13%) |
| LAB | lab(82.8 -35.4 51.0) |
| LCH | lch(82.8 62.0 124.8) |
| OKLCH | oklch(0.840 0.156 129.3) |
Copy-ready code
/* CSS */
color: #aade6a;
background-color: #aade6a;
/* Tailwind (arbitrary) */
class="text-[#aade6a] bg-[#aade6a]"
/* SCSS */
$brand: #aade6a;
/* SwiftUI */
Color(red: 0.667, green: 0.871, blue: 0.416)
/* Android */
Color.parseColor("#aade6a")Accessibility — WCAG contrast
Aa
#aade6a on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aade6a on black: 13.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green87.1%
Blue41.6%
CMYK percentages
Cyan23.4%
Magenta0.0%
Yellow52.3%
Key (black)12.9%
Color previews
#aade6a text on a black background
contrast 13.37:1
Card sample
#aade6a text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aade6a;
Background color
Panel with #aade6a background
background-color: #aade6a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aade6a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 222, 106, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 222, 106, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aade6a; background: linear-gradient(135deg, #aade6a, #6ADE77);