#ade884
a light, vivid green · cool · closest name: khaki
RGB
173, 232, 132
HSL
95°, 69%, 71%
CMYK
25, 0, 43, 9
Luminance
0.6826
Every format
| HEX | #ade884 |
| RGB | rgb(173, 232, 132) |
| HSL | hsl(95, 69%, 71%) |
| CMYK | cmyk(25%, 0%, 43%, 9%) |
| LAB | lab(86.1 -35.9 42.6) |
| LCH | lch(86.1 55.8 130.1) |
| OKLCH | oklch(0.868 0.143 133.6) |
Copy-ready code
/* CSS */
color: #ade884;
background-color: #ade884;
/* Tailwind (arbitrary) */
class="text-[#ade884] bg-[#ade884]"
/* SCSS */
$brand: #ade884;
/* SwiftUI */
Color(red: 0.678, green: 0.910, blue: 0.518)
/* Android */
Color.parseColor("#ade884")Accessibility — WCAG contrast
Aa
#ade884 on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade884 on black: 14.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green91.0%
Blue51.8%
CMYK percentages
Cyan25.4%
Magenta0.0%
Yellow43.1%
Key (black)9.0%
Color previews
#ade884 text on a black background
contrast 14.65:1
Card sample
#ade884 text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade884;
Background color
Panel with #ade884 background
background-color: #ade884;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade884;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 232, 132, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 232, 132, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade884; background: linear-gradient(135deg, #ade884, #84E89E);