#ade56a
a light, vivid green · cool · closest name: khaki
RGB
173, 229, 106
HSL
87°, 70%, 66%
CMYK
25, 0, 54, 10
Luminance
0.6596
Every format
| HEX | #ade56a |
| RGB | rgb(173, 229, 106) |
| HSL | hsl(87, 70%, 66%) |
| CMYK | cmyk(25%, 0%, 54%, 10%) |
| LAB | lab(85.0 -37.5 53.5) |
| LCH | lch(85.0 65.4 125.0) |
| OKLCH | oklch(0.858 0.164 129.6) |
Copy-ready code
/* CSS */
color: #ade56a;
background-color: #ade56a;
/* Tailwind (arbitrary) */
class="text-[#ade56a] bg-[#ade56a]"
/* SCSS */
$brand: #ade56a;
/* SwiftUI */
Color(red: 0.678, green: 0.898, blue: 0.416)
/* Android */
Color.parseColor("#ade56a")Accessibility — WCAG contrast
Aa
#ade56a on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade56a on black: 14.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green89.8%
Blue41.6%
CMYK percentages
Cyan24.5%
Magenta0.0%
Yellow53.7%
Key (black)10.2%
Color previews
#ade56a text on a black background
contrast 14.19:1
Card sample
#ade56a text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade56a;
Background color
Panel with #ade56a background
background-color: #ade56a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade56a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 229, 106, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 229, 106, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade56a; background: linear-gradient(135deg, #ade56a, #6AE579);