#ade08f
a light, vivid green · cool · closest name: khaki
RGB
173, 224, 143
HSL
98°, 57%, 72%
CMYK
23, 0, 36, 12
Luminance
0.6418
Every format
| HEX | #ade08f |
| RGB | rgb(173, 224, 143) |
| HSL | hsl(98, 57%, 72%) |
| CMYK | cmyk(23%, 0%, 36%, 12%) |
| LAB | lab(84.1 -30.8 34.5) |
| LCH | lch(84.1 46.2 131.8) |
| OKLCH | oklch(0.852 0.120 134.5) |
Copy-ready code
/* CSS */
color: #ade08f;
background-color: #ade08f;
/* Tailwind (arbitrary) */
class="text-[#ade08f] bg-[#ade08f]"
/* SCSS */
$brand: #ade08f;
/* SwiftUI */
Color(red: 0.678, green: 0.878, blue: 0.561)
/* Android */
Color.parseColor("#ade08f")Accessibility — WCAG contrast
Aa
#ade08f on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade08f on black: 13.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green87.8%
Blue56.1%
CMYK percentages
Cyan22.8%
Magenta0.0%
Yellow36.2%
Key (black)12.2%
Color previews
#ade08f text on a black background
contrast 13.84:1
Card sample
#ade08f text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade08f;
Background color
Panel with #ade08f background
background-color: #ade08f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade08f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 224, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 224, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade08f; background: linear-gradient(135deg, #ade08f, #8FE0A7);