#ade57a
a light, vivid green · cool · closest name: khaki
RGB
173, 229, 122
HSL
91°, 67%, 69%
CMYK
25, 0, 47, 10
Luminance
0.6633
Every format
| HEX | #ade57a |
| RGB | rgb(173, 229, 122) |
| HSL | hsl(91, 67%, 69%) |
| CMYK | cmyk(25%, 0%, 47%, 10%) |
| LAB | lab(85.2 -35.8 46.3) |
| LCH | lch(85.2 58.5 127.7) |
| OKLCH | oklch(0.860 0.149 131.5) |
Copy-ready code
/* CSS */
color: #ade57a;
background-color: #ade57a;
/* Tailwind (arbitrary) */
class="text-[#ade57a] bg-[#ade57a]"
/* SCSS */
$brand: #ade57a;
/* SwiftUI */
Color(red: 0.678, green: 0.898, blue: 0.478)
/* Android */
Color.parseColor("#ade57a")Accessibility — WCAG contrast
Aa
#ade57a on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade57a on black: 14.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green89.8%
Blue47.8%
CMYK percentages
Cyan24.5%
Magenta0.0%
Yellow46.7%
Key (black)10.2%
Color previews
#ade57a text on a black background
contrast 14.27:1
Card sample
#ade57a text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade57a;
Background color
Panel with #ade57a background
background-color: #ade57a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade57a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 229, 122, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 229, 122, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade57a; background: linear-gradient(135deg, #ade57a, #7AE58E);