Tap Target Size Checker
Enter your element's width and height in CSS pixels to instantly see whether it meets the WCAG 2.5.5 44x44 px minimum tap target requirement.
Element Dimensions (CSS pixels)
WCAG Standard
WCAG 2.5.5 (WCAG 2.1) — minimum 44x44 CSS pixels for all interactive targets.
Result
Suggested fix (add padding)
Visual Preview
Scaled to fit — dashed ring shows the 44px minimum boundary.
Scale: 2px per CSS px
Why 44px?
Apple HIG and Android Material Design both recommend 44pt / 48dp minimum touch targets — approximately the size of an average adult fingertip contact area (~10mm). WCAG 2.5.5 aligns with this at 44 CSS pixels to prevent accidental mis-taps for users with motor impairments.
Common Element Sizes
Summary
Enter your element's width and height in CSS pixels to instantly see whether it meets the WCAG 2.5.5 44x44 px minimum tap target requirement.
How it works
- Enter the width of your interactive element in CSS pixels.
- Enter the height of your interactive element in CSS pixels.
- The tool immediately compares both values against the 44px minimum.
- Pass or fail badges are shown for each axis and for the overall WCAG 2.5.5 criterion.
- If either dimension fails, the tool calculates the minimum padding needed to reach 44px.
- Use the visual preview to see the target at actual size relative to a fingertip reference.
Use cases
- Verify that buttons, links, and icon buttons meet touch accessibility standards before launch.
- Audit existing mobile web or progressive web app UI for WCAG 2.5.5 compliance.
- Calculate the padding required to bring an undersized element up to the 44px minimum.
- Educate designers on why small tap targets cause errors on touchscreens.
- Check form inputs, checkboxes, and radio buttons for adequate touch area.
- Validate that navigation icons in mobile menus are large enough for all users.
- Confirm compliance for government, healthcare, or enterprise accessibility audits.
- Quickly triage a list of component sizes during a design system review.