#aade7c
a light, vivid green · cool · closest name: khaki
RGB
170, 222, 124
HSL
92°, 60%, 68%
CMYK
23, 0, 44, 13
Luminance
0.6224
Every format
| HEX | #aade7c |
| RGB | rgb(170, 222, 124) |
| HSL | hsl(92, 60%, 68%) |
| CMYK | cmyk(23%, 0%, 44%, 13%) |
| LAB | lab(83.0 -33.4 42.6) |
| LCH | lch(83.0 54.1 128.1) |
| OKLCH | oklch(0.842 0.139 131.6) |
Copy-ready code
/* CSS */
color: #aade7c;
background-color: #aade7c;
/* Tailwind (arbitrary) */
class="text-[#aade7c] bg-[#aade7c]"
/* SCSS */
$brand: #aade7c;
/* SwiftUI */
Color(red: 0.667, green: 0.871, blue: 0.486)
/* Android */
Color.parseColor("#aade7c")Accessibility — WCAG contrast
Aa
#aade7c on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aade7c on black: 13.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green87.1%
Blue48.6%
CMYK percentages
Cyan23.4%
Magenta0.0%
Yellow44.1%
Key (black)12.9%
Color previews
#aade7c text on a black background
contrast 13.45:1
Card sample
#aade7c text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aade7c;
Background color
Panel with #aade7c background
background-color: #aade7c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aade7c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 222, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 222, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aade7c; background: linear-gradient(135deg, #aade7c, #7CDE8F);