#aade7f
a light, vivid green · cool · closest name: khaki
RGB
170, 222, 127
HSL
93°, 59%, 68%
CMYK
23, 0, 43, 13
Luminance
0.6232
Every format
| HEX | #aade7f |
| RGB | rgb(170, 222, 127) |
| HSL | hsl(93, 59%, 68%) |
| CMYK | cmyk(23%, 0%, 43%, 13%) |
| LAB | lab(83.1 -33.0 41.2) |
| LCH | lch(83.1 52.8 128.7) |
| OKLCH | oklch(0.843 0.135 132.1) |
Copy-ready code
/* CSS */
color: #aade7f;
background-color: #aade7f;
/* Tailwind (arbitrary) */
class="text-[#aade7f] bg-[#aade7f]"
/* SCSS */
$brand: #aade7f;
/* SwiftUI */
Color(red: 0.667, green: 0.871, blue: 0.498)
/* Android */
Color.parseColor("#aade7f")Accessibility — WCAG contrast
Aa
#aade7f on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aade7f on black: 13.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green87.1%
Blue49.8%
CMYK percentages
Cyan23.4%
Magenta0.0%
Yellow42.8%
Key (black)12.9%
Color previews
#aade7f text on a black background
contrast 13.46:1
Card sample
#aade7f text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aade7f;
Background color
Panel with #aade7f background
background-color: #aade7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aade7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 222, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 222, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aade7f; background: linear-gradient(135deg, #aade7f, #7FDE93);