#ade570
a light, vivid green · cool · closest name: khaki
RGB
173, 229, 112
HSL
89°, 69%, 67%
CMYK
25, 0, 51, 10
Luminance
0.6609
Every format
| HEX | #ade570 |
| RGB | rgb(173, 229, 112) |
| HSL | hsl(89, 69%, 67%) |
| CMYK | cmyk(25%, 0%, 51%, 10%) |
| LAB | lab(85.0 -36.9 50.9) |
| LCH | lch(85.0 62.8 125.9) |
| OKLCH | oklch(0.858 0.159 130.3) |
Copy-ready code
/* CSS */
color: #ade570;
background-color: #ade570;
/* Tailwind (arbitrary) */
class="text-[#ade570] bg-[#ade570]"
/* SCSS */
$brand: #ade570;
/* SwiftUI */
Color(red: 0.678, green: 0.898, blue: 0.439)
/* Android */
Color.parseColor("#ade570")Accessibility — WCAG contrast
Aa
#ade570 on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade570 on black: 14.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green89.8%
Blue43.9%
CMYK percentages
Cyan24.5%
Magenta0.0%
Yellow51.1%
Key (black)10.2%
Color previews
#ade570 text on a black background
contrast 14.22:1
Card sample
#ade570 text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade570;
Background color
Panel with #ade570 background
background-color: #ade570;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade570;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 229, 112, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 229, 112, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade570; background: linear-gradient(135deg, #ade570, #70E581);