Guides/ Typography
subject

Lorem Ipsum Guide: History, Alternatives & When to Use Real Content

Lorem ipsum has been the default placeholder text for over 500 years — longer than any other design convention. This guide covers where it came from, when to use it (and when not to), fun modern alternatives, and the subtle design mistakes that happen when you mix real and dummy text.

April 2026 · 6 min read

Where Lorem Ipsum Actually Comes From

The standard lorem ipsum text is a scrambled excerpt from De Finibus Bonorum et Malorum ("On the Ends of Good and Evil"), a 45 BCE philosophical work by Cicero. The original Latin passage is coherent; the version designers use has been hacked to remove meaning while keeping the Latin "feel."

"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua..."

The mangled version dates to the 1500s, when an unknown printer scrambled the text to create a type specimen — letter shapes and line lengths were the point, not meaning. It became the global default because Aldus Manutius's 16th-century printing presses used it, and modern software (Letraset, Aldus PageMaker, Microsoft Word) inherited the tradition.

Why Lorem Ipsum, Not English?

Lorem ipsum works better than "Here is some sample text" for three reasons:

  • No distracting meaning — the reader can't accidentally start reading instead of evaluating the design. Their eye sees typographic texture, not ideas.
  • Natural letter distribution — lorem ipsum has roughly the same frequency of common and uncommon letters as English, so line-break patterns look realistic.
  • Neutral tone — English sample text subtly communicates something about the brand (friendly, formal, technical). Lorem ipsum communicates nothing, keeping focus on layout.

Fun Alternatives

Designer fatigue with pure lorem ipsum spawned many themed variants:

  • Hipster Ipsum — "Tumeric meh four dollar toast hexagon, banjo narwhal farm-to-table kinfolk mumblecore semiotics."
  • Bacon Ipsum — "Bacon ipsum dolor amet landjaeger flank tenderloin pork belly capicola kielbasa."
  • Cupcake Ipsum — "Cupcake ipsum dolor sit amet sweet roll tootsie roll cotton candy caramels pastry."
  • Samuel L. Ipsum — quotes from Pulp Fiction and other Samuel L. Jackson films.
  • Corporate Ipsum — meaningless business speak: "Leverage our core competencies to synergize cross-functional deliverables."
  • Zombie Ipsum — horror-themed placeholder.
  • Pirate Ipsum — nautical vocabulary.
  • Cat Ipsum — stream-of-consciousness cat behavior descriptions.

These are fun for team demos and internal prototypes. Avoid for client presentations — the novelty can distract from the actual design decisions you're trying to discuss.

When to Use Placeholder Text

  • Early mockups — you're evaluating layout, typography, and hierarchy. Real content would be premature.
  • Template design — creating a theme or component library meant for many users with different content.
  • Showcasing typography — font specimens, type scale demos, readability tests.
  • Design system documentation — showing how components render regardless of specific content.

When NOT to Use Placeholder Text

  • Later-stage mockups — once layout is settled, real content reveals problems placeholder text hides.
  • Heading/title regions — real headings have specific word counts and line-break patterns. "Lorem ipsum dolor sit" in an H1 wraps differently than most real headlines.
  • Call-to-action buttons — real button text is short and punchy; lorem ipsum looks ridiculous ("Consectetur Adipiscing").
  • Client presentations past the wireframe stage — non-designers see lorem ipsum and assume the design is unfinished. Real content shows the design works.
  • Translated interfaces — the English-like lengths of lorem ipsum won't match German (longer words) or CJK (Chinese/Japanese/Korean — much denser). Use realistic length equivalents for the target language.

The "Real Content Reveals Problems" Principle

A famous design adage: "content first, design second." Lorem ipsum hides whole categories of real-world issues:

  • Long product names — "Professional-Grade Stainless Steel 24-Piece Kitchen Knife Set" doesn't fit in the card design where "Consectetur adipiscing elit" did.
  • Variable content length — your lorem ipsum paragraphs are the same length; real user-generated content isn't. Design for 10 characters AND 500 characters in the same field.
  • Edge cases — empty states, users with no profile picture, products with no review yet, numbers that go to 1M+.
  • Language variance — the button that reads "Submit" in English is "Einreichen" in German (almost double) and "送信" in Japanese (much shorter). Your layout needs to handle both.

Move to real or realistic content as early as possible in the design process. Lorem ipsum is a starting tool, not a finishing one.

Generating Lorem Ipsum Programmatically

Most tools and libraries include a lorem ipsum generator:

  • Figma / Sketch / XD — menu option in the text tool to insert sample text at various lengths.
  • VS Code — Emmet abbreviation: lorem50 generates 50 words, p*3>lorem25 generates 3 paragraphs of 25 words each.
  • Node.js / JSnpm i lorem-ipsum library with configurable word counts and sentence shapes.
  • CSS — no native generator, but libraries can fill content: on pseudo-elements for pure-CSS demos.
  • Online generators — useful for quickly pasting into mockup tools. Most support configurable paragraph count, sentence length, and starting text.

Frequently Asked Questions

Is lorem ipsum actual Latin?
The source text is real Latin from Cicero, but the version used in design is scrambled beyond readability. Actual Latin speakers find it mildly amusing and unreadable. The opening "lorem ipsum" is itself grammatically incomplete — it should be "dolorem ipsum," but the "do" was lost when the printer hacked it up.
Does lorem ipsum work for non-Latin scripts?
No — Latin letter frequencies don't match Cyrillic, Greek, Arabic, Hebrew, CJK, etc. For those, use locale-appropriate generators: "Рыба текст" for Russian, "鱼文" for Chinese, specialized placeholder libraries for each.
Will Google penalize a page with lorem ipsum text?
Not directly, but unfinished pages with placeholder text typically look low-quality and rank poorly. Never ship pages to production with lorem ipsum — it signals the content isn't ready, which correlates with thin content algorithms.
How much lorem ipsum is typical?
A paragraph of 50-100 words is enough to evaluate body typography. For lead paragraphs, 25-40 words. For headlines, 5-10 words. For the "about" section, one paragraph of 60-80 words. Don't fill every container — empty states matter too.
Are there lorem ipsum alternatives that are actually readable?
Public domain writing (Alice in Wonderland, Jane Austen) is often used as "realistic" placeholder. Be aware: real text tempts viewers to read instead of evaluate design. Use only when you specifically want to test reading experience.