#ade587
a light, vivid green · cool · closest name: khaki
RGB
173, 229, 135
HSL
96°, 64%, 71%
CMYK
25, 0, 41, 10
Luminance
0.6667
Every format
| HEX | #ade587 |
| RGB | rgb(173, 229, 135) |
| HSL | hsl(96, 64%, 71%) |
| CMYK | cmyk(25%, 0%, 41%, 10%) |
| LAB | lab(85.3 -34.2 40.1) |
| LCH | lch(85.3 52.7 130.4) |
| OKLCH | oklch(0.862 0.136 133.6) |
Copy-ready code
/* CSS */
color: #ade587;
background-color: #ade587;
/* Tailwind (arbitrary) */
class="text-[#ade587] bg-[#ade587]"
/* SCSS */
$brand: #ade587;
/* SwiftUI */
Color(red: 0.678, green: 0.898, blue: 0.529)
/* Android */
Color.parseColor("#ade587")Accessibility — WCAG contrast
Aa
#ade587 on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade587 on black: 14.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green89.8%
Blue52.9%
CMYK percentages
Cyan24.5%
Magenta0.0%
Yellow41.0%
Key (black)10.2%
Color previews
#ade587 text on a black background
contrast 14.33:1
Card sample
#ade587 text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade587;
Background color
Panel with #ade587 background
background-color: #ade587;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade587;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 229, 135, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 229, 135, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade587; background: linear-gradient(135deg, #ade587, #87E5A0);