#ade18a
a light, vivid green · cool · closest name: khaki
RGB
173, 225, 138
HSL
96°, 59%, 71%
CMYK
23, 0, 39, 12
Luminance
0.6457
Every format
| HEX | #ade18a |
| RGB | rgb(173, 225, 138) |
| HSL | hsl(96, 59%, 71%) |
| CMYK | cmyk(23%, 0%, 39%, 12%) |
| LAB | lab(84.3 -31.9 37.3) |
| LCH | lch(84.3 49.1 130.6) |
| OKLCH | oklch(0.853 0.127 133.6) |
Copy-ready code
/* CSS */
color: #ade18a;
background-color: #ade18a;
/* Tailwind (arbitrary) */
class="text-[#ade18a] bg-[#ade18a]"
/* SCSS */
$brand: #ade18a;
/* SwiftUI */
Color(red: 0.678, green: 0.882, blue: 0.541)
/* Android */
Color.parseColor("#ade18a")Accessibility — WCAG contrast
Aa
#ade18a on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade18a on black: 13.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green88.2%
Blue54.1%
CMYK percentages
Cyan23.1%
Magenta0.0%
Yellow38.7%
Key (black)11.8%
Color previews
#ade18a text on a black background
contrast 13.91:1
Card sample
#ade18a text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade18a;
Background color
Panel with #ade18a background
background-color: #ade18a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade18a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 225, 138, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 225, 138, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade18a; background: linear-gradient(135deg, #ade18a, #8AE1A1);