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