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