#588708
a dark, electric green · cool · closest name: olivedrab
RGB
88, 135, 8
HSL
82°, 89%, 28%
CMYK
35, 0, 94, 47
Luminance
0.1942
Every format
| HEX | #588708 |
| RGB | rgb(88, 135, 8) |
| HSL | hsl(82, 89%, 28%) |
| CMYK | cmyk(35%, 0%, 94%, 47%) |
| LAB | lab(51.2 -33.7 53.4) |
| LCH | lch(51.2 63.2 122.3) |
| OKLCH | oklch(0.568 0.150 130.1) |
Copy-ready code
/* CSS */
color: #588708;
background-color: #588708;
/* Tailwind (arbitrary) */
class="text-[#588708] bg-[#588708]"
/* SCSS */
$brand: #588708;
/* SwiftUI */
Color(red: 0.345, green: 0.529, blue: 0.031)
/* Android */
Color.parseColor("#588708")Accessibility — WCAG contrast
Aa
#588708 on white: 4.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#588708 on black: 4.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.5%
Green52.9%
Blue3.1%
CMYK percentages
Cyan34.8%
Magenta0.0%
Yellow94.1%
Key (black)47.1%
Color previews
#588708 text on a black background
contrast 4.88:1
Card sample
#588708 text on a white background
contrast 4.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #588708;
Background color
Panel with #588708 background
background-color: #588708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #588708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(88, 135, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(88, 135, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #588708; background: linear-gradient(135deg, #588708, #08870D);