#ade070
a light, vivid green · cool · closest name: khaki
RGB
173, 224, 112
HSL
87°, 64%, 66%
CMYK
23, 0, 50, 12
Luminance
0.6337
Every format
| HEX | #ade070 |
| RGB | rgb(173, 224, 112) |
| HSL | hsl(87, 64%, 66%) |
| CMYK | cmyk(23%, 0%, 50%, 12%) |
| LAB | lab(83.6 -34.6 49.2) |
| LCH | lch(83.6 60.1 125.1) |
| OKLCH | oklch(0.847 0.152 129.4) |
Copy-ready code
/* CSS */
color: #ade070;
background-color: #ade070;
/* Tailwind (arbitrary) */
class="text-[#ade070] bg-[#ade070]"
/* SCSS */
$brand: #ade070;
/* SwiftUI */
Color(red: 0.678, green: 0.878, blue: 0.439)
/* Android */
Color.parseColor("#ade070")Accessibility — WCAG contrast
Aa
#ade070 on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade070 on black: 13.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green87.8%
Blue43.9%
CMYK percentages
Cyan22.8%
Magenta0.0%
Yellow50.0%
Key (black)12.2%
Color previews
#ade070 text on a black background
contrast 13.67:1
Card sample
#ade070 text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade070;
Background color
Panel with #ade070 background
background-color: #ade070;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade070;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 224, 112, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 224, 112, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade070; background: linear-gradient(135deg, #ade070, #70E07E);