#577f4d
a dark, soft green · cool · closest name: seagreen
RGB
87, 127, 77
HSL
108°, 25%, 40%
CMYK
32, 0, 39, 50
Luminance
0.1774
Every format
| HEX | #577f4d |
| RGB | rgb(87, 127, 77) |
| HSL | hsl(108, 25%, 40%) |
| CMYK | cmyk(32%, 0%, 39%, 50%) |
| LAB | lab(49.2 -24.3 22.9) |
| LCH | lch(49.2 33.3 136.7) |
| OKLCH | oklch(0.553 0.087 139.5) |
Copy-ready code
/* CSS */
color: #577f4d;
background-color: #577f4d;
/* Tailwind (arbitrary) */
class="text-[#577f4d] bg-[#577f4d]"
/* SCSS */
$brand: #577f4d;
/* SwiftUI */
Color(red: 0.341, green: 0.498, blue: 0.302)
/* Android */
Color.parseColor("#577f4d")Accessibility — WCAG contrast
Aa
#577f4d on white: 4.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#577f4d on black: 4.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.1%
Green49.8%
Blue30.2%
CMYK percentages
Cyan31.5%
Magenta0.0%
Yellow39.4%
Key (black)50.2%
Color previews
#577f4d text on a black background
contrast 4.55:1
Card sample
#577f4d text on a white background
contrast 4.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #577f4d;
Background color
Panel with #577f4d background
background-color: #577f4d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #577f4d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(87, 127, 77, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(87, 127, 77, 0.45);
Border & gradient
Gradient panel
border: 3px solid #577f4d; background: linear-gradient(135deg, #577f4d, #4D7F64);