#577434
a dark, soft green · cool · closest name: olivedrab
RGB
87, 116, 52
HSL
87°, 38%, 33%
CMYK
25, 0, 55, 55
Luminance
0.1476
Every format
| HEX | #577434 |
| RGB | rgb(87, 116, 52) |
| HSL | hsl(87, 38%, 33%) |
| CMYK | cmyk(25%, 0%, 55%, 55%) |
| LAB | lab(45.3 -22.1 31.6) |
| LCH | lch(45.3 38.6 125.0) |
| OKLCH | oklch(0.521 0.097 129.4) |
Copy-ready code
/* CSS */
color: #577434;
background-color: #577434;
/* Tailwind (arbitrary) */
class="text-[#577434] bg-[#577434]"
/* SCSS */
$brand: #577434;
/* SwiftUI */
Color(red: 0.341, green: 0.455, blue: 0.204)
/* Android */
Color.parseColor("#577434")Accessibility — WCAG contrast
Aa
#577434 on white: 5.31:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#577434 on black: 3.95:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.1%
Green45.5%
Blue20.4%
CMYK percentages
Cyan25.0%
Magenta0.0%
Yellow55.2%
Key (black)54.5%
Color previews
#577434 text on a black background
contrast 3.95:1
Card sample
#577434 text on a white background
contrast 5.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #577434;
Background color
Panel with #577434 background
background-color: #577434;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #577434;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(87, 116, 52, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(87, 116, 52, 0.45);
Border & gradient
Gradient panel
border: 3px solid #577434; background: linear-gradient(135deg, #577434, #34743C);