#ade366
a balanced, vivid green · cool · closest name: khaki
RGB
173, 227, 102
HSL
86°, 69%, 65%
CMYK
24, 0, 55, 11
Luminance
0.6478
Every format
| HEX | #ade366 |
| RGB | rgb(173, 227, 102) |
| HSL | hsl(86, 69%, 65%) |
| CMYK | cmyk(24%, 0%, 55%, 11%) |
| LAB | lab(84.4 -37.0 54.6) |
| LCH | lch(84.4 66.0 124.1) |
| OKLCH | oklch(0.853 0.165 128.9) |
Copy-ready code
/* CSS */
color: #ade366;
background-color: #ade366;
/* Tailwind (arbitrary) */
class="text-[#ade366] bg-[#ade366]"
/* SCSS */
$brand: #ade366;
/* SwiftUI */
Color(red: 0.678, green: 0.890, blue: 0.400)
/* Android */
Color.parseColor("#ade366")Accessibility — WCAG contrast
Aa
#ade366 on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade366 on black: 13.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green89.0%
Blue40.0%
CMYK percentages
Cyan23.8%
Magenta0.0%
Yellow55.1%
Key (black)11.0%
Color previews
#ade366 text on a black background
contrast 13.96:1
Card sample
#ade366 text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade366;
Background color
Panel with #ade366 background
background-color: #ade366;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade366;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 227, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 227, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade366; background: linear-gradient(135deg, #ade366, #66E372);