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