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