#ade46a
a light, vivid green · cool · closest name: khaki
RGB
173, 228, 106
HSL
87°, 69%, 66%
CMYK
24, 0, 54, 11
Luminance
0.6541
Every format
| HEX | #ade46a |
| RGB | rgb(173, 228, 106) |
| HSL | hsl(87, 69%, 66%) |
| CMYK | cmyk(24%, 0%, 54%, 11%) |
| LAB | lab(84.7 -37.0 53.2) |
| LCH | lch(84.7 64.8 124.8) |
| OKLCH | oklch(0.855 0.163 129.5) |
Copy-ready code
/* CSS */
color: #ade46a;
background-color: #ade46a;
/* Tailwind (arbitrary) */
class="text-[#ade46a] bg-[#ade46a]"
/* SCSS */
$brand: #ade46a;
/* SwiftUI */
Color(red: 0.678, green: 0.894, blue: 0.416)
/* Android */
Color.parseColor("#ade46a")Accessibility — WCAG contrast
Aa
#ade46a on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade46a on black: 14.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green89.4%
Blue41.6%
CMYK percentages
Cyan24.1%
Magenta0.0%
Yellow53.5%
Key (black)10.6%
Color previews
#ade46a text on a black background
contrast 14.08:1
Card sample
#ade46a text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade46a;
Background color
Panel with #ade46a background
background-color: #ade46a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade46a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 228, 106, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 228, 106, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade46a; background: linear-gradient(135deg, #ade46a, #6AE478);