REM to Pixels Converter

Convert rem units back to pixels for CSS design checks and implementation handoff.

Result

16 px

Formula: px = rem × base font size.

All conversion happens locally in your browser. The value you enter is not sent to a server, logged, stored, or transmitted.

How to use this tool

Enter the required values in the labeled fields. Results update in your browser and are announced for assistive technologies. Use realistic measurements and verify important outcomes before acting on them.

Formula or logic

px = rem × base font size. Default base font size is 16px.

Example calculation

Example: 1.5rem with a 16px base equals 24px.

Practical use and limits

This page is built for quick unit conversion checks where the calculation should be transparent and repeatable. The calculation is intentionally visible and described above so you can sanity-check the result instead of treating it as a black box.

Limit: rounding, source-unit assumptions and business-critical tolerances should still be verified. For important decisions, use this result as a planning aid and verify it against the relevant source of truth.

Last reviewed: May 29, 2026.

REM to Pixels Converter: practical guide

REM values are relative. Pixel values are concrete. Designers and developers often need both when checking typography, spacing and responsive UI specs.

Use this converter when a design token is written in rem but the screenshot, browser inspector or stakeholder feedback speaks in pixels.

Real examples

Default browser root

Input: 1.5rem at 16px root

Result: 24px

Large root size

Input: 2rem at 18px root

Result: 36px

Practical notes

  • REM depends on the root font size.
  • Changing root size changes the whole scale.
  • Use rem for scalable UI, px for inspection and comparison.

Common mistakes

  • Assuming 1rem is always 16px.
  • Mixing rem and px without a scale.
  • Ignoring user font-size preferences.

Frequently asked questions

Can I change the base size?

Yes. Enter the root/base font size used by your design.

Is this browser-only?

Yes. No server processing is used.

Related tools

Converters

Color Converter

Convert HEX colors to RGB, RGBA, HSL and HSLA formats locally.