#00580c
a deep, electric green · cool · closest name: forestgreen
RGB
0, 88, 12
HSL
128°, 100%, 17%
CMYK
100, 0, 86, 66
Luminance
0.0701
Every format
| HEX | #00580c |
| RGB | rgb(0, 88, 12) |
| HSL | hsl(128, 100%, 17%) |
| CMYK | cmyk(100%, 0%, 86%, 66%) |
| LAB | lab(31.8 -38.9 34.4) |
| LCH | lch(31.8 51.9 138.5) |
| OKLCH | oklch(0.400 0.130 143.9) |
Copy-ready code
/* CSS */
color: #00580c;
background-color: #00580c;
/* Tailwind (arbitrary) */
class="text-[#00580c] bg-[#00580c]"
/* SCSS */
$brand: #00580c;
/* SwiftUI */
Color(red: 0.000, green: 0.345, blue: 0.047)
/* Android */
Color.parseColor("#00580c")Accessibility — WCAG contrast
Aa
#00580c on white: 8.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#00580c on black: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green34.5%
Blue4.7%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow86.4%
Key (black)65.5%
Color previews
#00580c text on a black background
contrast 2.40:1
Card sample
#00580c text on a white background
contrast 8.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00580c;
Background color
Panel with #00580c background
background-color: #00580c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00580c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 88, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 88, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00580c; background: linear-gradient(135deg, #00580c, #005847);