#586a1b
a dark, vivid green · cool · closest name: olivedrab
RGB
88, 106, 27
HSL
74°, 59%, 26%
CMYK
17, 0, 75, 58
Luminance
0.1246
Every format
| HEX | #586a1b |
| RGB | rgb(88, 106, 27) |
| HSL | hsl(74, 59%, 26%) |
| CMYK | cmyk(17%, 0%, 75%, 58%) |
| LAB | lab(41.9 -18.7 39.8) |
| LCH | lch(41.9 44.0 115.2) |
| OKLCH | oklch(0.493 0.105 121.6) |
Copy-ready code
/* CSS */
color: #586a1b;
background-color: #586a1b;
/* Tailwind (arbitrary) */
class="text-[#586a1b] bg-[#586a1b]"
/* SCSS */
$brand: #586a1b;
/* SwiftUI */
Color(red: 0.345, green: 0.416, blue: 0.106)
/* Android */
Color.parseColor("#586a1b")Accessibility — WCAG contrast
Aa
#586a1b on white: 6.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#586a1b on black: 3.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.5%
Green41.6%
Blue10.6%
CMYK percentages
Cyan17.0%
Magenta0.0%
Yellow74.5%
Key (black)58.4%
Color previews
#586a1b text on a black background
contrast 3.49:1
Card sample
#586a1b text on a white background
contrast 6.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #586a1b;
Background color
Panel with #586a1b background
background-color: #586a1b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #586a1b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(88, 106, 27, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(88, 106, 27, 0.45);
Border & gradient
Gradient panel
border: 3px solid #586a1b; background: linear-gradient(135deg, #586a1b, #236A1B);