#889977
a balanced, muted green · cool · closest name: gray
RGB
136, 153, 119
HSL
90°, 14%, 53%
CMYK
11, 0, 22, 40
Luminance
0.2935
Every format
| HEX | #889977 |
| RGB | rgb(136, 153, 119) |
| HSL | hsl(90, 14%, 53%) |
| CMYK | cmyk(11%, 0%, 22%, 40%) |
| LAB | lab(61.1 -12.5 15.9) |
| LCH | lch(61.1 20.2 128.1) |
| OKLCH | oklch(0.660 0.052 129.4) |
Copy-ready code
/* CSS */
color: #889977;
background-color: #889977;
/* Tailwind (arbitrary) */
class="text-[#889977] bg-[#889977]"
/* SCSS */
$brand: #889977;
/* SwiftUI */
Color(red: 0.533, green: 0.600, blue: 0.467)
/* Android */
Color.parseColor("#889977")Accessibility — WCAG contrast
Aa
#889977 on white: 3.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#889977 on black: 6.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green60.0%
Blue46.7%
CMYK percentages
Cyan11.1%
Magenta0.0%
Yellow22.2%
Key (black)40.0%
Color previews
#889977 text on a black background
contrast 6.87:1
Card sample
#889977 text on a white background
contrast 3.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #889977;
Background color
Panel with #889977 background
background-color: #889977;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #889977;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 153, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 153, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #889977; background: linear-gradient(135deg, #889977, #77997D);