#ade38a
a light, vivid green · cool · closest name: khaki
RGB
173, 227, 138
HSL
96°, 61%, 72%
CMYK
24, 0, 39, 11
Luminance
0.6566
Every format
| HEX | #ade38a |
| RGB | rgb(173, 227, 138) |
| HSL | hsl(96, 61%, 72%) |
| CMYK | cmyk(24%, 0%, 39%, 11%) |
| LAB | lab(84.8 -32.9 38.0) |
| LCH | lch(84.8 50.2 130.9) |
| OKLCH | oklch(0.858 0.130 133.9) |
Copy-ready code
/* CSS */
color: #ade38a;
background-color: #ade38a;
/* Tailwind (arbitrary) */
class="text-[#ade38a] bg-[#ade38a]"
/* SCSS */
$brand: #ade38a;
/* SwiftUI */
Color(red: 0.678, green: 0.890, blue: 0.541)
/* Android */
Color.parseColor("#ade38a")Accessibility — WCAG contrast
Aa
#ade38a on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade38a on black: 14.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green89.0%
Blue54.1%
CMYK percentages
Cyan23.8%
Magenta0.0%
Yellow39.2%
Key (black)11.0%
Color previews
#ade38a text on a black background
contrast 14.13:1
Card sample
#ade38a text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade38a;
Background color
Panel with #ade38a background
background-color: #ade38a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade38a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 227, 138, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 227, 138, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade38a; background: linear-gradient(135deg, #ade38a, #8AE3A2);