#ade560
a balanced, vivid green · cool · closest name: khaki
RGB
173, 229, 96
HSL
85°, 72%, 64%
CMYK
25, 0, 58, 10
Luminance
0.6577
Every format
| HEX | #ade560 |
| RGB | rgb(173, 229, 96) |
| HSL | hsl(85, 72%, 64%) |
| CMYK | cmyk(25%, 0%, 58%, 10%) |
| LAB | lab(84.9 -38.4 57.9) |
| LCH | lch(84.9 69.5 123.6) |
| OKLCH | oklch(0.857 0.173 128.7) |
Copy-ready code
/* CSS */
color: #ade560;
background-color: #ade560;
/* Tailwind (arbitrary) */
class="text-[#ade560] bg-[#ade560]"
/* SCSS */
$brand: #ade560;
/* SwiftUI */
Color(red: 0.678, green: 0.898, blue: 0.376)
/* Android */
Color.parseColor("#ade560")Accessibility — WCAG contrast
Aa
#ade560 on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade560 on black: 14.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green89.8%
Blue37.6%
CMYK percentages
Cyan24.5%
Magenta0.0%
Yellow58.1%
Key (black)10.2%
Color previews
#ade560 text on a black background
contrast 14.15:1
Card sample
#ade560 text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade560;
Background color
Panel with #ade560 background
background-color: #ade560;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade560;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 229, 96, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 229, 96, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade560; background: linear-gradient(135deg, #ade560, #60E56C);