#ade861
a balanced, vivid green · cool · closest name: khaki
RGB
173, 232, 97
HSL
86°, 75%, 65%
CMYK
25, 0, 58, 9
Luminance
0.6746
Every format
| HEX | #ade861 |
| RGB | rgb(173, 232, 97) |
| HSL | hsl(86, 75%, 65%) |
| CMYK | cmyk(25%, 0%, 58%, 9%) |
| LAB | lab(85.7 -39.7 58.4) |
| LCH | lch(85.7 70.6 124.2) |
| OKLCH | oklch(0.864 0.176 129.3) |
Copy-ready code
/* CSS */
color: #ade861;
background-color: #ade861;
/* Tailwind (arbitrary) */
class="text-[#ade861] bg-[#ade861]"
/* SCSS */
$brand: #ade861;
/* SwiftUI */
Color(red: 0.678, green: 0.910, blue: 0.380)
/* Android */
Color.parseColor("#ade861")Accessibility — WCAG contrast
Aa
#ade861 on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade861 on black: 14.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green91.0%
Blue38.0%
CMYK percentages
Cyan25.4%
Magenta0.0%
Yellow58.2%
Key (black)9.0%
Color previews
#ade861 text on a black background
contrast 14.49:1
Card sample
#ade861 text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade861;
Background color
Panel with #ade861 background
background-color: #ade861;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade861;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 232, 97, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 232, 97, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade861; background: linear-gradient(135deg, #ade861, #61E86F);