#ade17a
a light, vivid green · cool · closest name: khaki
RGB
173, 225, 122
HSL
90°, 63%, 68%
CMYK
23, 0, 46, 12
Luminance
0.6414
Every format
| HEX | #ade17a |
| RGB | rgb(173, 225, 122) |
| HSL | hsl(90, 63%, 68%) |
| CMYK | cmyk(23%, 0%, 46%, 12%) |
| LAB | lab(84.0 -33.9 44.9) |
| LCH | lch(84.0 56.3 127.1) |
| OKLCH | oklch(0.851 0.143 130.9) |
Copy-ready code
/* CSS */
color: #ade17a;
background-color: #ade17a;
/* Tailwind (arbitrary) */
class="text-[#ade17a] bg-[#ade17a]"
/* SCSS */
$brand: #ade17a;
/* SwiftUI */
Color(red: 0.678, green: 0.882, blue: 0.478)
/* Android */
Color.parseColor("#ade17a")Accessibility — WCAG contrast
Aa
#ade17a on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade17a on black: 13.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green88.2%
Blue47.8%
CMYK percentages
Cyan23.1%
Magenta0.0%
Yellow45.8%
Key (black)11.8%
Color previews
#ade17a text on a black background
contrast 13.83:1
Card sample
#ade17a text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade17a;
Background color
Panel with #ade17a background
background-color: #ade17a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade17a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 225, 122, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 225, 122, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade17a; background: linear-gradient(135deg, #ade17a, #7AE18C);