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