#87cd65
a balanced, vivid green · cool · closest name: olivedrab
RGB
135, 205, 101
HSL
100°, 51%, 60%
CMYK
34, 0, 51, 20
Luminance
0.4975
Every format
| HEX | #87cd65 |
| RGB | rgb(135, 205, 101) |
| HSL | hsl(100, 51%, 60%) |
| CMYK | cmyk(34%, 0%, 51%, 20%) |
| LAB | lab(75.9 -40.7 44.6) |
| LCH | lch(75.9 60.3 132.4) |
| OKLCH | oklch(0.778 0.155 136.4) |
Copy-ready code
/* CSS */
color: #87cd65;
background-color: #87cd65;
/* Tailwind (arbitrary) */
class="text-[#87cd65] bg-[#87cd65]"
/* SCSS */
$brand: #87cd65;
/* SwiftUI */
Color(red: 0.529, green: 0.804, blue: 0.396)
/* Android */
Color.parseColor("#87cd65")Accessibility — WCAG contrast
Aa
#87cd65 on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#87cd65 on black: 10.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.9%
Green80.4%
Blue39.6%
CMYK percentages
Cyan34.1%
Magenta0.0%
Yellow50.7%
Key (black)19.6%
Color previews
#87cd65 text on a black background
contrast 10.95:1
Card sample
#87cd65 text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #87cd65;
Background color
Panel with #87cd65 background
background-color: #87cd65;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #87cd65;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(135, 205, 101, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(135, 205, 101, 0.45);
Border & gradient
Gradient panel
border: 3px solid #87cd65; background: linear-gradient(135deg, #87cd65, #65CD88);