#71864c
a dark, soft green · cool · closest name: olivedrab
RGB
113, 134, 76
HSL
82°, 28%, 41%
CMYK
16, 0, 43, 48
Luminance
0.2108
Every format
| HEX | #71864c |
| RGB | rgb(113, 134, 76) |
| HSL | hsl(82, 28%, 41%) |
| CMYK | cmyk(16%, 0%, 43%, 48%) |
| LAB | lab(53.0 -17.9 28.7) |
| LCH | lch(53.0 33.8 121.9) |
| OKLCH | oklch(0.589 0.086 125.2) |
Copy-ready code
/* CSS */
color: #71864c;
background-color: #71864c;
/* Tailwind (arbitrary) */
class="text-[#71864c] bg-[#71864c]"
/* SCSS */
$brand: #71864c;
/* SwiftUI */
Color(red: 0.443, green: 0.525, blue: 0.298)
/* Android */
Color.parseColor("#71864c")Accessibility — WCAG contrast
Aa
#71864c on white: 4.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#71864c on black: 5.22:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green52.5%
Blue29.8%
CMYK percentages
Cyan15.7%
Magenta0.0%
Yellow43.3%
Key (black)47.5%
Color previews
#71864c text on a black background
contrast 5.22:1
Card sample
#71864c text on a white background
contrast 4.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #71864c;
Background color
Panel with #71864c background
background-color: #71864c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #71864c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 134, 76, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 134, 76, 0.45);
Border & gradient
Gradient panel
border: 3px solid #71864c; background: linear-gradient(135deg, #71864c, #4C864E);