#ade389
a light, vivid green · cool · closest name: khaki
RGB
173, 227, 137
HSL
96°, 62%, 71%
CMYK
24, 0, 40, 11
Luminance
0.6563
Every format
| HEX | #ade389 |
| RGB | rgb(173, 227, 137) |
| HSL | hsl(96, 62%, 71%) |
| CMYK | cmyk(24%, 0%, 40%, 11%) |
| LAB | lab(84.8 -33.0 38.5) |
| LCH | lch(84.8 50.7 130.6) |
| OKLCH | oklch(0.858 0.131 133.7) |
Copy-ready code
/* CSS */
color: #ade389;
background-color: #ade389;
/* Tailwind (arbitrary) */
class="text-[#ade389] bg-[#ade389]"
/* SCSS */
$brand: #ade389;
/* SwiftUI */
Color(red: 0.678, green: 0.890, blue: 0.537)
/* Android */
Color.parseColor("#ade389")Accessibility — WCAG contrast
Aa
#ade389 on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade389 on black: 14.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green89.0%
Blue53.7%
CMYK percentages
Cyan23.8%
Magenta0.0%
Yellow39.6%
Key (black)11.0%
Color previews
#ade389 text on a black background
contrast 14.13:1
Card sample
#ade389 text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade389;
Background color
Panel with #ade389 background
background-color: #ade389;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade389;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 227, 137, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 227, 137, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade389; background: linear-gradient(135deg, #ade389, #89E3A1);