Free golden ratio calculator
Put any length through 1.618
Enter one measurement and this free calculator returns the three things φ is actually used for: the point that divides it at 61.803% to 38.197%, a ladder of nine values four steps either side of it, and the other side of a golden rectangle. There is no signup and no upload — the arithmetic happens in this tab, in px, rem, pt, mm, percent or no unit at all. Because the whole chain is built from the irrational constant in a single pass, the fourth step down from 16 reads 2.33, where rounding each step in turn would have drifted to 2.
- 100% free
- No signup
- φ to 16 decimals
- 9-step ladder
- Split, ladder, rectangle
φ = 1.6180339887498948
Press Ctrl+V anywhere on the page to drop in a length such as 1200px — no need to click the field first.
Split this length in two
- Longer part — 61.803%
- 741.64px
- Shorter part — 38.197%
- 458.36px
The longer part is to the whole as the shorter part is to the longer, which is the only split where both comparisons give the same number.
Golden rectangle sides
- Treated as the long side
- short = 741.64px
- Treated as the short side
- long = 1941.64px
Cut a square off a golden rectangle and what is left is another golden rectangle. No other proportion does that, which is why the shape survives being nested.
Ladder — 4 steps down, 4 up
| Step | Multiplier | Value | Custom property |
|---|---|---|---|
| -4 | ×0.1459 | 175.08px | --phi-down-4 |
| -3 | ×0.2361 | 283.28px | --phi-down-3 |
| -2 | ×0.3820 | 458.36px | --phi-down-2 |
| -1 | ×0.6180 | 741.64px | --phi-down-1 |
| 0 | ×1.0000 | 1200px | --phi-0 |
| +1 | ×1.6180 | 1941.64px | --phi-up-1 |
| +2 | ×2.6180 | 3141.64px | --phi-up-2 |
| +3 | ×4.2361 | 5083.28px | --phi-up-3 |
| +4 | ×6.8541 | 8224.92px | --phi-up-4 |
Every row is your length multiplied by a power of φ in a single operation. Rounding a step and then multiplying the rounded figure is what makes a hand-built ladder drift — going down from 16 that way lands on 2 where the real value is 2.33.
How to apply the golden ratio to a real measurement
One number in, and the split, the series and the rectangle all come out together.
Type the measurement you already have
It is usually a container width, an image height or a base font size. Choose the unit beside the field — px, rem, pt, mm, percent, or unitless when you are working in grid columns — and it is carried through the arithmetic untouched, because a ratio has no dimensions of its own. Pasting works too: drop in 1200px and both the number and the unit are picked up.
Read the panel that matches your question
Dividing something in two is the split panel: it gives the longer part at 61.803% and the shorter at 38.197%, with a bar showing the proportion at actual size. Building a series is the ladder: four steps below your length and four above, each one a whole power of φ. Cropping or sizing a box is the rectangle panel, which treats your figure first as the long side and then as the short one, so you get both answers without doing the reciprocal in your head.
Round at the end, never between steps
The decimals control changes only what is displayed; the chain behind it stays at full double precision. Set it to 0 when you are laying out on a whole-pixel grid and to 3 or 4 when the result feeds another calculation. Copy as CSS variables writes the whole ladder as --phi-down-4 through --phi-up-4 in one block, already carrying your unit.
Technical specifications
| Constant | φ = (1 + √5) / 2 = 1.6180339887498948, evaluated once at full 64-bit double precision and rounded only for display |
|---|---|
| Split proportions | 61.8033988749895% and 38.1966011250105%, which sum to the length exactly because the shorter part is computed by subtraction rather than by a second multiplication |
| Ladder range | 4 steps down and 4 steps up, 9 values in all, spanning φ⁸ = 46.9787× from the smallest to the largest |
| Display precision | 0 to 4 decimal places, selectable; the chain itself is never rounded between steps |
| Units | px, rem, pt, mm, % or unitless — the suffix is carried through untouched, since a ratio is dimensionless |
| Golden rectangle | Long ÷ 1.618034 for the short side: a 1920px frame gives 1186.63px, and the nearest common screen ratio is 16:10 at 1.6, 1.1% away |
| Golden angle | 360° ÷ φ² = 137.5078°, the divergence angle used for radial and phyllotaxis-style layouts |
| Cost | Free, and nothing here is metered, rate-limited or held behind an account |
Frequently asked questions
What is the golden ratio as a number?
φ = 1.6180339887498948, the positive solution of x² = x + 1. Two consequences follow from that equation and they are the reason the number is useful: subtracting 1 gives its own reciprocal (0.6180339887498948), and adding 1 gives its square (2.618033988749895). No other positive number behaves that way, which is why a golden rectangle keeps producing golden rectangles when you cut squares off it.
How do I split a container at the golden ratio?
Multiply the width by 0.618034 for the larger region and subtract that from the total for the smaller one. A 1200px container gives 741.64px and 458.36px, so a two-column layout with a 32px gap would be 725.64px of content beside 442.36px of sidebar. Taking 0.618 and 0.382 separately and rounding both is the usual way to end up a pixel short of the container.
Is the golden ratio really in the Parthenon and the nautilus shell?
Mostly no, and the nautilus is flatly wrong. A nautilus shell is a logarithmic spiral whose radius grows by roughly 1.33 per quarter turn, not 1.618, and the measurement has been repeated often enough that the claim survives only in design blogs. The Parthenon claims depend entirely on which rectangle you choose to draw over the photograph — include the steps and you get one number, exclude them and you get another. Gustav Fechner's 1876 experiments on rectangle preference are the origin of the aesthetic story, and later replications found the preference weak and heavily dependent on how the question is asked.
Why do Fibonacci numbers give a slightly different answer?
Because consecutive Fibonacci ratios converge on φ rather than equalling it, alternating above and below as they go. 21 ÷ 13 is 1.615385, which is 0.16% low; 34 ÷ 21 is 1.619048, 0.06% high; 89 ÷ 55 is 1.618182, and by then the error is 0.009%. If you are laying out on an 8-point grid, Fibonacci numbers are often the better choice precisely because they are whole numbers — the ratio between them is close enough that nobody will see the difference.
Should I build a type scale on 1.618?
Only if the page has a genuine hero, because the steps get large very quickly. From a 16px base, the fourth step up is 109.67px, which on a 375px-wide phone fits about three words per line. Ratios between 1.2 and 1.333 give a usable hierarchy across five or six steps where 1.618 gives you three; the typography scale generator renders every step so you can see where the ratio stops being practical.
How is this different from the rule of thirds?
The rule of thirds puts the dividing line at 33.333% and the golden section puts it at 38.197%, a gap that is invisible on a business card and obvious on a billboard. On a 1920px frame the two lines sit 93.4px apart — 640px against 733.4px. Photographers reach for thirds because a viewfinder can draw it as a grid; layout tools reach for φ because it keeps working when you subdivide the result again.
Where else does 1.618 turn up in interface work?
In the golden angle, 360° ÷ φ² = 137.5078°, which is the most useful of the lot. Stepping that far around a circle each time never repeats a position, so it is how sunflower florets pack without lining up and how a palette generator can hand out an arbitrary number of distinguishable hues — walk the color wheel in 137.5° increments and the twentieth hue is still nowhere near the first.
About φ and where it is worth using
φ is defined by a single line: x² = x + 1. Everything people find striking about it falls out of that equation rather than out of nature. Subtract one and you have its reciprocal; square it and you have it plus one; write it as a continued fraction and every term is a 1, which makes it the number that rational fractions approximate worst of all. That last property is not a curiosity — it is why stepping 137.5° around a circle never lands twice in the same place, and why a hue wheel walked in golden-angle steps keeps producing colors that have not appeared yet, a trick the palette generator uses when it has to hand out an arbitrary number of distinguishable swatches.
The aesthetic case is much weaker than the arithmetic one and it is worth being honest about that before you build a layout on it. Fechner's 1876 rectangle-preference study is the root of the claim, and the replications since have found a mild preference that moves depending on how the rectangles are presented. Le Corbusier's Modulor was a serious attempt to build a dimensional system on φ; the Parthenon and Mona Lisa examples are retrofitted, and the nautilus shell grows at about 1.33 per quarter turn. What survives all that is practical rather than mystical: 1.618 is a ratio far enough from 1.5 and 2 that a series built on it never produces two steps you could mistake for each other, and it subdivides infinitely without ever repeating a proportion.
In layout work the number does its best work on lengths that are already arbitrary — a sidebar against a content column, an image crop, the gap between a card's title and its body. It does worse on type, where the steps compound fast enough to overshoot a phone by step four; the typography scale generator is the applied version for that job, and it offers 1.618 alongside nine gentler intervals for a reason. Perceived proportion also has slack in it: nudging 741.64px to 740px to land on a 4px grid changes the ratio by 0.2%, which nobody will ever see. Round at the end, once — and if you want the answer as a named aspect ratio rather than two lengths, the aspect ratio calculator takes it from there.
What happens to the numbers you type
Every number on this page is worked out by JavaScript running in the tab you are reading it in. Nothing you type, paste or open is uploaded, logged or kept, which is also why the tools carry on working after you disconnect from the network.