#587421
a dark, vivid green · cool · closest name: olivedrab
RGB
88, 116, 33
HSL
80°, 56%, 29%
CMYK
24, 0, 72, 55
Luminance
0.1468
Every format
| HEX | #587421 |
| RGB | rgb(88, 116, 33) |
| HSL | hsl(80, 56%, 29%) |
| CMYK | cmyk(24%, 0%, 72%, 55%) |
| LAB | lab(45.2 -23.5 40.6) |
| LCH | lch(45.2 46.9 120.0) |
| OKLCH | oklch(0.519 0.114 126.3) |
Copy-ready code
/* CSS */
color: #587421;
background-color: #587421;
/* Tailwind (arbitrary) */
class="text-[#587421] bg-[#587421]"
/* SCSS */
$brand: #587421;
/* SwiftUI */
Color(red: 0.345, green: 0.455, blue: 0.129)
/* Android */
Color.parseColor("#587421")Accessibility — WCAG contrast
Aa
#587421 on white: 5.34:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#587421 on black: 3.94:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.5%
Green45.5%
Blue12.9%
CMYK percentages
Cyan24.1%
Magenta0.0%
Yellow71.6%
Key (black)54.5%
Color previews
#587421 text on a black background
contrast 3.94:1
Card sample
#587421 text on a white background
contrast 5.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #587421;
Background color
Panel with #587421 background
background-color: #587421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #587421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(88, 116, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(88, 116, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #587421; background: linear-gradient(135deg, #587421, #217421);