#ade797
a light, vivid green · cool · closest name: khaki
RGB
173, 231, 151
HSL
104°, 63%, 75%
CMYK
25, 0, 35, 9
Luminance
0.6827
Every format
| HEX | #ade797 |
| RGB | rgb(173, 231, 151) |
| HSL | hsl(104, 63%, 75%) |
| CMYK | cmyk(25%, 0%, 35%, 9%) |
| LAB | lab(86.1 -32.9 33.2) |
| LCH | lch(86.1 46.7 134.8) |
| OKLCH | oklch(0.869 0.122 137.4) |
Copy-ready code
/* CSS */
color: #ade797;
background-color: #ade797;
/* Tailwind (arbitrary) */
class="text-[#ade797] bg-[#ade797]"
/* SCSS */
$brand: #ade797;
/* SwiftUI */
Color(red: 0.678, green: 0.906, blue: 0.592)
/* Android */
Color.parseColor("#ade797")Accessibility — WCAG contrast
Aa
#ade797 on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade797 on black: 14.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green90.6%
Blue59.2%
CMYK percentages
Cyan25.1%
Magenta0.0%
Yellow34.6%
Key (black)9.4%
Color previews
#ade797 text on a black background
contrast 14.65:1
Card sample
#ade797 text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade797;
Background color
Panel with #ade797 background
background-color: #ade797;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade797;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 231, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 231, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade797; background: linear-gradient(135deg, #ade797, #97E7B6);