#879b87
a balanced, muted green · cool · closest name: gray
RGB
135, 155, 135
HSL
120°, 9%, 57%
CMYK
13, 0, 13, 39
Luminance
0.3034
Every format
| HEX | #879b87 |
| RGB | rgb(135, 155, 135) |
| HSL | hsl(120, 9%, 57%) |
| CMYK | cmyk(13%, 0%, 13%, 39%) |
| LAB | lab(62.0 -11.1 8.1) |
| LCH | lch(62.0 13.7 143.7) |
| OKLCH | oklch(0.668 0.037 145.1) |
Copy-ready code
/* CSS */
color: #879b87;
background-color: #879b87;
/* Tailwind (arbitrary) */
class="text-[#879b87] bg-[#879b87]"
/* SCSS */
$brand: #879b87;
/* SwiftUI */
Color(red: 0.529, green: 0.608, blue: 0.529)
/* Android */
Color.parseColor("#879b87")Accessibility — WCAG contrast
Aa
#879b87 on white: 2.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#879b87 on black: 7.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.9%
Green60.8%
Blue52.9%
CMYK percentages
Cyan12.9%
Magenta0.0%
Yellow12.9%
Key (black)39.2%
Color previews
#879b87 text on a black background
contrast 7.07:1
Card sample
#879b87 text on a white background
contrast 2.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #879b87;
Background color
Panel with #879b87 background
background-color: #879b87;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #879b87;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(135, 155, 135, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(135, 155, 135, 0.45);
Border & gradient
Gradient panel
border: 3px solid #879b87; background: linear-gradient(135deg, #879b87, #879B94);