#ade26a
a light, vivid green · cool · closest name: khaki
RGB
173, 226, 106
HSL
87°, 67%, 65%
CMYK
24, 0, 53, 11
Luminance
0.6432
Every format
| HEX | #ade26a |
| RGB | rgb(173, 226, 106) |
| HSL | hsl(87, 67%, 65%) |
| CMYK | cmyk(24%, 0%, 53%, 11%) |
| LAB | lab(84.1 -36.1 52.5) |
| LCH | lch(84.1 63.8 124.5) |
| OKLCH | oklch(0.851 0.160 129.1) |
Copy-ready code
/* CSS */
color: #ade26a;
background-color: #ade26a;
/* Tailwind (arbitrary) */
class="text-[#ade26a] bg-[#ade26a]"
/* SCSS */
$brand: #ade26a;
/* SwiftUI */
Color(red: 0.678, green: 0.886, blue: 0.416)
/* Android */
Color.parseColor("#ade26a")Accessibility — WCAG contrast
Aa
#ade26a on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade26a on black: 13.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green88.6%
Blue41.6%
CMYK percentages
Cyan23.5%
Magenta0.0%
Yellow53.1%
Key (black)11.4%
Color previews
#ade26a text on a black background
contrast 13.86:1
Card sample
#ade26a text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade26a;
Background color
Panel with #ade26a background
background-color: #ade26a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade26a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 226, 106, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 226, 106, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade26a; background: linear-gradient(135deg, #ade26a, #6AE277);