#577557
a dark, muted green · cool · closest name: gray
RGB
87, 117, 87
HSL
120°, 15%, 40%
CMYK
26, 0, 26, 54
Luminance
0.1544
Every format
| HEX | #577557 |
| RGB | rgb(87, 117, 87) |
| HSL | hsl(120, 15%, 40%) |
| CMYK | cmyk(26%, 0%, 26%, 54%) |
| LAB | lab(46.2 -17.3 13.1) |
| LCH | lch(46.2 21.7 142.8) |
| OKLCH | oklch(0.530 0.058 144.7) |
Copy-ready code
/* CSS */
color: #577557;
background-color: #577557;
/* Tailwind (arbitrary) */
class="text-[#577557] bg-[#577557]"
/* SCSS */
$brand: #577557;
/* SwiftUI */
Color(red: 0.341, green: 0.459, blue: 0.341)
/* Android */
Color.parseColor("#577557")Accessibility — WCAG contrast
Aa
#577557 on white: 5.14:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#577557 on black: 4.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.1%
Green45.9%
Blue34.1%
CMYK percentages
Cyan25.6%
Magenta0.0%
Yellow25.6%
Key (black)54.1%
Color previews
#577557 text on a black background
contrast 4.09:1
Card sample
#577557 text on a white background
contrast 5.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #577557;
Background color
Panel with #577557 background
background-color: #577557;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #577557;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(87, 117, 87, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(87, 117, 87, 0.45);
Border & gradient
Gradient panel
border: 3px solid #577557; background: linear-gradient(135deg, #577557, #57756B);