#586f2c
a dark, soft green · cool · closest name: olivedrab
RGB
88, 111, 44
HSL
81°, 43%, 30%
CMYK
21, 0, 60, 57
Luminance
0.1363
Every format
| HEX | #586f2c |
| RGB | rgb(88, 111, 44) |
| HSL | hsl(81, 43%, 30%) |
| CMYK | cmyk(21%, 0%, 60%, 57%) |
| LAB | lab(43.7 -20.0 33.9) |
| LCH | lch(43.7 39.3 120.5) |
| OKLCH | oklch(0.508 0.097 125.6) |
Copy-ready code
/* CSS */
color: #586f2c;
background-color: #586f2c;
/* Tailwind (arbitrary) */
class="text-[#586f2c] bg-[#586f2c]"
/* SCSS */
$brand: #586f2c;
/* SwiftUI */
Color(red: 0.345, green: 0.435, blue: 0.173)
/* Android */
Color.parseColor("#586f2c")Accessibility — WCAG contrast
Aa
#586f2c on white: 5.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#586f2c on black: 3.73:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.5%
Green43.5%
Blue17.3%
CMYK percentages
Cyan20.7%
Magenta0.0%
Yellow60.4%
Key (black)56.5%
Color previews
#586f2c text on a black background
contrast 3.73:1
Card sample
#586f2c text on a white background
contrast 5.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #586f2c;
Background color
Panel with #586f2c background
background-color: #586f2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #586f2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(88, 111, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(88, 111, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #586f2c; background: linear-gradient(135deg, #586f2c, #2C6F2D);