#577a39
a dark, soft green · cool · closest name: seagreen
RGB
87, 122, 57
HSL
92°, 36%, 35%
CMYK
29, 0, 53, 52
Luminance
0.1624
Every format
| HEX | #577a39 |
| RGB | rgb(87, 122, 57) |
| HSL | hsl(92, 36%, 35%) |
| CMYK | cmyk(29%, 0%, 53%, 52%) |
| LAB | lab(47.3 -24.6 31.4) |
| LCH | lch(47.3 39.9 128.1) |
| OKLCH | oklch(0.537 0.101 132.3) |
Copy-ready code
/* CSS */
color: #577a39;
background-color: #577a39;
/* Tailwind (arbitrary) */
class="text-[#577a39] bg-[#577a39]"
/* SCSS */
$brand: #577a39;
/* SwiftUI */
Color(red: 0.341, green: 0.478, blue: 0.224)
/* Android */
Color.parseColor("#577a39")Accessibility — WCAG contrast
Aa
#577a39 on white: 4.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#577a39 on black: 4.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.1%
Green47.8%
Blue22.4%
CMYK percentages
Cyan28.7%
Magenta0.0%
Yellow53.3%
Key (black)52.2%
Color previews
#577a39 text on a black background
contrast 4.25:1
Card sample
#577a39 text on a white background
contrast 4.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #577a39;
Background color
Panel with #577a39 background
background-color: #577a39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #577a39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(87, 122, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(87, 122, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #577a39; background: linear-gradient(135deg, #577a39, #397A46);