CSS Unit Converter

Convert between PX, REM, EM, PT, %, VW, and VH units instantly. Includes a Tailwind CSS reference table.

Convert Units
Enter a value and select the source unit to convert
PX to REM Reference Table
Common pixel sizes converted to REM (base: 16px)
PixelsREMTailwind
8px0.500remspacing-2
10px0.625remspacing-2.5
12px0.750remspacing-3
14px0.875remspacing-3.5
16px1.000remspacing-4
18px1.125remspacing-4.5
20px1.250remspacing-5
24px1.500remspacing-6
28px1.750remspacing-7
32px2.000remspacing-8
36px2.250remspacing-9
40px2.500remspacing-10
48px3.000remspacing-12
56px3.500remspacing-14
64px4.000remspacing-16
72px4.500remspacing-18
80px5.000remspacing-20
96px6.000remspacing-24
Settings
Configure base values for accurate conversions

Used for REM calculations (default: 16px)

Used for EM and % calculations

Used for VW calculations

Used for VH calculations

Unit Reference
px: Absolute pixels
rem: Relative to root font size
em: Relative to parent font size
pt: Points (1pt = 1/72 inch)
%: Percentage of parent
vw: 1% of viewport width
vh: 1% of viewport height