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