#ade780
a light, vivid green · cool · closest name: khaki
RGB
173, 231, 128
HSL
94°, 68%, 70%
CMYK
25, 0, 45, 9
Luminance
0.6759
Every format
| HEX | #ade780 |
| RGB | rgb(173, 231, 128) |
| HSL | hsl(94, 68%, 70%) |
| CMYK | cmyk(25%, 0%, 45%, 9%) |
| LAB | lab(85.8 -36.0 44.2) |
| LCH | lch(85.8 57.0 129.2) |
| OKLCH | oklch(0.865 0.146 132.8) |
Copy-ready code
/* CSS */
color: #ade780;
background-color: #ade780;
/* Tailwind (arbitrary) */
class="text-[#ade780] bg-[#ade780]"
/* SCSS */
$brand: #ade780;
/* SwiftUI */
Color(red: 0.678, green: 0.906, blue: 0.502)
/* Android */
Color.parseColor("#ade780")Accessibility — WCAG contrast
Aa
#ade780 on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade780 on black: 14.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green90.6%
Blue50.2%
CMYK percentages
Cyan25.1%
Magenta0.0%
Yellow44.6%
Key (black)9.4%
Color previews
#ade780 text on a black background
contrast 14.52:1
Card sample
#ade780 text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade780;
Background color
Panel with #ade780 background
background-color: #ade780;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade780;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 231, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 231, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade780; background: linear-gradient(135deg, #ade780, #80E798);