#ade88f
a light, vivid green · cool · closest name: khaki
RGB
173, 232, 143
HSL
100°, 66%, 74%
CMYK
25, 0, 38, 9
Luminance
0.6858
Every format
| HEX | #ade88f |
| RGB | rgb(173, 232, 143) |
| HSL | hsl(100, 66%, 74%) |
| CMYK | cmyk(25%, 0%, 38%, 9%) |
| LAB | lab(86.3 -34.5 37.4) |
| LCH | lch(86.3 50.9 132.7) |
| OKLCH | oklch(0.870 0.132 135.6) |
Copy-ready code
/* CSS */
color: #ade88f;
background-color: #ade88f;
/* Tailwind (arbitrary) */
class="text-[#ade88f] bg-[#ade88f]"
/* SCSS */
$brand: #ade88f;
/* SwiftUI */
Color(red: 0.678, green: 0.910, blue: 0.561)
/* Android */
Color.parseColor("#ade88f")Accessibility — WCAG contrast
Aa
#ade88f on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade88f on black: 14.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green91.0%
Blue56.1%
CMYK percentages
Cyan25.4%
Magenta0.0%
Yellow38.4%
Key (black)9.0%
Color previews
#ade88f text on a black background
contrast 14.72:1
Card sample
#ade88f text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade88f;
Background color
Panel with #ade88f background
background-color: #ade88f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade88f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 232, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 232, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade88f; background: linear-gradient(135deg, #ade88f, #8FE8AC);