#ade76b
a light, vivid green · cool · closest name: khaki
RGB
173, 231, 107
HSL
88°, 72%, 66%
CMYK
25, 0, 54, 9
Luminance
0.6710
Every format
| HEX | #ade76b |
| RGB | rgb(173, 231, 107) |
| HSL | hsl(88, 72%, 66%) |
| CMYK | cmyk(25%, 0%, 54%, 9%) |
| LAB | lab(85.5 -38.3 53.8) |
| LCH | lch(85.5 66.0 125.4) |
| OKLCH | oklch(0.862 0.166 130.1) |
Copy-ready code
/* CSS */
color: #ade76b;
background-color: #ade76b;
/* Tailwind (arbitrary) */
class="text-[#ade76b] bg-[#ade76b]"
/* SCSS */
$brand: #ade76b;
/* SwiftUI */
Color(red: 0.678, green: 0.906, blue: 0.420)
/* Android */
Color.parseColor("#ade76b")Accessibility — WCAG contrast
Aa
#ade76b on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade76b on black: 14.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green90.6%
Blue42.0%
CMYK percentages
Cyan25.1%
Magenta0.0%
Yellow53.7%
Key (black)9.4%
Color previews
#ade76b text on a black background
contrast 14.42:1
Card sample
#ade76b text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade76b;
Background color
Panel with #ade76b background
background-color: #ade76b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade76b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 231, 107, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 231, 107, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade76b; background: linear-gradient(135deg, #ade76b, #6BE77C);