#477312
a dark, vivid green · cool · closest name: olivedrab
RGB
71, 115, 18
HSL
87°, 73%, 26%
CMYK
38, 0, 84, 55
Luminance
0.1364
Every format
| HEX | #477312 |
| RGB | rgb(71, 115, 18) |
| HSL | hsl(87, 73%, 26%) |
| CMYK | cmyk(38%, 0%, 84%, 55%) |
| LAB | lab(43.7 -30.9 44.4) |
| LCH | lch(43.7 54.0 124.8) |
| OKLCH | oklch(0.504 0.131 131.9) |
Copy-ready code
/* CSS */
color: #477312;
background-color: #477312;
/* Tailwind (arbitrary) */
class="text-[#477312] bg-[#477312]"
/* SCSS */
$brand: #477312;
/* SwiftUI */
Color(red: 0.278, green: 0.451, blue: 0.071)
/* Android */
Color.parseColor("#477312")Accessibility — WCAG contrast
Aa
#477312 on white: 5.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#477312 on black: 3.73:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green45.1%
Blue7.1%
CMYK percentages
Cyan38.3%
Magenta0.0%
Yellow84.3%
Key (black)54.9%
Color previews
#477312 text on a black background
contrast 3.73:1
Card sample
#477312 text on a white background
contrast 5.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #477312;
Background color
Panel with #477312 background
background-color: #477312;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #477312;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 115, 18, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 115, 18, 0.45);
Border & gradient
Gradient panel
border: 3px solid #477312; background: linear-gradient(135deg, #477312, #12731E);