Placeholder images from a URL.
No signup, no limits, no nonsense.
| URL | Description |
|---|---|
/800x600 | Grey placeholder 800×600 (SVG) |
/800x600.png | PNG instead of SVG |
/800x600.webp | WebP format |
/800x600.jpg | JPEG format |
/800x600/3498db | Blue background |
/800x600/3498db/fff | Blue background, white text |
/800x600/3498db/fff?text=Logo | Custom label text |
/800x600/3498db/fff.png?text= | PNG with no text |
<img src="https://pixfill.dev/800x600" alt="placeholder" />
<img src="https://pixfill.dev/400x300/3b82f6/fff.png?text=Hero+Image" alt="hero" />
<img src="https://pixfill.dev/800x600/cccccc/909090" srcset="https://pixfill.dev/400x300/cccccc/909090 400w, https://pixfill.dev/800x600/cccccc/909090 800w" sizes="(max-width: 600px) 400px, 800px" alt="responsive placeholder" />
.hero { background-image: url('https://pixfill.dev/1200x600/1e293b/64748b.webp'); background-size: cover; }
pixfill.dev is a free, fast placeholder image generator for designers and developers. Just craft a URL — specify the size, background color, text color, and format — and get a placeholder image instantly. No account, no API key, no rate limits. It works as a drop-in alternative to placehold.co, lorempixel, and similar services, supporting SVG, PNG, WebP, and JPEG output up to 4000×4000 px. All images are generated on-the-fly — no files are stored on disk.