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