Developer Tools
CSS Specificity Calculator
Calculate CSS selector specificity and understand which styles take precedence. Supports ID, class, attribute, pseudo-class, element, and pseudo-element selectors.
CSS Selectors
Quick examples
Specificity Result
!important
Ranked by specificity (highest first)
Enter a CSS selector above.
Specificity rules
a — Inline styles (1000)
b — ID selectors (100)
c — Classes, attributes, pseudo-classes (10)
d — Elements, pseudo-elements (1)
Related Tools
Chmod Calculator
Calculate Unix file permissions visually. Click checkboxes to set read/write/execute for owner, group, and others. Shows octal and symbolic notation.
CSS Unit Converter
Convert between CSS units: px, rem, em, pt, vw, vh. Set custom base font size and viewport width.
JSON Path Tester
Test JSONPath expressions against JSON data. Supports dot notation, array indexing, and wildcard selectors.