#ade882
a light, vivid green · cool · closest name: khaki
RGB
173, 232, 130
HSL
95°, 69%, 71%
CMYK
25, 0, 44, 9
Luminance
0.6821
Every format
| HEX | #ade882 |
| RGB | rgb(173, 232, 130) |
| HSL | hsl(95, 69%, 71%) |
| CMYK | cmyk(25%, 0%, 44%, 9%) |
| LAB | lab(86.1 -36.2 43.6) |
| LCH | lch(86.1 56.6 129.7) |
| OKLCH | oklch(0.868 0.145 133.2) |
Copy-ready code
/* CSS */
color: #ade882;
background-color: #ade882;
/* Tailwind (arbitrary) */
class="text-[#ade882] bg-[#ade882]"
/* SCSS */
$brand: #ade882;
/* SwiftUI */
Color(red: 0.678, green: 0.910, blue: 0.510)
/* Android */
Color.parseColor("#ade882")Accessibility — WCAG contrast
Aa
#ade882 on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade882 on black: 14.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green91.0%
Blue51.0%
CMYK percentages
Cyan25.4%
Magenta0.0%
Yellow44.0%
Key (black)9.0%
Color previews
#ade882 text on a black background
contrast 14.64:1
Card sample
#ade882 text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade882;
Background color
Panel with #ade882 background
background-color: #ade882;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade882;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 232, 130, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 232, 130, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade882; background: linear-gradient(135deg, #ade882, #82E89B);