#ade381
a light, vivid green · cool · closest name: khaki
RGB
173, 227, 129
HSL
93°, 64%, 70%
CMYK
24, 0, 43, 11
Luminance
0.6541
Every format
| HEX | #ade381 |
| RGB | rgb(173, 227, 129) |
| HSL | hsl(93, 64%, 70%) |
| CMYK | cmyk(24%, 0%, 43%, 11%) |
| LAB | lab(84.7 -34.0 42.3) |
| LCH | lch(84.7 54.3 128.8) |
| OKLCH | oklch(0.856 0.139 132.3) |
Copy-ready code
/* CSS */
color: #ade381;
background-color: #ade381;
/* Tailwind (arbitrary) */
class="text-[#ade381] bg-[#ade381]"
/* SCSS */
$brand: #ade381;
/* SwiftUI */
Color(red: 0.678, green: 0.890, blue: 0.506)
/* Android */
Color.parseColor("#ade381")Accessibility — WCAG contrast
Aa
#ade381 on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade381 on black: 14.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green89.0%
Blue50.6%
CMYK percentages
Cyan23.8%
Magenta0.0%
Yellow43.2%
Key (black)11.0%
Color previews
#ade381 text on a black background
contrast 14.08:1
Card sample
#ade381 text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade381;
Background color
Panel with #ade381 background
background-color: #ade381;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade381;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 227, 129, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 227, 129, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade381; background: linear-gradient(135deg, #ade381, #81E396);