Tested tool guide
Tested browser tools
Checked August 16, 2026
What Type Scale Visualizer does, with a checked example
Enter a base font size and a ratio, and the tool generates a modular scale - each step multiplies the previous one by the ratio - then renders sample text at every step, so you judge sizes as actual type. The surprise is that steps grow by proportion, not fixed pixels: from a 16 px base at 1.25, the gap from 16 to 20 is 4 px, but from 61 to 76 it is about 15 px. A ratio that looks calm at body size can produce enormous display sizes, so the top of the scale changes most when you nudge the ratio.
Worked example
A concrete input and expected output from the current implementation.
Input
Base 16 px, ratio 1.25 (major third)
->
Expected output
The scale rendered as live text at every step: 10.24, 12.8, 16, 20, 25, 31.25, 39.06, 48.83, 61.04 px, from small caption text up to a display size, each line set at its computed size.
Each step multiplies the previous by 1.25: 16 x 1.25 = 20, 20 x 1.25 = 25, 25 x 1.25 = 31.25, and so on to 61.04; dividing 16 by 1.25 gives 12.8, then 10.24. Values are shown rounded to two decimals.