#ade771
a light, vivid green · cool · closest name: khaki
RGB
173, 231, 113
HSL
90°, 71%, 68%
CMYK
25, 0, 51, 9
Luminance
0.6723
Every format
| HEX | #ade771 |
| RGB | rgb(173, 231, 113) |
| HSL | hsl(90, 71%, 68%) |
| CMYK | cmyk(25%, 0%, 51%, 9%) |
| LAB | lab(85.6 -37.7 51.1) |
| LCH | lch(85.6 63.5 126.4) |
| OKLCH | oklch(0.863 0.161 130.7) |
Copy-ready code
/* CSS */
color: #ade771;
background-color: #ade771;
/* Tailwind (arbitrary) */
class="text-[#ade771] bg-[#ade771]"
/* SCSS */
$brand: #ade771;
/* SwiftUI */
Color(red: 0.678, green: 0.906, blue: 0.443)
/* Android */
Color.parseColor("#ade771")Accessibility — WCAG contrast
Aa
#ade771 on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade771 on black: 14.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green90.6%
Blue44.3%
CMYK percentages
Cyan25.1%
Magenta0.0%
Yellow51.1%
Key (black)9.4%
Color previews
#ade771 text on a black background
contrast 14.45:1
Card sample
#ade771 text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade771;
Background color
Panel with #ade771 background
background-color: #ade771;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade771;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 231, 113, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 231, 113, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade771; background: linear-gradient(135deg, #ade771, #71E784);