#ade48f
a light, vivid green · cool · closest name: khaki
RGB
173, 228, 143
HSL
99°, 61%, 73%
CMYK
24, 0, 37, 11
Luminance
0.6635
Every format
| HEX | #ade48f |
| RGB | rgb(173, 228, 143) |
| HSL | hsl(99, 61%, 73%) |
| CMYK | cmyk(24%, 0%, 37%, 11%) |
| LAB | lab(85.2 -32.7 35.9) |
| LCH | lch(85.2 48.6 132.3) |
| OKLCH | oklch(0.861 0.126 135.1) |
Copy-ready code
/* CSS */
color: #ade48f;
background-color: #ade48f;
/* Tailwind (arbitrary) */
class="text-[#ade48f] bg-[#ade48f]"
/* SCSS */
$brand: #ade48f;
/* SwiftUI */
Color(red: 0.678, green: 0.894, blue: 0.561)
/* Android */
Color.parseColor("#ade48f")Accessibility — WCAG contrast
Aa
#ade48f on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade48f on black: 14.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green89.4%
Blue56.1%
CMYK percentages
Cyan24.1%
Magenta0.0%
Yellow37.3%
Key (black)10.6%
Color previews
#ade48f text on a black background
contrast 14.27:1
Card sample
#ade48f text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade48f;
Background color
Panel with #ade48f background
background-color: #ade48f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade48f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 228, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 228, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade48f; background: linear-gradient(135deg, #ade48f, #8FE4A9);