#586921
a dark, vivid green · cool · closest name: olivedrab
RGB
88, 105, 33
HSL
74°, 52%, 27%
CMYK
16, 0, 69, 59
Luminance
0.1229
Every format
| HEX | #586921 |
| RGB | rgb(88, 105, 33) |
| HSL | hsl(74, 52%, 27%) |
| CMYK | cmyk(16%, 0%, 69%, 59%) |
| LAB | lab(41.7 -17.8 37.0) |
| LCH | lch(41.7 41.0 115.7) |
| OKLCH | oklch(0.491 0.099 121.5) |
Copy-ready code
/* CSS */
color: #586921;
background-color: #586921;
/* Tailwind (arbitrary) */
class="text-[#586921] bg-[#586921]"
/* SCSS */
$brand: #586921;
/* SwiftUI */
Color(red: 0.345, green: 0.412, blue: 0.129)
/* Android */
Color.parseColor("#586921")Accessibility — WCAG contrast
Aa
#586921 on white: 6.07:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#586921 on black: 3.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.5%
Green41.2%
Blue12.9%
CMYK percentages
Cyan16.2%
Magenta0.0%
Yellow68.6%
Key (black)58.8%
Color previews
#586921 text on a black background
contrast 3.46:1
Card sample
#586921 text on a white background
contrast 6.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #586921;
Background color
Panel with #586921 background
background-color: #586921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #586921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(88, 105, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(88, 105, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #586921; background: linear-gradient(135deg, #586921, #286921);