#ade286
a light, vivid green · cool · closest name: khaki
RGB
173, 226, 134
HSL
95°, 61%, 71%
CMYK
24, 0, 41, 11
Luminance
0.6500
Every format
| HEX | #ade286 |
| RGB | rgb(173, 226, 134) |
| HSL | hsl(95, 61%, 71%) |
| CMYK | cmyk(24%, 0%, 41%, 11%) |
| LAB | lab(84.5 -32.9 39.5) |
| LCH | lch(84.5 51.5 129.8) |
| OKLCH | oklch(0.855 0.133 133.0) |
Copy-ready code
/* CSS */
color: #ade286;
background-color: #ade286;
/* Tailwind (arbitrary) */
class="text-[#ade286] bg-[#ade286]"
/* SCSS */
$brand: #ade286;
/* SwiftUI */
Color(red: 0.678, green: 0.886, blue: 0.525)
/* Android */
Color.parseColor("#ade286")Accessibility — WCAG contrast
Aa
#ade286 on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade286 on black: 14.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green88.6%
Blue52.5%
CMYK percentages
Cyan23.5%
Magenta0.0%
Yellow40.7%
Key (black)11.4%
Color previews
#ade286 text on a black background
contrast 14.00:1
Card sample
#ade286 text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade286;
Background color
Panel with #ade286 background
background-color: #ade286;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade286;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 226, 134, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 226, 134, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade286; background: linear-gradient(135deg, #ade286, #86E29C);