#ade48a
a light, vivid green · cool · closest name: khaki
RGB
173, 228, 138
HSL
97°, 63%, 72%
CMYK
24, 0, 40, 11
Luminance
0.6621
Every format
| HEX | #ade48a |
| RGB | rgb(173, 228, 138) |
| HSL | hsl(97, 63%, 72%) |
| CMYK | cmyk(24%, 0%, 40%, 11%) |
| LAB | lab(85.1 -33.3 38.4) |
| LCH | lch(85.1 50.8 131.0) |
| OKLCH | oklch(0.860 0.131 134.1) |
Copy-ready code
/* CSS */
color: #ade48a;
background-color: #ade48a;
/* Tailwind (arbitrary) */
class="text-[#ade48a] bg-[#ade48a]"
/* SCSS */
$brand: #ade48a;
/* SwiftUI */
Color(red: 0.678, green: 0.894, blue: 0.541)
/* Android */
Color.parseColor("#ade48a")Accessibility — WCAG contrast
Aa
#ade48a on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade48a on black: 14.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green89.4%
Blue54.1%
CMYK percentages
Cyan24.1%
Magenta0.0%
Yellow39.5%
Key (black)10.6%
Color previews
#ade48a text on a black background
contrast 14.24:1
Card sample
#ade48a text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade48a;
Background color
Panel with #ade48a background
background-color: #ade48a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade48a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 228, 138, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 228, 138, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade48a; background: linear-gradient(135deg, #ade48a, #8AE4A3);