#ade887
a light, vivid green · cool · closest name: khaki
RGB
173, 232, 135
HSL
97°, 68%, 72%
CMYK
25, 0, 42, 9
Luminance
0.6835
Every format
| HEX | #ade887 |
| RGB | rgb(173, 232, 135) |
| HSL | hsl(97, 68%, 72%) |
| CMYK | cmyk(25%, 0%, 42%, 9%) |
| LAB | lab(86.2 -35.6 41.2) |
| LCH | lch(86.2 54.4 130.8) |
| OKLCH | oklch(0.869 0.140 134.1) |
Copy-ready code
/* CSS */
color: #ade887;
background-color: #ade887;
/* Tailwind (arbitrary) */
class="text-[#ade887] bg-[#ade887]"
/* SCSS */
$brand: #ade887;
/* SwiftUI */
Color(red: 0.678, green: 0.910, blue: 0.529)
/* Android */
Color.parseColor("#ade887")Accessibility — WCAG contrast
Aa
#ade887 on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade887 on black: 14.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green91.0%
Blue52.9%
CMYK percentages
Cyan25.4%
Magenta0.0%
Yellow41.8%
Key (black)9.0%
Color previews
#ade887 text on a black background
contrast 14.67:1
Card sample
#ade887 text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade887;
Background color
Panel with #ade887 background
background-color: #ade887;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade887;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 232, 135, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 232, 135, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade887; background: linear-gradient(135deg, #ade887, #87E8A2);