Skip to content

Type Scale Calculator

Build a harmonious type scale using mathematical ratios. Enter a base size and choose a scale ratio to generate a complete set of font sizes.

Type Scale Calculator
SteprempxPreview
xs0.5639Ag
sm0.7512Ag
base116Ag
lg1.33321.3Ag
xl1.77728.4Ag
2xl2.36937.9Ag
3xl3.15750.5Ag
4xl4.20967.3Ag
5xl5.6189.8Ag
6xl7.478119.7Ag
:root {
  --text-xs: 0.563rem;
  --text-sm: 0.75rem;
  --text-base: 1rem;
  --text-lg: 1.333rem;
  --text-xl: 1.777rem;
  --text-2xl: 2.369rem;
  --text-3xl: 3.157rem;
  --text-4xl: 4.209rem;
  --text-5xl: 5.61rem;
  --text-6xl: 7.478rem;
}