REM to PX Converter

Convert rem units into pixel values instantly based on your selected base font size.

All converters

REM to PX Controls

2rem -> 32px (base 16px)
32px

How REM units work

REM units are relative to the root font size of the document, which usually starts at 16px in most browsers. That means a value like 2rem becomes 32px when the base size is 16. This makes rem especially useful for scalable typography, spacing systems and responsive components because changing the root size can proportionally affect multiple parts of the interface.

A REM to PX converter is useful when you move between design files, CSS audits and browser debugging where pixel values are easier to compare quickly. It also helps when reviewing a design system and translating relative units back into concrete sizes for documentation, QA or visual checks. Instead of calculating everything manually, you can enter a rem value, choose the base font size and copy the pixel result instantly.

Example conversion

2rem -> 32px (base 16)

Browse more frontend conversion tools here:

View all converters