#ade88b
a light, vivid green · cool · closest name: khaki
RGB
173, 232, 139
HSL
98°, 67%, 73%
CMYK
25, 0, 40, 9
Luminance
0.6846
Every format
| HEX | #ade88b |
| RGB | rgb(173, 232, 139) |
| HSL | hsl(98, 67%, 73%) |
| CMYK | cmyk(25%, 0%, 40%, 9%) |
| LAB | lab(86.2 -35.0 39.3) |
| LCH | lch(86.2 52.7 131.7) |
| OKLCH | oklch(0.869 0.136 134.8) |
Copy-ready code
/* CSS */
color: #ade88b;
background-color: #ade88b;
/* Tailwind (arbitrary) */
class="text-[#ade88b] bg-[#ade88b]"
/* SCSS */
$brand: #ade88b;
/* SwiftUI */
Color(red: 0.678, green: 0.910, blue: 0.545)
/* Android */
Color.parseColor("#ade88b")Accessibility — WCAG contrast
Aa
#ade88b on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade88b on black: 14.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green91.0%
Blue54.5%
CMYK percentages
Cyan25.4%
Magenta0.0%
Yellow40.1%
Key (black)9.0%
Color previews
#ade88b text on a black background
contrast 14.69:1
Card sample
#ade88b text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade88b;
Background color
Panel with #ade88b background
background-color: #ade88b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade88b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 232, 139, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 232, 139, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade88b; background: linear-gradient(135deg, #ade88b, #8BE8A7);