Android typography · Accessibility-aware

SP to PX Converter

Convert Android text sizes into pixels and see how density plus accessibility font scaling changes the final rendered value.

Android Unit Tool

SP to PX Converter

Convert Android scale-independent text sizes into pixels while factoring in both screen density and accessibility font scaling.

Android density presets
Converted value
16px

16sp x (160/160) x 1 = 16px

Active factor
1x

Pixel multiplier against the mdpi baseline.

Current target
160dpi

Useful for Android device and asset density checks.

Quick reference table

Common values converted using your active DPI.

Live update
sppx
4sp4px
8sp8px
12sp12px
16sp16px
20sp20px
24sp24px
32sp32px
44sp44px
48sp48px
64sp64px

More Mobile Dev Tools

Why sp exists

Android uses sp for text so the UI can honor a person's font-size preference. That makes sp the better choice for labels, body copy, and headings when accessibility matters.

Great for handoff

Designers and developers can use this tool to compare typography specs across devices, validate screenshots, and discuss readable minimums before implementation.