Unit conversions
Convert CSS length values between px, rem, em, vw, vh, vmin, vmax, pt, and %. You can convert single values line by line or paste full CSS declarations. The tool automatically replaces matching values in the chosen source unit while preserving the rest of your formatting.
Base typography context
Relative units like rem, em, and % require a reference size. The Base Font setting determines this baseline (typically 16px). Adjust it to match your project’s root typography when converting to or from these units.
Viewport context
Viewport units depend on the browser window size. Configure the Viewport Width and Viewport Height to simulate a specific screen size. This ensures accurate pixel translations when converting responsive vw and vh values.