#ade187
a light, vivid green · cool · closest name: khaki
RGB
173, 225, 135
HSL
95°, 60%, 71%
CMYK
23, 0, 40, 12
Luminance
0.6448
Every format
| HEX | #ade187 |
| RGB | rgb(173, 225, 135) |
| HSL | hsl(95, 60%, 71%) |
| CMYK | cmyk(23%, 0%, 40%, 12%) |
| LAB | lab(84.2 -32.3 38.7) |
| LCH | lch(84.2 50.4 129.9) |
| OKLCH | oklch(0.853 0.130 133.0) |
Copy-ready code
/* CSS */
color: #ade187;
background-color: #ade187;
/* Tailwind (arbitrary) */
class="text-[#ade187] bg-[#ade187]"
/* SCSS */
$brand: #ade187;
/* SwiftUI */
Color(red: 0.678, green: 0.882, blue: 0.529)
/* Android */
Color.parseColor("#ade187")Accessibility — WCAG contrast
Aa
#ade187 on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade187 on black: 13.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green88.2%
Blue52.9%
CMYK percentages
Cyan23.1%
Magenta0.0%
Yellow40.0%
Key (black)11.8%
Color previews
#ade187 text on a black background
contrast 13.90:1
Card sample
#ade187 text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade187;
Background color
Panel with #ade187 background
background-color: #ade187;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade187;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 225, 135, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 225, 135, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade187; background: linear-gradient(135deg, #ade187, #87E19D);