#ade16a
a balanced, vivid green · cool · closest name: khaki
RGB
173, 225, 106
HSL
86°, 67%, 65%
CMYK
23, 0, 53, 12
Luminance
0.6378
Every format
| HEX | #ade16a |
| RGB | rgb(173, 225, 106) |
| HSL | hsl(86, 67%, 65%) |
| CMYK | cmyk(23%, 0%, 53%, 12%) |
| LAB | lab(83.8 -35.7 52.2) |
| LCH | lch(83.8 63.2 124.3) |
| OKLCH | oklch(0.849 0.159 128.9) |
Copy-ready code
/* CSS */
color: #ade16a;
background-color: #ade16a;
/* Tailwind (arbitrary) */
class="text-[#ade16a] bg-[#ade16a]"
/* SCSS */
$brand: #ade16a;
/* SwiftUI */
Color(red: 0.678, green: 0.882, blue: 0.416)
/* Android */
Color.parseColor("#ade16a")Accessibility — WCAG contrast
Aa
#ade16a on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade16a on black: 13.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green88.2%
Blue41.6%
CMYK percentages
Cyan23.1%
Magenta0.0%
Yellow52.9%
Key (black)11.8%
Color previews
#ade16a text on a black background
contrast 13.76:1
Card sample
#ade16a text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade16a;
Background color
Panel with #ade16a background
background-color: #ade16a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade16a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 225, 106, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 225, 106, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade16a; background: linear-gradient(135deg, #ade16a, #6AE176);