Tiny Online Tools logoTiny Online ToolssearchSearch tools…grid_viewAll Tools
Homechevron_rightSVG Toolschevron_rightSVG Blurry Shapes GeneratorSVG Blurry Shapes Generator

SVG Blurry Shapes Generator

Generate soft, dreamy aurora-style blurry-shape backgrounds as clean SVG with palette and blur control.

ShapesBackgroundPalette
Output dimensionsResponsive (stretch to fit)Generated codecodeSVGbrushCSS
xml
css

Similar Tools

SVG Neon Shape Generator

SVG Neon Shape Generator

Generate glowing neon-style SVG shapes — circles, polygons, stars, and more — with adjustable stroke, glow, and background.

SVG Wave Generator

SVG Wave Generator

Generate smooth, customizable SVG wave shapes for section dividers, hero backgrounds, and decorative page elements.

SVG Blob Generator

SVG Blob Generator

Create organic, random blob shapes as clean SVG with full control over complexity, randomness, colors, and gradient fills.

SVG Arrow Generator

SVG Arrow Generator

Create clean customizable SVG arrows — straight, curved, or zigzag — with full control over thickness, color, and arrowhead style.

Text to kebab-case

Text to kebab-case

Convert text into kebab-case URL-friendly formatting.

Unlock PDF

Unlock PDF

Remove password protection from a PDF file locally.

TSV to CSV

TSV to CSV

Convert tab-separated text into CSV format.

apps

More Tools

Browse our full collection of free online tools.

Soft, Dreamy Backgrounds Without Heavy Images

Blurry colorful backgrounds — sometimes called "aurora" or "abstract gradient" backgrounds — have become a go-to style for landing pages, dashboards, and app splash screens. Instead of shipping a heavy PNG, this generator emits a few SVG ellipses blurred through an feGaussianBlur filter: the result is crisp at any resolution, weighs only a few kilobytes, and takes full advantage of the browser's GPU.

How It Works

The tool scatters a handful of ellipses randomly over an 800×600 viewBox using a seeded random function. Each ellipse picks a color from your palette. The whole group is wrapped in an SVG filter that applies a strong Gaussian blur — enough that the individual shapes smear into each other and you get that soft, cloud-like look.

Controls

  • Shapes — how many blurred ellipses to draw. More shapes give richer, busier backgrounds.
  • Blur — strength of the Gaussian blur. Low blur keeps shapes distinct; high blur melts everything into a gradient.
  • Size variance — how much the shapes vary in size.
  • Palette — up to five custom colors. Add or remove colors to match your brand.
  • Background — a solid fill rendered behind the blurred shapes.
  • Seed + Re-roll — re-roll to try new arrangements; the same seed always gives the same result.

Common Uses

  • Hero section backgrounds
  • Modern app splash screens
  • OG / social share images
  • Pricing section backdrops
  • Card backgrounds for marketing pages

The SVG stretches to any container with width: 100% thanks to preserveAspectRatio="none". Drop the output straight into your HTML, React, or design tools — or tweak the colors later with a text editor.