#ade364
a balanced, vivid green · cool · closest name: khaki
RGB
173, 227, 100
HSL
86°, 69%, 64%
CMYK
24, 0, 56, 11
Luminance
0.6474
Every format
| HEX | #ade364 |
| RGB | rgb(173, 227, 100) |
| HSL | hsl(86, 69%, 64%) |
| CMYK | cmyk(24%, 0%, 56%, 11%) |
| LAB | lab(84.3 -37.1 55.5) |
| LCH | lch(84.3 66.8 123.8) |
| OKLCH | oklch(0.852 0.167 128.7) |
Copy-ready code
/* CSS */
color: #ade364;
background-color: #ade364;
/* Tailwind (arbitrary) */
class="text-[#ade364] bg-[#ade364]"
/* SCSS */
$brand: #ade364;
/* SwiftUI */
Color(red: 0.678, green: 0.890, blue: 0.392)
/* Android */
Color.parseColor("#ade364")Accessibility — WCAG contrast
Aa
#ade364 on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade364 on black: 13.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green89.0%
Blue39.2%
CMYK percentages
Cyan23.8%
Magenta0.0%
Yellow55.9%
Key (black)11.0%
Color previews
#ade364 text on a black background
contrast 13.95:1
Card sample
#ade364 text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade364;
Background color
Panel with #ade364 background
background-color: #ade364;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade364;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 227, 100, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 227, 100, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade364; background: linear-gradient(135deg, #ade364, #64E370);