#8bdf87
a light, vivid green · cool · closest name: aquamarine
RGB
139, 223, 135
HSL
117°, 58%, 70%
CMYK
38, 0, 40, 13
Luminance
0.6001
Every format
| HEX | #8bdf87 |
| RGB | rgb(139, 223, 135) |
| HSL | hsl(117, 58%, 70%) |
| CMYK | cmyk(38%, 0%, 40%, 13%) |
| LAB | lab(81.8 -42.7 35.3) |
| LCH | lch(81.8 55.4 140.4) |
| OKLCH | oklch(0.829 0.145 143.1) |
Copy-ready code
/* CSS */
color: #8bdf87;
background-color: #8bdf87;
/* Tailwind (arbitrary) */
class="text-[#8bdf87] bg-[#8bdf87]"
/* SCSS */
$brand: #8bdf87;
/* SwiftUI */
Color(red: 0.545, green: 0.875, blue: 0.529)
/* Android */
Color.parseColor("#8bdf87")Accessibility — WCAG contrast
Aa
#8bdf87 on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8bdf87 on black: 13.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.5%
Green87.5%
Blue52.9%
CMYK percentages
Cyan37.7%
Magenta0.0%
Yellow39.5%
Key (black)12.5%
Color previews
#8bdf87 text on a black background
contrast 13.00:1
Card sample
#8bdf87 text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8bdf87;
Background color
Panel with #8bdf87 background
background-color: #8bdf87;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8bdf87;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(139, 223, 135, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(139, 223, 135, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8bdf87; background: linear-gradient(135deg, #8bdf87, #87DFBE);