body { background: #333; } .svgContainer { position: absolute; left: 50%; top: 50%; width: 300px; height: 300px; margin: -150px 0 0 -150px; } .svgContainer svg { -webkit-filter: drop-shadow(3px 3px 8px rgba(0,0,0,0.8)); fill: #9c27b0; }