#87ba12
a dark, electric green · cool · closest name: olivedrab
RGB
135, 186, 18
HSL
78°, 82%, 40%
CMYK
27, 0, 90, 27
Luminance
0.4031
Every format
| HEX | #87ba12 |
| RGB | rgb(135, 186, 18) |
| HSL | hsl(78, 82%, 40%) |
| CMYK | cmyk(27%, 0%, 90%, 27%) |
| LAB | lab(69.7 -38.0 68.0) |
| LCH | lch(69.7 77.9 119.2) |
| OKLCH | oklch(0.726 0.183 127.1) |
Copy-ready code
/* CSS */
color: #87ba12;
background-color: #87ba12;
/* Tailwind (arbitrary) */
class="text-[#87ba12] bg-[#87ba12]"
/* SCSS */
$brand: #87ba12;
/* SwiftUI */
Color(red: 0.529, green: 0.729, blue: 0.071)
/* Android */
Color.parseColor("#87ba12")Accessibility — WCAG contrast
Aa
#87ba12 on white: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#87ba12 on black: 9.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.9%
Green72.9%
Blue7.1%
CMYK percentages
Cyan27.4%
Magenta0.0%
Yellow90.3%
Key (black)27.1%
Color previews
#87ba12 text on a black background
contrast 9.06:1
Card sample
#87ba12 text on a white background
contrast 2.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #87ba12;
Background color
Panel with #87ba12 background
background-color: #87ba12;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #87ba12;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(135, 186, 18, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(135, 186, 18, 0.45);
Border & gradient
Gradient panel
border: 3px solid #87ba12; background: linear-gradient(135deg, #87ba12, #17BA12);