#ade966
a light, vivid green · cool · closest name: khaki
RGB
173, 233, 102
HSL
88°, 75%, 66%
CMYK
26, 0, 56, 9
Luminance
0.6812
Every format
| HEX | #ade966 |
| RGB | rgb(173, 233, 102) |
| HSL | hsl(88, 75%, 66%) |
| CMYK | cmyk(26%, 0%, 56%, 9%) |
| LAB | lab(86.1 -39.6 56.6) |
| LCH | lch(86.1 69.1 125.0) |
| OKLCH | oklch(0.866 0.173 129.9) |
Copy-ready code
/* CSS */
color: #ade966;
background-color: #ade966;
/* Tailwind (arbitrary) */
class="text-[#ade966] bg-[#ade966]"
/* SCSS */
$brand: #ade966;
/* SwiftUI */
Color(red: 0.678, green: 0.914, blue: 0.400)
/* Android */
Color.parseColor("#ade966")Accessibility — WCAG contrast
Aa
#ade966 on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade966 on black: 14.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green91.4%
Blue40.0%
CMYK percentages
Cyan25.8%
Magenta0.0%
Yellow56.2%
Key (black)8.6%
Color previews
#ade966 text on a black background
contrast 14.62:1
Card sample
#ade966 text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade966;
Background color
Panel with #ade966 background
background-color: #ade966;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade966;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 233, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 233, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade966; background: linear-gradient(135deg, #ade966, #66E976);