32px to rem
32 pixels expressed in rem, the unit that scales when a user changes their browser's font size.
32px=2rem
32 ÷ 16 = 2 — rem is just pixels divided by the root font size, which defaults to 16px.
| root size | 32px in rem |
|---|---|
| 14px | 2.2857rem |
| 16px | 2rem |
| 18px | 1.7778rem |
| 20px | 1.6rem |
Different value? Use the converter.