#87c35f
a balanced, vivid green · cool · closest name: olivedrab
RGB
135, 195, 95
HSL
96°, 46%, 57%
CMYK
31, 0, 51, 24
Luminance
0.4501
Every format
| HEX | #87c35f |
| RGB | rgb(135, 195, 95) |
| HSL | hsl(96, 46%, 57%) |
| CMYK | cmyk(31%, 0%, 51%, 24%) |
| LAB | lab(72.9 -36.9 43.8) |
| LCH | lch(72.9 57.3 130.1) |
| OKLCH | oklch(0.754 0.146 134.3) |
Copy-ready code
/* CSS */
color: #87c35f;
background-color: #87c35f;
/* Tailwind (arbitrary) */
class="text-[#87c35f] bg-[#87c35f]"
/* SCSS */
$brand: #87c35f;
/* SwiftUI */
Color(red: 0.529, green: 0.765, blue: 0.373)
/* Android */
Color.parseColor("#87c35f")Accessibility — WCAG contrast
Aa
#87c35f on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#87c35f on black: 10.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.9%
Green76.5%
Blue37.3%
CMYK percentages
Cyan30.8%
Magenta0.0%
Yellow51.3%
Key (black)23.5%
Color previews
#87c35f text on a black background
contrast 10.00:1
Card sample
#87c35f text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #87c35f;
Background color
Panel with #87c35f background
background-color: #87c35f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #87c35f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(135, 195, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(135, 195, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #87c35f; background: linear-gradient(135deg, #87c35f, #5FC37A);