#87ab13
a dark, electric green · cool · closest name: olivedrab
RGB
135, 171, 19
HSL
74°, 80%, 37%
CMYK
21, 0, 89, 33
Luminance
0.3432
Every format
| HEX | #87ab13 |
| RGB | rgb(135, 171, 19) |
| HSL | hsl(74, 80%, 37%) |
| CMYK | cmyk(21%, 0%, 89%, 33%) |
| LAB | lab(65.2 -31.1 64.2) |
| LCH | lch(65.2 71.3 115.9) |
| OKLCH | oklch(0.690 0.166 123.6) |
Copy-ready code
/* CSS */
color: #87ab13;
background-color: #87ab13;
/* Tailwind (arbitrary) */
class="text-[#87ab13] bg-[#87ab13]"
/* SCSS */
$brand: #87ab13;
/* SwiftUI */
Color(red: 0.529, green: 0.671, blue: 0.075)
/* Android */
Color.parseColor("#87ab13")Accessibility — WCAG contrast
Aa
#87ab13 on white: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#87ab13 on black: 7.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.9%
Green67.1%
Blue7.5%
CMYK percentages
Cyan21.1%
Magenta0.0%
Yellow88.9%
Key (black)32.9%
Color previews
#87ab13 text on a black background
contrast 7.86:1
Card sample
#87ab13 text on a white background
contrast 2.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #87ab13;
Background color
Panel with #87ab13 background
background-color: #87ab13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #87ab13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(135, 171, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(135, 171, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #87ab13; background: linear-gradient(135deg, #87ab13, #22AB13);