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