#aade5f
a balanced, vivid green · cool · closest name: olivedrab
RGB
170, 222, 95
HSL
85°, 66%, 62%
CMYK
23, 0, 57, 13
Luminance
0.6161
Every format
| HEX | #aade5f |
| RGB | rgb(170, 222, 95) |
| HSL | hsl(85, 66%, 62%) |
| CMYK | cmyk(23%, 0%, 57%, 13%) |
| LAB | lab(82.7 -36.5 55.8) |
| LCH | lch(82.7 66.7 123.1) |
| OKLCH | oklch(0.838 0.166 128.2) |
Copy-ready code
/* CSS */
color: #aade5f;
background-color: #aade5f;
/* Tailwind (arbitrary) */
class="text-[#aade5f] bg-[#aade5f]"
/* SCSS */
$brand: #aade5f;
/* SwiftUI */
Color(red: 0.667, green: 0.871, blue: 0.373)
/* Android */
Color.parseColor("#aade5f")Accessibility — WCAG contrast
Aa
#aade5f on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aade5f on black: 13.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green87.1%
Blue37.3%
CMYK percentages
Cyan23.4%
Magenta0.0%
Yellow57.2%
Key (black)12.9%
Color previews
#aade5f text on a black background
contrast 13.32:1
Card sample
#aade5f text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aade5f;
Background color
Panel with #aade5f background
background-color: #aade5f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aade5f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 222, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 222, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aade5f; background: linear-gradient(135deg, #aade5f, #5FDE69);