#ade26f
a light, vivid green · cool · closest name: khaki
RGB
173, 226, 111
HSL
88°, 67%, 66%
CMYK
24, 0, 51, 11
Luminance
0.6442
Every format
| HEX | #ade26f |
| RGB | rgb(173, 226, 111) |
| HSL | hsl(88, 67%, 66%) |
| CMYK | cmyk(24%, 0%, 51%, 11%) |
| LAB | lab(84.2 -35.6 50.3) |
| LCH | lch(84.2 61.6 125.3) |
| OKLCH | oklch(0.851 0.155 129.6) |
Copy-ready code
/* CSS */
color: #ade26f;
background-color: #ade26f;
/* Tailwind (arbitrary) */
class="text-[#ade26f] bg-[#ade26f]"
/* SCSS */
$brand: #ade26f;
/* SwiftUI */
Color(red: 0.678, green: 0.886, blue: 0.435)
/* Android */
Color.parseColor("#ade26f")Accessibility — WCAG contrast
Aa
#ade26f on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade26f on black: 13.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green88.6%
Blue43.5%
CMYK percentages
Cyan23.5%
Magenta0.0%
Yellow50.9%
Key (black)11.4%
Color previews
#ade26f text on a black background
contrast 13.88:1
Card sample
#ade26f text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade26f;
Background color
Panel with #ade26f background
background-color: #ade26f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade26f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 226, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 226, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade26f; background: linear-gradient(135deg, #ade26f, #6FE27E);