#ade58a
a light, vivid green · cool · closest name: khaki
RGB
173, 229, 138
HSL
97°, 64%, 72%
CMYK
25, 0, 40, 10
Luminance
0.6676
Every format
| HEX | #ade58a |
| RGB | rgb(173, 229, 138) |
| HSL | hsl(97, 64%, 72%) |
| CMYK | cmyk(25%, 0%, 40%, 10%) |
| LAB | lab(85.4 -33.8 38.7) |
| LCH | lch(85.4 51.4 131.1) |
| OKLCH | oklch(0.862 0.133 134.2) |
Copy-ready code
/* CSS */
color: #ade58a;
background-color: #ade58a;
/* Tailwind (arbitrary) */
class="text-[#ade58a] bg-[#ade58a]"
/* SCSS */
$brand: #ade58a;
/* SwiftUI */
Color(red: 0.678, green: 0.898, blue: 0.541)
/* Android */
Color.parseColor("#ade58a")Accessibility — WCAG contrast
Aa
#ade58a on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade58a on black: 14.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green89.8%
Blue54.1%
CMYK percentages
Cyan24.5%
Magenta0.0%
Yellow39.7%
Key (black)10.2%
Color previews
#ade58a text on a black background
contrast 14.35:1
Card sample
#ade58a text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade58a;
Background color
Panel with #ade58a background
background-color: #ade58a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade58a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 229, 138, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 229, 138, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade58a; background: linear-gradient(135deg, #ade58a, #8AE5A4);