#586421
a dark, vivid green · cool · closest name: olivedrab
RGB
88, 100, 33
HSL
71°, 50%, 26%
CMYK
12, 0, 67, 61
Luminance
0.1130
Every format
| HEX | #586421 |
| RGB | rgb(88, 100, 33) |
| HSL | hsl(71, 50%, 26%) |
| CMYK | cmyk(12%, 0%, 67%, 61%) |
| LAB | lab(40.1 -15.0 35.3) |
| LCH | lch(40.1 38.3 113.1) |
| OKLCH | oklch(0.478 0.092 118.7) |
Copy-ready code
/* CSS */
color: #586421;
background-color: #586421;
/* Tailwind (arbitrary) */
class="text-[#586421] bg-[#586421]"
/* SCSS */
$brand: #586421;
/* SwiftUI */
Color(red: 0.345, green: 0.392, blue: 0.129)
/* Android */
Color.parseColor("#586421")Accessibility — WCAG contrast
Aa
#586421 on white: 6.44:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#586421 on black: 3.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.5%
Green39.2%
Blue12.9%
CMYK percentages
Cyan12.0%
Magenta0.0%
Yellow67.0%
Key (black)60.8%
Color previews
#586421 text on a black background
contrast 3.26:1
Card sample
#586421 text on a white background
contrast 6.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #586421;
Background color
Panel with #586421 background
background-color: #586421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #586421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(88, 100, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(88, 100, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #586421; background: linear-gradient(135deg, #586421, #2B6421);