#578921
a dark, vivid green · cool · closest name: olivedrab
RGB
87, 137, 33
HSL
89°, 61%, 33%
CMYK
37, 0, 76, 46
Luminance
0.2003
Every format
| HEX | #578921 |
| RGB | rgb(87, 137, 33) |
| HSL | hsl(89, 61%, 33%) |
| CMYK | cmyk(37%, 0%, 76%, 46%) |
| LAB | lab(51.9 -33.9 47.3) |
| LCH | lch(51.9 58.2 125.7) |
| OKLCH | oklch(0.574 0.143 132.2) |
Copy-ready code
/* CSS */
color: #578921;
background-color: #578921;
/* Tailwind (arbitrary) */
class="text-[#578921] bg-[#578921]"
/* SCSS */
$brand: #578921;
/* SwiftUI */
Color(red: 0.341, green: 0.537, blue: 0.129)
/* Android */
Color.parseColor("#578921")Accessibility — WCAG contrast
Aa
#578921 on white: 4.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#578921 on black: 5.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.1%
Green53.7%
Blue12.9%
CMYK percentages
Cyan36.5%
Magenta0.0%
Yellow75.9%
Key (black)46.3%
Color previews
#578921 text on a black background
contrast 5.01:1
Card sample
#578921 text on a white background
contrast 4.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #578921;
Background color
Panel with #578921 background
background-color: #578921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #578921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(87, 137, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(87, 137, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #578921; background: linear-gradient(135deg, #578921, #218930);