#ade971
a light, vivid green · cool · closest name: khaki
RGB
173, 233, 113
HSL
90°, 73%, 68%
CMYK
26, 0, 52, 9
Luminance
0.6835
Every format
| HEX | #ade971 |
| RGB | rgb(173, 233, 113) |
| HSL | hsl(90, 73%, 68%) |
| CMYK | cmyk(26%, 0%, 52%, 9%) |
| LAB | lab(86.2 -38.6 51.8) |
| LCH | lch(86.2 64.5 126.7) |
| OKLCH | oklch(0.868 0.163 131.1) |
Copy-ready code
/* CSS */
color: #ade971;
background-color: #ade971;
/* Tailwind (arbitrary) */
class="text-[#ade971] bg-[#ade971]"
/* SCSS */
$brand: #ade971;
/* SwiftUI */
Color(red: 0.678, green: 0.914, blue: 0.443)
/* Android */
Color.parseColor("#ade971")Accessibility — WCAG contrast
Aa
#ade971 on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade971 on black: 14.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green91.4%
Blue44.3%
CMYK percentages
Cyan25.8%
Magenta0.0%
Yellow51.5%
Key (black)8.6%
Color previews
#ade971 text on a black background
contrast 14.67:1
Card sample
#ade971 text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade971;
Background color
Panel with #ade971 background
background-color: #ade971;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade971;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 233, 113, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 233, 113, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade971; background: linear-gradient(135deg, #ade971, #71E985);