The golden ratio is the proportion where the ratio of the whole to the larger part equals the ratio of the larger part to the smaller part. It works out to approximately 1.618, often written as phi (φ). It appears in nautilus shells, sunflower seed patterns, and the branching of trees, and it has been used in architecture and art for centuries because it produces proportions that read as naturally balanced.
For designers, it is a useful thinking tool rather than a rule. Here is where it shows up in practice.
Logo proportions
Several well-known logos use golden ratio geometry to determine where elements sit and how large they are relative to each other. The circle within a circle, the mark relative to the wordmark, the height-to-width ratio of the container. All of these can be derived from φ rather than chosen by eye.
The practical value is not that it guarantees a good logo, but that it gives you a principled starting point instead of an arbitrary one. When a proportion feels off, you have a reference to check against.
Type scales
A modular type scale uses a single ratio to step through sizes. Using φ (1.618) as that ratio produces a scale where each size is 1.618 times the previous one. Starting from a 16px base:
- 10px (base ÷ φ)
- 16px (base)
- 26px (base × φ)
- 42px (base × φ²)
- 68px (base × φ³)
The jumps feel visually meaningful without being arbitrary. Headlines read clearly distinct from body text, and subheadings sit naturally between them.
Layout and column widths
A two-column layout where one column is 1.618 times the width of the other creates a content-and-sidebar relationship that feels considered rather than half-and-half. The dominant column holds more weight; the secondary one sits comfortably without competing.
The same principle applies to spacing: if your base spacing unit is 8px, a golden-ratio spacing sequence might run 8, 13, 21, 34, which happens to closely follow the Fibonacci sequence, a natural integer approximation of φ.
A tool, not a formula
None of this replaces judgement. Content breaks proportions. Responsive constraints change what is possible. The golden ratio is most useful early in the process, when you are making foundational decisions about scale and proportion and want a principled reason to choose one number over another.