Convert 14px to REM
Convert px to rem, rem to px and px to em at any base font size, with a copy-ready CSS line and a live reference table.
Result
This page opens the converter with 14 already entered, so the answer is computed on load: at the browser-default base font size of 16px, 14px equals 0.875rem — 14 divided by 16. The copy-ready line font-size: 0.875rem; is waiting one click away.
Fourteen pixels is one of the most common body and secondary text sizes in interfaces, which is why 0.875rem shows up all over design systems and utility frameworks. If your project uses the 10px root trick (html { font-size: 62.5% }), change the base to 10 and the same 14px becomes a much friendlier 1.4rem.
The reference table below places 14px in context with the rest of the scale — 12, 16, 18, 20, 24 px and more — all converted at your current base. Everything recalculates live in the browser; nothing is uploaded.