#577331
a dark, soft green · cool · closest name: olivedrab
RGB
87, 115, 49
HSL
86°, 40%, 32%
CMYK
24, 0, 57, 55
Luminance
0.1451
Every format
| HEX | #577331 |
| RGB | rgb(87, 115, 49) |
| HSL | hsl(86, 40%, 32%) |
| CMYK | cmyk(24%, 0%, 57%, 55%) |
| LAB | lab(45.0 -21.9 32.8) |
| LCH | lch(45.0 39.5 123.8) |
| OKLCH | oklch(0.518 0.099 128.5) |
Copy-ready code
/* CSS */
color: #577331;
background-color: #577331;
/* Tailwind (arbitrary) */
class="text-[#577331] bg-[#577331]"
/* SCSS */
$brand: #577331;
/* SwiftUI */
Color(red: 0.341, green: 0.451, blue: 0.192)
/* Android */
Color.parseColor("#577331")Accessibility — WCAG contrast
Aa
#577331 on white: 5.38:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#577331 on black: 3.90:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.1%
Green45.1%
Blue19.2%
CMYK percentages
Cyan24.3%
Magenta0.0%
Yellow57.4%
Key (black)54.9%
Color previews
#577331 text on a black background
contrast 3.90:1
Card sample
#577331 text on a white background
contrast 5.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #577331;
Background color
Panel with #577331 background
background-color: #577331;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #577331;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(87, 115, 49, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(87, 115, 49, 0.45);
Border & gradient
Gradient panel
border: 3px solid #577331; background: linear-gradient(135deg, #577331, #317337);