#ade991
a light, vivid green · cool · closest name: khaki
RGB
173, 233, 145
HSL
101°, 67%, 74%
CMYK
26, 0, 38, 9
Luminance
0.6921
Every format
| HEX | #ade991 |
| RGB | rgb(173, 233, 145) |
| HSL | hsl(101, 67%, 74%) |
| CMYK | cmyk(26%, 0%, 38%, 9%) |
| LAB | lab(86.6 -34.7 36.8) |
| LCH | lch(86.6 50.6 133.3) |
| OKLCH | oklch(0.872 0.131 136.2) |
Copy-ready code
/* CSS */
color: #ade991;
background-color: #ade991;
/* Tailwind (arbitrary) */
class="text-[#ade991] bg-[#ade991]"
/* SCSS */
$brand: #ade991;
/* SwiftUI */
Color(red: 0.678, green: 0.914, blue: 0.569)
/* Android */
Color.parseColor("#ade991")Accessibility — WCAG contrast
Aa
#ade991 on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade991 on black: 14.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green91.4%
Blue56.9%
CMYK percentages
Cyan25.8%
Magenta0.0%
Yellow37.8%
Key (black)8.6%
Color previews
#ade991 text on a black background
contrast 14.84:1
Card sample
#ade991 text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade991;
Background color
Panel with #ade991 background
background-color: #ade991;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade991;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 233, 145, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 233, 145, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade991; background: linear-gradient(135deg, #ade991, #91E9B0);