#47710d
a deep, electric green · cool · closest name: olivedrab
RGB
71, 113, 13
HSL
85°, 79%, 25%
CMYK
37, 0, 89, 56
Luminance
0.1318
Every format
| HEX | #47710d |
| RGB | rgb(71, 113, 13) |
| HSL | hsl(85, 79%, 25%) |
| CMYK | cmyk(37%, 0%, 89%, 56%) |
| LAB | lab(43.0 -30.2 45.1) |
| LCH | lch(43.0 54.3 123.8) |
| OKLCH | oklch(0.499 0.131 131.2) |
Copy-ready code
/* CSS */
color: #47710d;
background-color: #47710d;
/* Tailwind (arbitrary) */
class="text-[#47710d] bg-[#47710d]"
/* SCSS */
$brand: #47710d;
/* SwiftUI */
Color(red: 0.278, green: 0.443, blue: 0.051)
/* Android */
Color.parseColor("#47710d")Accessibility — WCAG contrast
Aa
#47710d on white: 5.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#47710d on black: 3.64:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green44.3%
Blue5.1%
CMYK percentages
Cyan37.2%
Magenta0.0%
Yellow88.5%
Key (black)55.7%
Color previews
#47710d text on a black background
contrast 3.64:1
Card sample
#47710d text on a white background
contrast 5.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #47710d;
Background color
Panel with #47710d background
background-color: #47710d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #47710d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 113, 13, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 113, 13, 0.45);
Border & gradient
Gradient panel
border: 3px solid #47710d; background: linear-gradient(135deg, #47710d, #0D7116);