#aade2a
a balanced, vivid green · cool · closest name: yellow
RGB
170, 222, 42
HSL
77°, 73%, 52%
CMYK
23, 0, 81, 13
Luminance
0.6096
Every format
| HEX | #aade2a |
| RGB | rgb(170, 222, 42) |
| HSL | hsl(77, 73%, 52%) |
| CMYK | cmyk(23%, 0%, 81%, 13%) |
| LAB | lab(82.3 -39.8 74.5) |
| LCH | lch(82.3 84.5 118.1) |
| OKLCH | oklch(0.834 0.200 125.5) |
Copy-ready code
/* CSS */
color: #aade2a;
background-color: #aade2a;
/* Tailwind (arbitrary) */
class="text-[#aade2a] bg-[#aade2a]"
/* SCSS */
$brand: #aade2a;
/* SwiftUI */
Color(red: 0.667, green: 0.871, blue: 0.165)
/* Android */
Color.parseColor("#aade2a")Accessibility — WCAG contrast
Aa
#aade2a on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aade2a on black: 13.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green87.1%
Blue16.5%
CMYK percentages
Cyan23.4%
Magenta0.0%
Yellow81.1%
Key (black)12.9%
Color previews
#aade2a text on a black background
contrast 13.19:1
Card sample
#aade2a text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aade2a;
Background color
Panel with #aade2a background
background-color: #aade2a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aade2a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 222, 42, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 222, 42, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aade2a; background: linear-gradient(135deg, #aade2a, #32DE2A);