#ade78a
a light, vivid green · cool · closest name: khaki
RGB
173, 231, 138
HSL
97°, 66%, 72%
CMYK
25, 0, 40, 9
Luminance
0.6787
Every format
| HEX | #ade78a |
| RGB | rgb(173, 231, 138) |
| HSL | hsl(97, 66%, 72%) |
| CMYK | cmyk(25%, 0%, 40%, 9%) |
| LAB | lab(85.9 -34.7 39.4) |
| LCH | lch(85.9 52.5 131.4) |
| OKLCH | oklch(0.867 0.136 134.5) |
Copy-ready code
/* CSS */
color: #ade78a;
background-color: #ade78a;
/* Tailwind (arbitrary) */
class="text-[#ade78a] bg-[#ade78a]"
/* SCSS */
$brand: #ade78a;
/* SwiftUI */
Color(red: 0.678, green: 0.906, blue: 0.541)
/* Android */
Color.parseColor("#ade78a")Accessibility — WCAG contrast
Aa
#ade78a on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade78a on black: 14.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green90.6%
Blue54.1%
CMYK percentages
Cyan25.1%
Magenta0.0%
Yellow40.3%
Key (black)9.4%
Color previews
#ade78a text on a black background
contrast 14.57:1
Card sample
#ade78a text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade78a;
Background color
Panel with #ade78a background
background-color: #ade78a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade78a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 231, 138, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 231, 138, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade78a; background: linear-gradient(135deg, #ade78a, #8AE7A5);