#577621
a dark, vivid green · cool · closest name: olivedrab
RGB
87, 118, 33
HSL
82°, 56%, 30%
CMYK
26, 0, 72, 54
Luminance
0.1509
Every format
| HEX | #577621 |
| RGB | rgb(87, 118, 33) |
| HSL | hsl(82, 56%, 30%) |
| CMYK | cmyk(26%, 0%, 72%, 54%) |
| LAB | lab(45.8 -24.9 41.2) |
| LCH | lch(45.8 48.1 121.2) |
| OKLCH | oklch(0.524 0.117 127.4) |
Copy-ready code
/* CSS */
color: #577621;
background-color: #577621;
/* Tailwind (arbitrary) */
class="text-[#577621] bg-[#577621]"
/* SCSS */
$brand: #577621;
/* SwiftUI */
Color(red: 0.341, green: 0.463, blue: 0.129)
/* Android */
Color.parseColor("#577621")Accessibility — WCAG contrast
Aa
#577621 on white: 5.23:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#577621 on black: 4.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.1%
Green46.3%
Blue12.9%
CMYK percentages
Cyan26.3%
Magenta0.0%
Yellow72.0%
Key (black)53.7%
Color previews
#577621 text on a black background
contrast 4.02:1
Card sample
#577621 text on a white background
contrast 5.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #577621;
Background color
Panel with #577621 background
background-color: #577621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #577621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(87, 118, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(87, 118, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #577621; background: linear-gradient(135deg, #577621, #217624);