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