Convert rem to px
To see what a rem value resolves to in pixels, multiply it by the root
(html) font size. With the browser default of 16px, 1.5rem × 16 = 24px.
This is handy for debugging layouts, matching design specs, or sanity-checking a spacing scale. Enter your rem value and root font size above and the pixel result updates instantly, all in your browser.