rem to Pixels Converter
Enter a rem value and instantly get the pixel equivalent. Adjust the root font size to match your project settings.
REM to Pixels
px
Browser default is 16px. Use 10 if your project sets 62.5%.
rem
Formula
Bulk Convert
One rem value per line (e.g. 1, 1.5, 2.25)
Results
Enter a rem value to see the pixel equivalent.
Pixel Equivalent
Common REM Values
| Description | rem | px (16px base) |
|---|
Copied!
Summary
Enter a rem value and instantly get the pixel equivalent. Adjust the root font size to match your project settings.
How it works
- Set the root font size (default 16px) to match your project's html element.
- Enter a rem value in the input field.
- The pixel result appears instantly below the input.
- Click "Copy" to copy the px value to your clipboard.
- Use the bulk converter to convert multiple rem values at once.
- Click any row in the reference table to load that rem value.
Use cases
- Convert design token rem values to pixels when inspecting layouts.
- Verify that a component's rem-based spacing equals the expected pixel measurement.
- Calculate pixel equivalents for a project using a 10px or 62.5% root font size.
- Bulk-convert a list of rem values from a design file to pixels.
- Cross-check CSS output from preprocessors that use rem units.
- Debug font-size or spacing discrepancies between design and code.
Frequently Asked Questions
Last updated: 2026-07-24 ·
Reviewed by Nham Vu