#ade47f
a light, vivid green · cool · closest name: khaki
RGB
173, 228, 127
HSL
93°, 65%, 70%
CMYK
24, 0, 44, 11
Luminance
0.6590
Every format
| HEX | #ade47f |
| RGB | rgb(173, 228, 127) |
| HSL | hsl(93, 65%, 70%) |
| CMYK | cmyk(24%, 0%, 44%, 11%) |
| LAB | lab(85.0 -34.7 43.6) |
| LCH | lch(85.0 55.7 128.5) |
| OKLCH | oklch(0.858 0.143 132.1) |
Copy-ready code
/* CSS */
color: #ade47f;
background-color: #ade47f;
/* Tailwind (arbitrary) */
class="text-[#ade47f] bg-[#ade47f]"
/* SCSS */
$brand: #ade47f;
/* SwiftUI */
Color(red: 0.678, green: 0.894, blue: 0.498)
/* Android */
Color.parseColor("#ade47f")Accessibility — WCAG contrast
Aa
#ade47f on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade47f on black: 14.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green89.4%
Blue49.8%
CMYK percentages
Cyan24.1%
Magenta0.0%
Yellow44.3%
Key (black)10.6%
Color previews
#ade47f text on a black background
contrast 14.18:1
Card sample
#ade47f text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade47f;
Background color
Panel with #ade47f background
background-color: #ade47f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade47f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 228, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 228, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade47f; background: linear-gradient(135deg, #ade47f, #7FE494);