Skip to main content
UnitCraftCSS tools for developers

UnitCraft utility

REM to PX converter

Rebuild absolute pixels when stakeholders still think in PX: px = rem × rootPx.

Calculator

Typically html { font-size }

Result

24 px ↔ 1.5 rem

css
font-size: 1.5rem;

When to use

Design QA comparing Figma px to coded REM.

Debugging zoom and minimum font clamps.

Frequently asked questions

Rounded values?
Round consistently (e.g. 2 decimals) across your token table.

Related tools

Explore more