utilities.dev
About
Toggle theme
Essential developer tools for everyday coding tasks
Simple, fast, and free online utilities
All utilities
Data Formatting
Encoding & Hashing
Web & HTTP
Security & Tokens
Text & Regex
Time & Scheduling
Dev Productivity
Color & Design
Accessibility
All Utilities
48 utilities
Accessibility
ARIA Attributes Validator
Validate HTML snippets for ARIA misuse: invalid attributes, malformed ID references, and role-label mismatches.
aria
accessibility
a11y
+3
Encoding & Hashing
Base64 Encoding
Encode and decode Base64 strings to safely move text and binary content through text-only systems.
encoding
base64
decode
+2
Encoding & Hashing
Base64URL Converter
Encode and decode Base64URL strings for URLs, JWTs, and token-safe transport without padding or special characters.
base64url
encoding
jwt
+3
Color & Design
Box Shadow Generator
Generate CSS box-shadow strings with live preview. Adjust offsets, blur, spread, color, opacity, and inset for copy-ready output.
box-shadow
css
design
+3
Data Formatting
Case Converter
Convert text between camelCase, PascalCase, snake_case, kebab-case, and UPPER_SNAKE_CASE with readable word splitting.
case
camel
snake
+3
Color & Design
Color Contrast Checker
Check text and background color contrast with WCAG AA and AAA pass/fail for normal and large text.
color
contrast
wcag
+4
Color & Design
Color Converter
Convert colors between HEX, RGB, HSL, and HSV with instant previews for design and frontend workflows.
color
hex
rgb
+5
Encoding & Hashing
CRC32 Checksum
Compute CRC32 checksums from text for error detection, ETags, and integrity verification.
crc32
checksum
integrity
+3
Time & Scheduling
Cron Expression Parser
Parse cron expressions into human-readable schedules and preview upcoming run times before deployment.
cron
schedule
parser
+3
Color & Design
CSS Gradient Generator
Generate CSS linear and radial gradients with color stops, angle, and direction controls for design and frontend workflows.
css
gradient
linear
+4
Data Formatting
CSV JSON Converter
Convert between CSV and JSON for data import, export, and API integration workflows.
csv
json
convert
+3
Encoding & Hashing
Data URL Parser
Parse data URLs to extract media type, charset, and decoded content. Inspect base64 and URL-encoded data inline.
data url
base64
parse
+2
Dev Productivity
Text Diff Tool
Compare two text blocks line by line to spot additions, removals, and edits during reviews.
diff
compare
text
+4
Accessibility
Focus Style Checker
Inspect CSS for :focus/:focus-visible declarations and flag patterns that remove outlines without visible replacement.
focus
css
accessibility
+3
Accessibility
Form Label Checker
Detect form controls missing associated labels, duplicate IDs, and unlabeled buttons in pasted HTML.
form
label
accessibility
+3
Encoding & Hashing
Hash Generator
Generate SHA-1, SHA-256, SHA-384, and SHA-512 hashes from text with browser-local processing.
hash
sha
sha256
+3
Accessibility
Heading Order Checker
Detect heading level jumps, multiple h1, and missing h1 in pasted HTML for accessibility audits.
heading
h1
accessibility
+3
Encoding & Hashing
HMAC Generator
Generate HMAC signatures for messages and secrets using SHA-1, SHA-256, SHA-384, or SHA-512.
hmac
signature
crypto
+2
Encoding & Hashing
HTML Entity Encoder Decoder
Encode special characters to HTML entities and decode named or numeric entities back to plain text.
encoding
html
entities
+3
Web & HTTP
HTTP Header Parser
Parse raw HTTP request or response headers into a structured view. Inspect headers and copy formatted output.
http
headers
parse
+3
Web & HTTP
HTTP Status Codes Reference
Search and browse HTTP status codes by category with quick lookup by code or phrase.
http
status
codes
+8
Accessibility
Image Alt Auditor
Parse img tags from HTML and flag missing, empty, or suspicious alt text with summary counts.
image
alt
accessibility
+3
Data Formatting
INI JSON Converter
Convert between INI config files and JSON for settings migration and API integration.
ini
json
config
+3
Data Formatting
JSON Formatter
Format, validate, and minify JSON with clear error feedback for API and configuration workflows.
json
format
validate
+3
Data Formatting
JSON YAML Converter
Convert between JSON and YAML formats with validation and error feedback for config and API workflows.
json
yaml
convert
+3
Security & Tokens
JWT Decoder
Decode JWT tokens to inspect header and payload claims while debugging authentication flows.
jwt
token
decode
+3
Accessibility
Landmark Role Checker
Detect presence and duplicates of common landmarks (header, nav, main, footer, aside) and ARIA landmark roles.
landmark
aria
accessibility
+3
Accessibility
Link Text Auditor
Flag generic link text, empty links, and duplicate link names pointing to different URLs in pasted HTML.
link
accessibility
a11y
+2
Data Formatting
Markdown Viewer
Preview and analyze Markdown with live rendering, formatting tools, and document statistics.
markdown
md
preview
+6
Color & Design
Palette Generator
Generate color palettes from a base color with deterministic shades and tints for design systems and CSS.
palette
color
shades
+4
Security & Tokens
Password Strength Checker
Check password strength with heuristic feedback on length, character variety, and common patterns.
password
strength
security
+2
Accessibility
Plain Language Checker
Heuristic flags for long sentences, passive wording, jargon hits, and plain-language suggestions.
plain-language
accessibility
readability
+2
Web & HTTP
Query String Builder
Parse and build URL query strings with key-value pairs. Add, edit, remove params and copy the result.
query
url
params
+3
Accessibility
Readability Score
Compute readability metrics including Flesch Reading Ease and approximate grade level from pasted text.
readability
flesch
grade-level
+2
Text & Regex
Regex Escape
Escape special regex characters in a string so it matches literally in regular expressions.
regex
escape
pattern
+2
Text & Regex
Regex Tester
Test regular expressions with live match results, capture groups, and flag-aware debugging output.
regex
regular expression
pattern
+3
Dev Productivity
Semver Compare
Compare two semantic version strings and determine which is newer, older, or equal.
semver
version
compare
+2
Accessibility
Skip Link Checker
Inspect HTML for skip link patterns (href="#main" etc.) and verify target presence.
skip link
accessibility
a11y
+3
Web & HTTP
Slug Generator
Generate URL-friendly slugs from text with lowercase, hyphenation, and optional diacritic removal.
slug
url
seo
+2
Color & Design
SVG Viewer
Preview, validate, and optimize SVG markup with live rendering for frontend and design workflows.
svg
vector
graphics
+5
Accessibility
Table Accessibility Checker
Check caption presence, th usage, and scope/header associations in pasted HTML tables.
table
accessibility
a11y
+4
Text & Regex
Text Escape Unescape
Escape and unescape text for JSON, JavaScript, regex, and newline contexts with context-specific rules.
escape
unescape
json
+3
Accessibility
Text Spacing Checker
Evaluate CSS declarations against WCAG 1.4.12 text spacing minimums for line height, paragraph, letter, and word spacing.
text-spacing
wcag
accessibility
+2
Time & Scheduling
Unix Timestamp Converter
Convert Unix timestamps and human-readable dates with support for seconds and milliseconds.
unix
timestamp
epoch
+4
Web & HTTP
URL Encoder Decoder
Encode and decode URL percent-encoded strings for query parameters and safe transport in links.
encoding
url
percent-encode
+3
Web & HTTP
URL Parser
Parse URLs into protocol, host, path, query params, and hash with an editable view to rebuild and copy.
url
parse
query
+3
Dev Productivity
UUID Generator and Validator
Generate UUID v4 identifiers and validate UUID strings locally in your browser.
uuid
guid
generate
+3
Data Formatting
XML Formatter
Format, validate, and minify XML for config files, feeds, and API payloads.
xml
format
validate
+3