#ade76f
a light, vivid green · cool · closest name: khaki
RGB
173, 231, 111
HSL
89°, 71%, 67%
CMYK
25, 0, 52, 9
Luminance
0.6718
Every format
| HEX | #ade76f |
| RGB | rgb(173, 231, 111) |
| HSL | hsl(89, 71%, 67%) |
| CMYK | cmyk(25%, 0%, 52%, 9%) |
| LAB | lab(85.6 -37.9 52.0) |
| LCH | lch(85.6 64.3 126.1) |
| OKLCH | oklch(0.863 0.162 130.5) |
Copy-ready code
/* CSS */
color: #ade76f;
background-color: #ade76f;
/* Tailwind (arbitrary) */
class="text-[#ade76f] bg-[#ade76f]"
/* SCSS */
$brand: #ade76f;
/* SwiftUI */
Color(red: 0.678, green: 0.906, blue: 0.435)
/* Android */
Color.parseColor("#ade76f")Accessibility — WCAG contrast
Aa
#ade76f on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade76f on black: 14.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green90.6%
Blue43.5%
CMYK percentages
Cyan25.1%
Magenta0.0%
Yellow51.9%
Key (black)9.4%
Color previews
#ade76f text on a black background
contrast 14.44:1
Card sample
#ade76f text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade76f;
Background color
Panel with #ade76f background
background-color: #ade76f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade76f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 231, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 231, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade76f; background: linear-gradient(135deg, #ade76f, #6FE781);