#ade77a
a light, vivid green · cool · closest name: khaki
RGB
173, 231, 122
HSL
92°, 69%, 69%
CMYK
25, 0, 47, 9
Luminance
0.6744
Every format
| HEX | #ade77a |
| RGB | rgb(173, 231, 122) |
| HSL | hsl(92, 69%, 69%) |
| CMYK | cmyk(25%, 0%, 47%, 9%) |
| LAB | lab(85.7 -36.7 47.0) |
| LCH | lch(85.7 59.6 128.0) |
| OKLCH | oklch(0.864 0.152 131.9) |
Copy-ready code
/* CSS */
color: #ade77a;
background-color: #ade77a;
/* Tailwind (arbitrary) */
class="text-[#ade77a] bg-[#ade77a]"
/* SCSS */
$brand: #ade77a;
/* SwiftUI */
Color(red: 0.678, green: 0.906, blue: 0.478)
/* Android */
Color.parseColor("#ade77a")Accessibility — WCAG contrast
Aa
#ade77a on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade77a on black: 14.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green90.6%
Blue47.8%
CMYK percentages
Cyan25.1%
Magenta0.0%
Yellow47.2%
Key (black)9.4%
Color previews
#ade77a text on a black background
contrast 14.49:1
Card sample
#ade77a text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade77a;
Background color
Panel with #ade77a background
background-color: #ade77a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade77a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 231, 122, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 231, 122, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade77a; background: linear-gradient(135deg, #ade77a, #7AE790);