#587132
a dark, soft green · cool · closest name: olivedrab
RGB
88, 113, 50
HSL
84°, 39%, 32%
CMYK
22, 0, 56, 56
Luminance
0.1412
Every format
| HEX | #587132 |
| RGB | rgb(88, 113, 50) |
| HSL | hsl(84, 39%, 32%) |
| CMYK | cmyk(22%, 0%, 56%, 56%) |
| LAB | lab(44.4 -20.4 31.6) |
| LCH | lch(44.4 37.6 122.8) |
| OKLCH | oklch(0.514 0.094 127.4) |
Copy-ready code
/* CSS */
color: #587132;
background-color: #587132;
/* Tailwind (arbitrary) */
class="text-[#587132] bg-[#587132]"
/* SCSS */
$brand: #587132;
/* SwiftUI */
Color(red: 0.345, green: 0.443, blue: 0.196)
/* Android */
Color.parseColor("#587132")Accessibility — WCAG contrast
Aa
#587132 on white: 5.49:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#587132 on black: 3.82:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.5%
Green44.3%
Blue19.6%
CMYK percentages
Cyan22.1%
Magenta0.0%
Yellow55.8%
Key (black)55.7%
Color previews
#587132 text on a black background
contrast 3.82:1
Card sample
#587132 text on a white background
contrast 5.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #587132;
Background color
Panel with #587132 background
background-color: #587132;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #587132;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(88, 113, 50, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(88, 113, 50, 0.45);
Border & gradient
Gradient panel
border: 3px solid #587132; background: linear-gradient(135deg, #587132, #327136);