#577413
a dark, vivid green · cool · closest name: olivedrab
RGB
87, 116, 19
HSL
78°, 72%, 27%
CMYK
25, 0, 84, 55
Luminance
0.1456
Every format
| HEX | #577413 |
| RGB | rgb(87, 116, 19) |
| HSL | hsl(78, 72%, 27%) |
| CMYK | cmyk(25%, 0%, 84%, 55%) |
| LAB | lab(45.0 -24.7 45.6) |
| LCH | lch(45.0 51.9 118.5) |
| OKLCH | oklch(0.518 0.123 125.7) |
Copy-ready code
/* CSS */
color: #577413;
background-color: #577413;
/* Tailwind (arbitrary) */
class="text-[#577413] bg-[#577413]"
/* SCSS */
$brand: #577413;
/* SwiftUI */
Color(red: 0.341, green: 0.455, blue: 0.075)
/* Android */
Color.parseColor("#577413")Accessibility — WCAG contrast
Aa
#577413 on white: 5.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#577413 on black: 3.91:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.1%
Green45.5%
Blue7.5%
CMYK percentages
Cyan25.0%
Magenta0.0%
Yellow83.6%
Key (black)54.5%
Color previews
#577413 text on a black background
contrast 3.91:1
Card sample
#577413 text on a white background
contrast 5.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #577413;
Background color
Panel with #577413 background
background-color: #577413;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #577413;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(87, 116, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(87, 116, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #577413; background: linear-gradient(135deg, #577413, #167413);