#87c113
a dark, electric green · cool · closest name: olivedrab
RGB
135, 193, 19
HSL
80°, 82%, 42%
CMYK
30, 0, 90, 24
Luminance
0.4334
Every format
| HEX | #87c113 |
| RGB | rgb(135, 193, 19) |
| HSL | hsl(80, 82%, 42%) |
| CMYK | cmyk(30%, 0%, 90%, 24%) |
| LAB | lab(71.8 -41.1 69.6) |
| LCH | lch(71.8 80.8 120.6) |
| OKLCH | oklch(0.743 0.191 128.4) |
Copy-ready code
/* CSS */
color: #87c113;
background-color: #87c113;
/* Tailwind (arbitrary) */
class="text-[#87c113] bg-[#87c113]"
/* SCSS */
$brand: #87c113;
/* SwiftUI */
Color(red: 0.529, green: 0.757, blue: 0.075)
/* Android */
Color.parseColor("#87c113")Accessibility — WCAG contrast
Aa
#87c113 on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#87c113 on black: 9.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.9%
Green75.7%
Blue7.5%
CMYK percentages
Cyan30.1%
Magenta0.0%
Yellow90.2%
Key (black)24.3%
Color previews
#87c113 text on a black background
contrast 9.67:1
Card sample
#87c113 text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #87c113;
Background color
Panel with #87c113 background
background-color: #87c113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #87c113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(135, 193, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(135, 193, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #87c113; background: linear-gradient(135deg, #87c113, #13C113);