#ade08a
a light, vivid green · cool · closest name: khaki
RGB
173, 224, 138
HSL
96°, 58%, 71%
CMYK
23, 0, 38, 12
Luminance
0.6403
Every format
| HEX | #ade08a |
| RGB | rgb(173, 224, 138) |
| HSL | hsl(96, 58%, 71%) |
| CMYK | cmyk(23%, 0%, 38%, 12%) |
| LAB | lab(84.0 -31.5 36.9) |
| LCH | lch(84.0 48.5 130.5) |
| OKLCH | oklch(0.851 0.125 133.4) |
Copy-ready code
/* CSS */
color: #ade08a;
background-color: #ade08a;
/* Tailwind (arbitrary) */
class="text-[#ade08a] bg-[#ade08a]"
/* SCSS */
$brand: #ade08a;
/* SwiftUI */
Color(red: 0.678, green: 0.878, blue: 0.541)
/* Android */
Color.parseColor("#ade08a")Accessibility — WCAG contrast
Aa
#ade08a on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade08a on black: 13.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green87.8%
Blue54.1%
CMYK percentages
Cyan22.8%
Magenta0.0%
Yellow38.4%
Key (black)12.2%
Color previews
#ade08a text on a black background
contrast 13.81:1
Card sample
#ade08a text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade08a;
Background color
Panel with #ade08a background
background-color: #ade08a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade08a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 224, 138, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 224, 138, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade08a; background: linear-gradient(135deg, #ade08a, #8AE0A0);