#8cd487
a light, vivid green · cool · closest name: aquamarine
RGB
140, 212, 135
HSL
116°, 47%, 68%
CMYK
34, 0, 36, 17
Luminance
0.5441
Every format
| HEX | #8cd487 |
| RGB | rgb(140, 212, 135) |
| HSL | hsl(116, 47%, 68%) |
| CMYK | cmyk(34%, 0%, 36%, 17%) |
| LAB | lab(78.7 -37.5 31.2) |
| LCH | lch(78.7 48.8 140.3) |
| OKLCH | oklch(0.803 0.128 142.8) |
Copy-ready code
/* CSS */
color: #8cd487;
background-color: #8cd487;
/* Tailwind (arbitrary) */
class="text-[#8cd487] bg-[#8cd487]"
/* SCSS */
$brand: #8cd487;
/* SwiftUI */
Color(red: 0.549, green: 0.831, blue: 0.529)
/* Android */
Color.parseColor("#8cd487")Accessibility — WCAG contrast
Aa
#8cd487 on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8cd487 on black: 11.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green83.1%
Blue52.9%
CMYK percentages
Cyan34.0%
Magenta0.0%
Yellow36.3%
Key (black)16.9%
Color previews
#8cd487 text on a black background
contrast 11.88:1
Card sample
#8cd487 text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8cd487;
Background color
Panel with #8cd487 background
background-color: #8cd487;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8cd487;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 212, 135, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 212, 135, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8cd487; background: linear-gradient(135deg, #8cd487, #87D4B5);