#ade164
a balanced, vivid green · cool · closest name: khaki
RGB
173, 225, 100
HSL
85°, 68%, 64%
CMYK
23, 0, 56, 12
Luminance
0.6365
Every format
| HEX | #ade164 |
| RGB | rgb(173, 225, 100) |
| HSL | hsl(85, 68%, 64%) |
| CMYK | cmyk(23%, 0%, 56%, 12%) |
| LAB | lab(83.8 -36.2 54.9) |
| LCH | lch(83.8 65.8 123.4) |
| OKLCH | oklch(0.848 0.164 128.3) |
Copy-ready code
/* CSS */
color: #ade164;
background-color: #ade164;
/* Tailwind (arbitrary) */
class="text-[#ade164] bg-[#ade164]"
/* SCSS */
$brand: #ade164;
/* SwiftUI */
Color(red: 0.678, green: 0.882, blue: 0.392)
/* Android */
Color.parseColor("#ade164")Accessibility — WCAG contrast
Aa
#ade164 on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade164 on black: 13.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green88.2%
Blue39.2%
CMYK percentages
Cyan23.1%
Magenta0.0%
Yellow55.6%
Key (black)11.8%
Color previews
#ade164 text on a black background
contrast 13.73:1
Card sample
#ade164 text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade164;
Background color
Panel with #ade164 background
background-color: #ade164;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade164;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 225, 100, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 225, 100, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade164; background: linear-gradient(135deg, #ade164, #64E16E);