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