#586e21
a dark, vivid green · cool · closest name: olivedrab
RGB
88, 110, 33
HSL
77°, 54%, 28%
CMYK
20, 0, 70, 57
Luminance
0.1334
Every format
| HEX | #586e21 |
| RGB | rgb(88, 110, 33) |
| HSL | hsl(77, 54%, 28%) |
| CMYK | cmyk(20%, 0%, 70%, 57%) |
| LAB | lab(43.3 -20.4 38.6) |
| LCH | lch(43.3 43.7 117.8) |
| OKLCH | oklch(0.504 0.106 123.9) |
Copy-ready code
/* CSS */
color: #586e21;
background-color: #586e21;
/* Tailwind (arbitrary) */
class="text-[#586e21] bg-[#586e21]"
/* SCSS */
$brand: #586e21;
/* SwiftUI */
Color(red: 0.345, green: 0.431, blue: 0.129)
/* Android */
Color.parseColor("#586e21")Accessibility — WCAG contrast
Aa
#586e21 on white: 5.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#586e21 on black: 3.67:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.5%
Green43.1%
Blue12.9%
CMYK percentages
Cyan20.0%
Magenta0.0%
Yellow70.0%
Key (black)56.9%
Color previews
#586e21 text on a black background
contrast 3.67:1
Card sample
#586e21 text on a white background
contrast 5.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #586e21;
Background color
Panel with #586e21 background
background-color: #586e21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #586e21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(88, 110, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(88, 110, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #586e21; background: linear-gradient(135deg, #586e21, #256E21);