Tailwind to CM Converter

Convert Tailwind to Centimeters (CM).

10.16cm

Calculates physical size assuming 96 DPI screen standard.

About Tailwind to CM Converter

This tool converts Tailwind spacing classes to Centimeters (cm). It uses the standard web definition where 96px equals 1 inch (2.54cm). This is helpful when you need to visualize the physical size of an element on a standard screen or for print stylesheets.

Formula

CM = ((Tailwind Value × 0.25 × Root Size) / DPI) × 2.54

Examples

96 (384px) at 96 DPI = 10.16 cm
4 (16px) at 96 DPI = 0.42 cm

Reference

  • 1 inch = 2.54 cm
  • Standard Web DPI = 96
  • Tailwind 96 = 384px (default)
  • Physical size varies by actual screen DPI

Frequency Asked Questions

Is this exact?

It is exact according to the CSS specification (1in = 96px). Physical accuracy depends on the device's calibrated DPI.

Why use CM in web?

CM is rarely used for screen design but is standard for Print CSS stylesheets.

Does Tailwind support CM?

Yes, you can use arbitrary values like `w-[10cm]`.