#586721
a dark, vivid green · cool · closest name: olivedrab
RGB
88, 103, 33
HSL
73°, 52%, 27%
CMYK
15, 0, 68, 60
Luminance
0.1189
Every format
| HEX | #586721 |
| RGB | rgb(88, 103, 33) |
| HSL | hsl(73, 52%, 27%) |
| CMYK | cmyk(15%, 0%, 68%, 60%) |
| LAB | lab(41.0 -16.7 36.3) |
| LCH | lch(41.0 39.9 114.7) |
| OKLCH | oklch(0.486 0.096 120.4) |
Copy-ready code
/* CSS */
color: #586721;
background-color: #586721;
/* Tailwind (arbitrary) */
class="text-[#586721] bg-[#586721]"
/* SCSS */
$brand: #586721;
/* SwiftUI */
Color(red: 0.345, green: 0.404, blue: 0.129)
/* Android */
Color.parseColor("#586721")Accessibility — WCAG contrast
Aa
#586721 on white: 6.22:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#586721 on black: 3.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.5%
Green40.4%
Blue12.9%
CMYK percentages
Cyan14.6%
Magenta0.0%
Yellow68.0%
Key (black)59.6%
Color previews
#586721 text on a black background
contrast 3.38:1
Card sample
#586721 text on a white background
contrast 6.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #586721;
Background color
Panel with #586721 background
background-color: #586721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #586721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(88, 103, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(88, 103, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #586721; background: linear-gradient(135deg, #586721, #296721);