#ade880
a light, vivid green · cool · closest name: khaki
RGB
173, 232, 128
HSL
94°, 69%, 71%
CMYK
25, 0, 45, 9
Luminance
0.6816
Every format
| HEX | #ade880 |
| RGB | rgb(173, 232, 128) |
| HSL | hsl(94, 69%, 71%) |
| CMYK | cmyk(25%, 0%, 45%, 9%) |
| LAB | lab(86.1 -36.4 44.5) |
| LCH | lch(86.1 57.5 129.3) |
| OKLCH | oklch(0.867 0.147 132.9) |
Copy-ready code
/* CSS */
color: #ade880;
background-color: #ade880;
/* Tailwind (arbitrary) */
class="text-[#ade880] bg-[#ade880]"
/* SCSS */
$brand: #ade880;
/* SwiftUI */
Color(red: 0.678, green: 0.910, blue: 0.502)
/* Android */
Color.parseColor("#ade880")Accessibility — WCAG contrast
Aa
#ade880 on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade880 on black: 14.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green91.0%
Blue50.2%
CMYK percentages
Cyan25.4%
Magenta0.0%
Yellow44.8%
Key (black)9.0%
Color previews
#ade880 text on a black background
contrast 14.63:1
Card sample
#ade880 text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade880;
Background color
Panel with #ade880 background
background-color: #ade880;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade880;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 232, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 232, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade880; background: linear-gradient(135deg, #ade880, #80E898);