Convert pt to px
Enter point values one per line or paste CSS containing pt lengths. The output multiplies each matching value by 96/72 and adds the px unit.
18pt becomes 24px, and 24pt becomes 32px.
A fixed ratio
Unlike rem or vw, the pt-to-px relationship does not depend on a base font size or viewport. CSS defines 1 inch as 72pt and 1 inch as 96px, so the conversion is always the same 4-to-3 ratio.
CSS replacement
Only values carrying the pt unit are replaced inside CSS. Unitless numbers, percentages, and values already written as px remain unchanged.