#578800
a dark, electric green · cool · closest name: olivedrab
RGB
87, 136, 0
HSL
82°, 100%, 27%
CMYK
36, 0, 100, 47
Luminance
0.1963
Every format
| HEX | #578800 |
| RGB | rgb(87, 136, 0) |
| HSL | hsl(82, 100%, 27%) |
| CMYK | cmyk(36%, 0%, 100%, 47%) |
| LAB | lab(51.4 -34.8 55.0) |
| LCH | lch(51.4 65.1 122.3) |
| OKLCH | oklch(0.570 0.154 130.4) |
Copy-ready code
/* CSS */
color: #578800;
background-color: #578800;
/* Tailwind (arbitrary) */
class="text-[#578800] bg-[#578800]"
/* SCSS */
$brand: #578800;
/* SwiftUI */
Color(red: 0.341, green: 0.533, blue: 0.000)
/* Android */
Color.parseColor("#578800")Accessibility — WCAG contrast
Aa
#578800 on white: 4.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#578800 on black: 4.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.1%
Green53.3%
Blue0.0%
CMYK percentages
Cyan36.0%
Magenta0.0%
Yellow100.0%
Key (black)46.7%
Color previews
#578800 text on a black background
contrast 4.93:1
Card sample
#578800 text on a white background
contrast 4.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #578800;
Background color
Panel with #578800 background
background-color: #578800;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #578800;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(87, 136, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(87, 136, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #578800; background: linear-gradient(135deg, #578800, #008804);