#ade686
a light, vivid green · cool · closest name: khaki
RGB
173, 230, 134
HSL
96°, 66%, 71%
CMYK
25, 0, 42, 10
Luminance
0.6720
Every format
| HEX | #ade686 |
| RGB | rgb(173, 230, 134) |
| HSL | hsl(96, 66%, 71%) |
| CMYK | cmyk(25%, 0%, 42%, 10%) |
| LAB | lab(85.6 -34.8 41.0) |
| LCH | lch(85.6 53.7 130.3) |
| OKLCH | oklch(0.864 0.138 133.6) |
Copy-ready code
/* CSS */
color: #ade686;
background-color: #ade686;
/* Tailwind (arbitrary) */
class="text-[#ade686] bg-[#ade686]"
/* SCSS */
$brand: #ade686;
/* SwiftUI */
Color(red: 0.678, green: 0.902, blue: 0.525)
/* Android */
Color.parseColor("#ade686")Accessibility — WCAG contrast
Aa
#ade686 on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade686 on black: 14.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green90.2%
Blue52.5%
CMYK percentages
Cyan24.8%
Magenta0.0%
Yellow41.7%
Key (black)9.8%
Color previews
#ade686 text on a black background
contrast 14.44:1
Card sample
#ade686 text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade686;
Background color
Panel with #ade686 background
background-color: #ade686;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade686;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 230, 134, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 230, 134, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade686; background: linear-gradient(135deg, #ade686, #86E69F);