#ade895
a light, vivid green · cool · closest name: khaki
RGB
173, 232, 149
HSL
103°, 64%, 75%
CMYK
25, 0, 36, 9
Luminance
0.6877
Every format
| HEX | #ade895 |
| RGB | rgb(173, 232, 149) |
| HSL | hsl(103, 64%, 75%) |
| CMYK | cmyk(25%, 0%, 36%, 9%) |
| LAB | lab(86.4 -33.7 34.5) |
| LCH | lch(86.4 48.2 134.3) |
| OKLCH | oklch(0.871 0.126 137.0) |
Copy-ready code
/* CSS */
color: #ade895;
background-color: #ade895;
/* Tailwind (arbitrary) */
class="text-[#ade895] bg-[#ade895]"
/* SCSS */
$brand: #ade895;
/* SwiftUI */
Color(red: 0.678, green: 0.910, blue: 0.584)
/* Android */
Color.parseColor("#ade895")Accessibility — WCAG contrast
Aa
#ade895 on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade895 on black: 14.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green91.0%
Blue58.4%
CMYK percentages
Cyan25.4%
Magenta0.0%
Yellow35.8%
Key (black)9.0%
Color previews
#ade895 text on a black background
contrast 14.75:1
Card sample
#ade895 text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade895;
Background color
Panel with #ade895 background
background-color: #ade895;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade895;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 232, 149, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 232, 149, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade895; background: linear-gradient(135deg, #ade895, #95E8B4);