#477113
a dark, vivid green · cool · closest name: olivedrab
RGB
71, 113, 19
HSL
87°, 71%, 26%
CMYK
37, 0, 83, 56
Luminance
0.1320
Every format
| HEX | #477113 |
| RGB | rgb(71, 113, 19) |
| HSL | hsl(87, 71%, 26%) |
| CMYK | cmyk(37%, 0%, 83%, 56%) |
| LAB | lab(43.1 -29.9 43.4) |
| LCH | lch(43.1 52.7 124.5) |
| OKLCH | oklch(0.499 0.128 131.6) |
Copy-ready code
/* CSS */
color: #477113;
background-color: #477113;
/* Tailwind (arbitrary) */
class="text-[#477113] bg-[#477113]"
/* SCSS */
$brand: #477113;
/* SwiftUI */
Color(red: 0.278, green: 0.443, blue: 0.075)
/* Android */
Color.parseColor("#477113")Accessibility — WCAG contrast
Aa
#477113 on white: 5.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#477113 on black: 3.64:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green44.3%
Blue7.5%
CMYK percentages
Cyan37.2%
Magenta0.0%
Yellow83.2%
Key (black)55.7%
Color previews
#477113 text on a black background
contrast 3.64:1
Card sample
#477113 text on a white background
contrast 5.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #477113;
Background color
Panel with #477113 background
background-color: #477113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #477113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 113, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 113, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #477113; background: linear-gradient(135deg, #477113, #13711E);