#87cb1b
a balanced, electric green · cool · closest name: olivedrab
RGB
135, 203, 27
HSL
83°, 77%, 45%
CMYK
34, 0, 87, 20
Luminance
0.4794
Every format
| HEX | #87cb1b |
| RGB | rgb(135, 203, 27) |
| HSL | hsl(83, 77%, 45%) |
| CMYK | cmyk(34%, 0%, 87%, 20%) |
| LAB | lab(74.8 -45.1 70.6) |
| LCH | lch(74.8 83.8 122.6) |
| OKLCH | oklch(0.767 0.200 130.2) |
Copy-ready code
/* CSS */
color: #87cb1b;
background-color: #87cb1b;
/* Tailwind (arbitrary) */
class="text-[#87cb1b] bg-[#87cb1b]"
/* SCSS */
$brand: #87cb1b;
/* SwiftUI */
Color(red: 0.529, green: 0.796, blue: 0.106)
/* Android */
Color.parseColor("#87cb1b")Accessibility — WCAG contrast
Aa
#87cb1b on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#87cb1b on black: 10.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.9%
Green79.6%
Blue10.6%
CMYK percentages
Cyan33.5%
Magenta0.0%
Yellow86.7%
Key (black)20.4%
Color previews
#87cb1b text on a black background
contrast 10.59:1
Card sample
#87cb1b text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #87cb1b;
Background color
Panel with #87cb1b background
background-color: #87cb1b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #87cb1b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(135, 203, 27, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(135, 203, 27, 0.45);
Border & gradient
Gradient panel
border: 3px solid #87cb1b; background: linear-gradient(135deg, #87cb1b, #1BCB24);