Law of Common Region
Elements inside the same boundary are perceived as a group — even when nothing else connects them.
01 — TL;DR
Two sentences.
The Law of Common Region is a Gestalt perceptual principle — identified and formalised by Stephen Palmer in 1992 as an addition to the original six Gestalt laws — establishing that elements enclosed within the same clearly perceptible boundary are automatically perceived as belonging to the same group, regardless of the spatial distances between them or any visual properties they may share or not share. For interface designers, this makes containment — through card borders, section backgrounds, panel outlines, and modal dialogs — the most explicit and most reliable mechanism for communicating group membership: stronger than proximity when layout density makes spacing-based grouping ambiguous, and stronger than similarity when enclosed elements are visually diverse.
Containment overrides distance
Palmer's key demonstration showed that elements inside a boundary are grouped together even when they are further apart than elements outside the boundary. "Inside vs outside" is a topological relationship — it doesn't depend on metric distance. That's why common region is the most powerful grouping principle in dense layouts: it works regardless of how tight or loose the spacing is, because the boundary itself makes group membership unambiguous.
Trigger phrase
When a layout has multiple elements that need to be explicitly grouped — and proximity alone is insufficient because elements are too close to non-related elements, or because the grouping needs to be unambiguous regardless of the surrounding layout density.
02 — When to Use
Apply this when…
When NOT to apply it
Skip common region when the layout is sparse and unambiguous — spacing alone creates reliable groupings and borders or fills would add unnecessary visual weight. Skip it when the design system is deliberately minimal — containment adds visual complexity that conflicts with a restrained aesthetic, and well-calibrated proximity does the job. And skip it when elements are already connected by strong visual similarity that makes category membership unambiguous — similarity is sufficient and common region adds noise.
03 — How It Works
The mechanism
Common region provides the visual system with the most explicit possible categorical signal: a boundary that literally encloses the elements that belong together and excludes the elements that do not. Unlike proximity (which requires elements to be closer to their group members than to non-members) and similarity (which requires shared visual properties), common region works through an unambiguous topological relationship — inside vs outside — that the visual system evaluates immediately and reliably across all layout densities and element diversities. Palmer's 1992 demonstrations showed this grouping can override proximity: dots inside a drawn circle were grouped together even when they were further apart than dots outside the circle.
Common Region + Proximity work together
In sparse layouts, proximity is often sufficient — adding borders where proximity already creates clear groupings increases visual weight without improving clarity. In dense layouts, where many elements are simultaneously close to both group members and other-group members, common region becomes essential — it creates unambiguous boundaries that proximity cannot establish when spacing differentials are small. The design question is not "common region or proximity?" but "is proximity alone sufficient at this density?" If the blur test shows ambiguous groupings, common region is the right addition.
04 — Real Example
Notion's page-and-block structure and the containment hierarchy that scales
Notion's information architecture is one of the most sophisticated applications of the Law of Common Region in a production consumer product. The core structural metaphor — pages containing blocks, blocks containing inline content, nested pages containing sub-pages — is implemented visually through a carefully calibrated containment hierarchy where each level of nesting creates a visually distinct common region that users perceive as a perceptual unit.
At the page level, the page background creates a common region containing all content of that page. At the block level, hovering reveals a subtle block boundary that makes each block's extent perceptible as a distinct region within the page. At the database level, table views, board views, and gallery views each create explicit common region containers for their entries — bordered cells in tables, bordered cards in boards, bordered cards in galleries — providing unambiguous containment that groups each entry's fields as a single record.
05 — In the Wild
Test yourself & see real examples
No examples yet — be the first.
Spotted a product whose card or section design makes every piece of content feel like a clearly bounded unit — or one where content areas bleed into each other because nothing explicitly defines where one group ends and another begins? Submit a screenshot and annotate what you see. Every approved example gets attributed to you.
Seen the Law of Common Region applied well or missed in a real product? Help grow the evidence base.
06 — Common Mistakes
Where teams go wrong
07 — Variations & Related Principles
Connected ideas
The Law of Common Region is the most explicit and strongest Gestalt grouping principle for interface design. Its closest relationships are with the other Gestalt principles and with the cognitive principles that explain what happens after containment-based grouping occurs.
The most important pairing is the Law of Common Region with the Law of Proximity. In sparse layouts, proximity alone is sufficient — spacing communicates grouping without the visual weight of containment. In dense layouts, proximity becomes ambiguous and common region provides the explicit boundary that makes grouping unambiguous. The decision of when to supplement proximity with containment should be driven by layout density — if a blurred version of the layout reveals that proximity groupings are not clearly perceivable, common region is the appropriate addition.
08 — 10-Min Exercise
Run it right now
⏱ 10 minutes · Solo · No prep
Take a screenshot of your most complex screen — your dashboard, primary settings page, or most feature-rich view. Identify every containment element in the layout: every border, background fill, shadow-elevated element. List each one and note the boundary type (border, fill, shadow, or combination).
1. For each container, write down what is inside it. What is the intended group — what do the enclosed elements have in common functionally? Is the container communicating the grouping you intend, or is it enclosing elements that do not naturally belong together?
2. Count the nesting levels. Are there containers within containers within containers? More than two clear levels is worth reviewing — the visual system reliably distinguishes only two to three levels before hierarchy becomes ambiguous.
3. Look for elements that belong together but aren't in a common region — groups relying only on proximity in a dense layout. Run the blur test on those regions: if groupings aren't clearly perceivable in the blur, common region is the right addition.
4. For any group currently communicated only by proximity in a dense layout, write the minimum containment treatment that would create an unambiguous common region — a 1px border, a 4% background tint, or a 4px shadow. The minimum treatment that survives the blur test is the right treatment.