#587a2c
a dark, vivid green · cool · closest name: olivedrab
RGB
88, 122, 44
HSL
86°, 47%, 33%
CMYK
28, 0, 64, 52
Luminance
0.1618
Every format
| HEX | #587a2c |
| RGB | rgb(88, 122, 44) |
| HSL | hsl(86, 47%, 33%) |
| CMYK | cmyk(28%, 0%, 64%, 52%) |
| LAB | lab(47.2 -25.6 37.8) |
| LCH | lch(47.2 45.6 124.1) |
| OKLCH | oklch(0.536 0.113 129.5) |
Copy-ready code
/* CSS */
color: #587a2c;
background-color: #587a2c;
/* Tailwind (arbitrary) */
class="text-[#587a2c] bg-[#587a2c]"
/* SCSS */
$brand: #587a2c;
/* SwiftUI */
Color(red: 0.345, green: 0.478, blue: 0.173)
/* Android */
Color.parseColor("#587a2c")Accessibility — WCAG contrast
Aa
#587a2c on white: 4.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#587a2c on black: 4.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.5%
Green47.8%
Blue17.3%
CMYK percentages
Cyan27.9%
Magenta0.0%
Yellow63.9%
Key (black)52.2%
Color previews
#587a2c text on a black background
contrast 4.24:1
Card sample
#587a2c text on a white background
contrast 4.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #587a2c;
Background color
Panel with #587a2c background
background-color: #587a2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #587a2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(88, 122, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(88, 122, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #587a2c; background: linear-gradient(135deg, #587a2c, #2C7A34);