#577f3c
a dark, soft green · cool · closest name: seagreen
RGB
87, 127, 60
HSL
96°, 36%, 37%
CMYK
32, 0, 53, 50
Luminance
0.1753
Every format
| HEX | #577f3c |
| RGB | rgb(87, 127, 60) |
| HSL | hsl(96, 36%, 37%) |
| CMYK | cmyk(32%, 0%, 53%, 50%) |
| LAB | lab(48.9 -26.7 31.8) |
| LCH | lch(48.9 41.5 130.0) |
| OKLCH | oklch(0.550 0.106 134.1) |
Copy-ready code
/* CSS */
color: #577f3c;
background-color: #577f3c;
/* Tailwind (arbitrary) */
class="text-[#577f3c] bg-[#577f3c]"
/* SCSS */
$brand: #577f3c;
/* SwiftUI */
Color(red: 0.341, green: 0.498, blue: 0.235)
/* Android */
Color.parseColor("#577f3c")Accessibility — WCAG contrast
Aa
#577f3c on white: 4.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#577f3c on black: 4.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.1%
Green49.8%
Blue23.5%
CMYK percentages
Cyan31.5%
Magenta0.0%
Yellow52.8%
Key (black)50.2%
Color previews
#577f3c text on a black background
contrast 4.51:1
Card sample
#577f3c text on a white background
contrast 4.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #577f3c;
Background color
Panel with #577f3c background
background-color: #577f3c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #577f3c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(87, 127, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(87, 127, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #577f3c; background: linear-gradient(135deg, #577f3c, #3C7F4E);