SVG Blob Generator
Adjust points, complexity, and color to generate a smooth organic SVG blob shape for hero sections, card backgrounds, and decorative web elements.
SVG code
<svg viewBox="0 0 400 400" xmlns="http://www.w3.org/2000/svg">
<path d="M 200.0 64.9 C 229.7 65.1, 262.8 88.9, 288.6 111.4 C 314.4 133.9, 353.7 169.5, 354.6 200.0 C 355.6 230.5, 320.1 270.5, 294.3 294.3 C 268.5 318.1, 230.0 343.9, 200.0 342.5 C 170.0 341.1, 138.5 309.7, 114.1 285.9 C 89.6 262.2, 53.8 229.3, 53.2 200.0 C 52.5 170.7, 85.6 132.6, 110.1 110.1 C 134.6 87.6, 170.3 64.6, 200.0 64.9 Z" fill="#6366f1"/>
</svg>


