Placeholder images from a URL.
No signup, no limits, no nonsense.

SVG · PNG · WebP · JPEG Up to 4000×4000px Custom colors & text Zero JS required
Live demo
Click URL to copy
Preview
Live preview
API reference
URL Description
/800x600Grey placeholder 800×600 (SVG)
/800x600.pngPNG instead of SVG
/800x600.webpWebP format
/800x600.jpgJPEG format
/800x600/3498dbBlue background
/800x600/3498db/fffBlue background, white text
/800x600/3498db/fff?text=LogoCustom label text
/800x600/3498db/fff.png?text=PNG with no text
HTML examples
Basic placeholder
<img src="https://pixfill.dev/800x600"
     alt="placeholder" />
Custom color & text (PNG)
<img src="https://pixfill.dev/400x300/3b82f6/fff.png?text=Hero+Image"
     alt="hero" />
Responsive with srcset
<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" />
CSS background-image
.hero {
  background-image: url('https://pixfill.dev/1200x600/1e293b/64748b.webp');
  background-size: cover;
}
What is pixfill.dev?

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.