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