#87a310
a dark, electric green · cool · closest name: olivedrab
RGB
135, 163, 16
HSL
71°, 82%, 35%
CMYK
17, 0, 90, 36
Luminance
0.3138
Every format
| HEX | #87a310 |
| RGB | rgb(135, 163, 16) |
| HSL | hsl(71, 82%, 35%) |
| CMYK | cmyk(17%, 0%, 90%, 36%) |
| LAB | lab(62.8 -27.4 62.8) |
| LCH | lch(62.8 68.5 113.6) |
| OKLCH | oklch(0.670 0.158 121.3) |
Copy-ready code
/* CSS */
color: #87a310;
background-color: #87a310;
/* Tailwind (arbitrary) */
class="text-[#87a310] bg-[#87a310]"
/* SCSS */
$brand: #87a310;
/* SwiftUI */
Color(red: 0.529, green: 0.639, blue: 0.063)
/* Android */
Color.parseColor("#87a310")Accessibility — WCAG contrast
Aa
#87a310 on white: 2.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#87a310 on black: 7.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.9%
Green63.9%
Blue6.3%
CMYK percentages
Cyan17.2%
Magenta0.0%
Yellow90.2%
Key (black)36.1%
Color previews
#87a310 text on a black background
contrast 7.28:1
Card sample
#87a310 text on a white background
contrast 2.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #87a310;
Background color
Panel with #87a310 background
background-color: #87a310;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #87a310;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(135, 163, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(135, 163, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #87a310; background: linear-gradient(135deg, #87a310, #25A310);