#ade571
a light, vivid green · cool · closest name: khaki
RGB
173, 229, 113
HSL
89°, 69%, 67%
CMYK
25, 0, 51, 10
Luminance
0.6612
Every format
| HEX | #ade571 |
| RGB | rgb(173, 229, 113) |
| HSL | hsl(89, 69%, 67%) |
| CMYK | cmyk(25%, 0%, 51%, 10%) |
| LAB | lab(85.0 -36.8 50.4) |
| LCH | lch(85.0 62.4 126.1) |
| OKLCH | oklch(0.859 0.158 130.4) |
Copy-ready code
/* CSS */
color: #ade571;
background-color: #ade571;
/* Tailwind (arbitrary) */
class="text-[#ade571] bg-[#ade571]"
/* SCSS */
$brand: #ade571;
/* SwiftUI */
Color(red: 0.678, green: 0.898, blue: 0.443)
/* Android */
Color.parseColor("#ade571")Accessibility — WCAG contrast
Aa
#ade571 on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade571 on black: 14.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green89.8%
Blue44.3%
CMYK percentages
Cyan24.5%
Magenta0.0%
Yellow50.7%
Key (black)10.2%
Color previews
#ade571 text on a black background
contrast 14.22:1
Card sample
#ade571 text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade571;
Background color
Panel with #ade571 background
background-color: #ade571;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade571;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 229, 113, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 229, 113, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade571; background: linear-gradient(135deg, #ade571, #71E583);