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