#ade589
a light, vivid green · cool · closest name: khaki
RGB
173, 229, 137
HSL
97°, 64%, 72%
CMYK
25, 0, 40, 10
Luminance
0.6673
Every format
| HEX | #ade589 |
| RGB | rgb(173, 229, 137) |
| HSL | hsl(97, 64%, 72%) |
| CMYK | cmyk(25%, 0%, 40%, 10%) |
| LAB | lab(85.4 -33.9 39.2) |
| LCH | lch(85.4 51.8 130.9) |
| OKLCH | oklch(0.862 0.134 134.0) |
Copy-ready code
/* CSS */
color: #ade589;
background-color: #ade589;
/* Tailwind (arbitrary) */
class="text-[#ade589] bg-[#ade589]"
/* SCSS */
$brand: #ade589;
/* SwiftUI */
Color(red: 0.678, green: 0.898, blue: 0.537)
/* Android */
Color.parseColor("#ade589")Accessibility — WCAG contrast
Aa
#ade589 on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade589 on black: 14.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green89.8%
Blue53.7%
CMYK percentages
Cyan24.5%
Magenta0.0%
Yellow40.2%
Key (black)10.2%
Color previews
#ade589 text on a black background
contrast 14.35:1
Card sample
#ade589 text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade589;
Background color
Panel with #ade589 background
background-color: #ade589;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade589;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 229, 137, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 229, 137, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade589; background: linear-gradient(135deg, #ade589, #89E5A2);