#87ba5f
a balanced, soft green · cool · closest name: olivedrab
RGB
135, 186, 95
HSL
94°, 40%, 55%
CMYK
27, 0, 49, 27
Luminance
0.4109
Every format
| HEX | #87ba5f |
| RGB | rgb(135, 186, 95) |
| HSL | hsl(94, 40%, 55%) |
| CMYK | cmyk(27%, 0%, 49%, 27%) |
| LAB | lab(70.2 -32.8 40.6) |
| LCH | lch(70.2 52.2 128.9) |
| OKLCH | oklch(0.732 0.133 132.9) |
Copy-ready code
/* CSS */
color: #87ba5f;
background-color: #87ba5f;
/* Tailwind (arbitrary) */
class="text-[#87ba5f] bg-[#87ba5f]"
/* SCSS */
$brand: #87ba5f;
/* SwiftUI */
Color(red: 0.529, green: 0.729, blue: 0.373)
/* Android */
Color.parseColor("#87ba5f")Accessibility — WCAG contrast
Aa
#87ba5f on white: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#87ba5f on black: 9.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.9%
Green72.9%
Blue37.3%
CMYK percentages
Cyan27.4%
Magenta0.0%
Yellow48.9%
Key (black)27.1%
Color previews
#87ba5f text on a black background
contrast 9.22:1
Card sample
#87ba5f text on a white background
contrast 2.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #87ba5f;
Background color
Panel with #87ba5f background
background-color: #87ba5f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #87ba5f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(135, 186, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(135, 186, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #87ba5f; background: linear-gradient(135deg, #87ba5f, #5FBA74);