#ade064
a balanced, vivid green · cool · closest name: khaki
RGB
173, 224, 100
HSL
85°, 67%, 64%
CMYK
23, 0, 55, 12
Luminance
0.6312
Every format
| HEX | #ade064 |
| RGB | rgb(173, 224, 100) |
| HSL | hsl(85, 67%, 64%) |
| CMYK | cmyk(23%, 0%, 55%, 12%) |
| LAB | lab(83.5 -35.8 54.5) |
| LCH | lch(83.5 65.2 123.3) |
| OKLCH | oklch(0.846 0.163 128.1) |
Copy-ready code
/* CSS */
color: #ade064;
background-color: #ade064;
/* Tailwind (arbitrary) */
class="text-[#ade064] bg-[#ade064]"
/* SCSS */
$brand: #ade064;
/* SwiftUI */
Color(red: 0.678, green: 0.878, blue: 0.392)
/* Android */
Color.parseColor("#ade064")Accessibility — WCAG contrast
Aa
#ade064 on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade064 on black: 13.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green87.8%
Blue39.2%
CMYK percentages
Cyan22.8%
Magenta0.0%
Yellow55.4%
Key (black)12.2%
Color previews
#ade064 text on a black background
contrast 13.62:1
Card sample
#ade064 text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade064;
Background color
Panel with #ade064 background
background-color: #ade064;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade064;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 224, 100, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 224, 100, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade064; background: linear-gradient(135deg, #ade064, #64E06E);