Nearby elements are perceived as one group
Aliases: Gestalt proximity · proximity grouping
What it is
Give a row of elements uneven spacing and the eye automatically reads the tightly-spaced ones as one cluster and the wider gaps as boundaries between clusters — no border, color, or label required. This cue is proximity.
The criterion is narrow: it responds to relative distance, not absolute distance, and not to what the elements look like. A row of identical dots evenly spaced reads as a single line; space every other gap slightly wider and the same dots instantly split into pairs, with nothing about the dots themselves having changed.
Why it happens
Before the visual system identifies what an individual element is, it has to settle a more basic question: should this patch of input be processed as one thing or several. Spacing is one of the first cues used to answer that, because it can be computed without recognizing any element's identity — it only requires comparing the gaps between neighbors.
That comparison is relative: the system looks for gaps that are clearly larger than the surrounding gaps, not a fixed distance stored as a threshold. This is why the same spacing pattern still groups correctly after the whole layout is scaled up or down — as long as the ratio between gaps is preserved, the grouping judgment holds.
Studying it
The classic evidence comes from dot-lattice displays: a row of evenly spaced dots is progressively pulled into near/far pairs, and reported groupings shift smoothly with the distance ratio rather than flipping at some sharp threshold. This paradigm became the standard way to measure grouping strength — keep the elements themselves fixed, vary only the distance relationships, and have observers report or choose the perceived grouping, scored by agreement rate or response time for a given spacing ratio.
In interface research this method is typically used to check whether a layout's actual spacing produces the grouping the designer intended, rather than assuming "smaller gap means same group" holds for every viewer by default.
Where it stops holding
Proximity only answers whether elements count as one cluster; it says nothing about the relationship between elements within that cluster — order, hierarchy, parallel status — which has to be carried by arrangement or other visual means, since spacing alone doesn't encode it.
When other grouping cues (color, shape, connecting lines, enclosing boundaries) are present and point to a different grouping than spacing does, proximity does not automatically win; which cue dominates under which conditions needs to be checked rather than assumed.
Applying it
- Before laying out any list, form, or card set, decide which elements should read as one group first, then make within-group spacing clearly smaller than between-group spacing — don't lay out the page and check grouping afterward.
- The spacing difference has to be distinguishable at a glance; a gap of a few pixels leaves grouping ambiguous and viewer-dependent.
- To verify, strip a screenshot of all color, borders, and text, leaving only outlines and spacing, and ask someone unfamiliar with the design to point out which elements form a group — check whether the result matches the intended grouping.
Related
- Same group: A2.01.2 proximity beats color/shape similarity · A2.01.3 inconsistent spacing creates unintended grouping · A2.01.4 within-group spacing must be smaller than between-group spacing
- Nearby: A2.02 similarity · A2.07 common region · A2.10 conflict and priority among Gestalt principles
- Search terms:
proximity·Gestalt grouping·perceptual organization