QuizOxa Tools
Back to all tools
Converter

Free Online PX to REM & REM to PX Converter — QuizOxa Tools

Convert CSS pixels (px) to relative REM units and vice versa. Adjust the root base font size (default 16px) to match your design system (e.g. Tailwind CSS, Bootstrap) and view an interactive quick conversion reference table.

Root Base Size

px

1rem = 16px. standard browsers use 16px.

px
rem
CSS Declaration Output:font-size: 1.5rem; /* 24px */

Conversion Reference Cheat Sheet (16px Base)

Common questions

Why use REM instead of PX in modern CSS?

REM units scale relative to the root font size, enabling responsive design and accessibility for users who customize default browser font sizes.

What is the standard base font size?

Most web browsers use a default root font size of 16px (1rem = 16px).