Tool category

Design Tools

Generate colors, CSS effects, shapes, and visual assets with practical browser-based design utilities.

Browse tools

Design Tools tools

50 tools are available in this category.

Status

50 tools shown

Filters: All tools

QR Code Generator

QR Code Generator — Text and Links to Images

Available

Generate a QR code from text or a URL in your browser. Adjust size and colors, then export an image for event entry points, landing pages, posters, and print materials. Content stays on this page and is not uploaded.

QR code Generate Share

QR Code Decoder

QR Code Decoder — Local Image and Camera Scan

Available

Decode QR codes locally in the browser from an uploaded image, an image URL, or the camera. Useful for reading screenshot QR codes, checking remote QR images, and on-site scanning.

QR code Decode Scan

Color Converter

Color Converter — HEX, RGB, HSL Online

Available

Convert colors among HEX, RGB, HSL, HWB, CMYK, and CSS variables in your browser. Includes a color picker and random color helper for design handoff, stylesheet work, and brand-color alignment.

Color HEX RGB

CSS Box Shadow Generator

CSS Box Shadow Generator — Visual Controls

Available

Visually adjust offset, blur, spread, color, opacity, and inset. Preview live and generate box-shadow CSS for cards, buttons, and overlays.

CSS Shadow box-shadow

Color Contrast Checker

Color Contrast Checker — WCAG AA/AAA

Available

Calculate foreground/background contrast with WCAG 2.0 rules and check AA/AAA for normal and large text. Useful for accessible palettes and frontend readability review.

Contrast WCAG Accessibility

CSS Gradient Generator

CSS Gradient Generator — Linear, Radial, Conic

Available

Visually build linear, radial, and conic CSS gradients. Adjust angle and stop positions, add multiple stops, and copy CSS for backgrounds, buttons, and brand transitions.

CSS Gradient Background

CSS Unit Converter

CSS Unit Converter — px, rem, em, vw

Available

Convert among px, rem, em, pt, vw, vh, and %. Customize root font size, parent font size, and viewport size for responsive work and design-to-code handoff.

CSS Units Conversion

Palette Generator

Palette Generator — Rule-Based Color Sets

Available

Generate palettes with monochrome, analogous, complementary, triadic, or fully random rules. Lock individual swatches and keep randomizing the rest for UI exploration and brand-color derivatives.

Palette Color Harmony

Glassmorphism Generator

Glassmorphism Generator — backdrop-filter CSS

Available

Visually tune blur, opacity, background color, and border opacity to generate frosted-glass CSS with a -webkit prefix. Useful for cards, nav bars, and modal layers.

CSS Glassmorphism backdrop-filter

Border Radius Generator

Fancy Border Radius Generator

Available

Drag or type values to visualize and generate 8-point irregular CSS border-radius (fancy border radius) code.

CSS Border radius Design

CSS Clamp Generator

CSS Clamp Generator — Fluid Responsive Sizes

Available

From min/max viewport widths and a target size range, compute a clamp() formula for fluid font sizes, spacing, and other lengths that scale with the viewport.

CSS clamp Responsive

ASCII Art Generator

ASCII Art Generator — Terminal Banners

Available

Turn English letters and digits into terminal-friendly ASCII art for CLI banners, MOTD text, and plain-text README titles. Copy the result directly.

ASCII Terminal Art

SVG to CSS Background

SVG to CSS Background — Data URL / Base64

Available

Inline SVG into a CSS background-image: url(...) string using URI encoding or Base64. Useful for small icons you want to keep in CSS instead of separate asset files.

Design CSS SVG

SVG Path Visualizer

SVG Path Visualizer — Debug d Commands

Available

Paste a long path d="M10 20 L... Z" string or a full path tag to visualize it on a grid and inspect length and command count while debugging icons.

Design SVG Path

CSS Filter Generator

CSS Filter Generator — Live Image Effects

Available

Combine blur, grayscale, contrast, and related CSS filter functions with live preview. Drag sliders to build stacks such as filter: blur(2px) grayscale(100%); and copy the result.

Design CSS Filter

CSS Ribbon Generator

CSS Ribbon Generator — Corner Badge Styles

Available

Visually generate tilted corner-ribbon CSS for cards. Change text, colors, offset, width, and font size for sale, sold-out, and similar status badges.

CSS Badge Ribbon

Color Inverter

Color Inverter — RGB Invert and Dark Preview

Available

Invert a color by subtracting each RGB channel from 255. Compare source and inverted colors, preview sample layers, and export a CSS variable snippet for dark-theme exploration.

Color Invert Dark

Pastel Color Generator

Pastel Color Generator — Soft Low-Saturation Palettes

Available

Generate soft pastel and Morandi-style palettes in your browser. Choose count and style, lock swatches you want to keep, and export HEX lists or CSS variables for charts, backgrounds, and gentle UI themes.

Pastel Palette Color

Color Blindness Simulator

Color Blindness Simulator — Matrix Filter Preview

Available

Apply color-vision deficiency matrices to a sample view so you can preview how protanopia, deuteranopia, tritanopia, or achromatopsia may change UI colors. Use it to catch contrast and status-color issues before shipping.

Design UX Accessibility

Local Image Resizer

Local Image Resizer — Browser Resize and Compress

Available

Resize and re-encode images locally with Canvas. Set max dimensions, quality, and output format, then download the result. Original files stay in the browser and are not uploaded.

Image Compress Resize

Flexbox Generator

Flexbox Generator — Visual One-Dimensional Layout

Available

Tune flex-direction, justify-content, align-items, wrap, and gap with a live preview. Add or remove boxes to see wrapping and spacing, then copy the generated CSS (and HTML scaffold) into your project.

Design CSS Layout

CSS Grid Generator

CSS Grid Generator — Rows, Columns, and Gaps

Available

Set column and row counts plus gaps to generate a basic display:grid layout. Preview the track structure, try quick templates, and copy CSS or HTML for admin layouts and card grids.

CSS Grid Layout

CSS Cursor Tester

CSS Cursor Tester — Preview cursor Keywords

Available

Browse common CSS cursor keywords, hover to preview, filter by search or category, and copy cursor declarations. Useful when choosing resize, drag, or disabled-state cursors.

CSS cursor Pointer

Tailwind Colors Cheat Sheet

Tailwind Colors Cheat Sheet — Full Scale Board

Available

Browse Tailwind CSS color scales (including 50–950 steps) on one board. Search by name, scale, or HEX, then copy utility class names or raw HEX values for CSS projects.

Design Tailwind CSS

CSS to Tailwind

CSS to Tailwind — Declaration Mapper

Available

Paste CSS declarations and map them to Tailwind utility classes where possible. Common layout, spacing, and color rules become standard classes; unmatched values fall back to arbitrary-value syntax.

CSS Tailwind Convert

HTML to JSX

HTML to JSX — React Attribute Converter

Available

Convert HTML snippets to React JSX in the browser. Rename class/for to className/htmlFor, close void tags, and convert inline styles toward object form. Conversion stays local.

HTML JSX React

Emoji Cheat Sheet

Emoji Cheat Sheet — Developer Favorites

Available

Search and copy emoji commonly used in docs, commit messages, and changelogs. Filter by keyword or category to find status, progress, and warning symbols quickly.

Emoji Cheat sheet Docs

HTML Entity Cheat Sheet

HTML Entity Cheat Sheet — Named and Numeric Codes

Available

Look up common HTML entities and numeric character references for spaces, currency, math, and typography symbols. Copy named or numeric forms for safer source markup.

HTML Entity Encoding

Hash Collision Calculator

Hash Collision Calculator — Birthday Paradox Estimate

Available

Estimate the probability of at least one collision for a given hash bit length and sample size using the birthday-paradox approximation. Useful for short IDs and truncated checksums. Calculation stays in the browser.

Hash Collision Math

Named CSS Colors

Named CSS Colors — Standard Color Name Lookup

Available

Browse W3C/CSS named colors and their values. Filter by keyword or family, then copy the color name or HEX for native CSS work.

CSS Color Cheat sheet

SVG Color Editor

SVG Color Editor — Edit fill and stroke

Available

Paste SVG markup, extract fill/stroke colors into an editable palette, preview changes live, and copy the updated SVG. Built for icon recolors and simple vector tinting.

SVG Recolor Icons

Color Harmonizer

Color Harmonizer — Classic Harmony Rules

Available

Pick a base color and generate schemes with complementary, analogous, triadic, tetradic, split-complementary, or monochromatic rules. Preview UI usage and export CSS variables for brand and component work.

Palette Color Harmony

CSS Box Model Visualizer

CSS Box Model Visualizer — Interactive Spacing

Available

Adjust width, height, padding, border, and margin with a live box-model diagram. Compare content-box vs border-box occupancy and copy the matching CSS.

CSS Box model Visual

Pixel Ruler

Pixel Ruler — Screen Size and Tick Marks

Available

Draw a horizontal or vertical pixel ruler on the page. Adjust length and tick spacing, and view window size plus device pixel ratio to check CSS pixel measurements against layouts and mockups.

Pixels Ruler Measure

Responsive Breakpoint Tester

Responsive Breakpoint Tester — Live Framework Breakpoints

Available

See which CSS framework breakpoint matches the current window width in real time. Presets cover Tailwind CSS, Bootstrap, and Material UI, plus a custom list for responsive debugging.

Responsive Breakpoint Design

Color Name Finder

Color Name Finder — Nearest CSS Named Colors

Available

Match a color to the closest CSS named colors in your browser. Candidates are ranked by color distance with names and hex values—useful when aligning keywords, finding near matches, or learning standard color names.

Color Named colors CSS

Image Diff Checker

Image Diff Checker — Pixel Difference Highlight

Available

Compare two images pixel-by-pixel in the browser. Differing pixels are highlighted in red with counts and percentages—useful for UI regression screenshots, design version checks, and before/after reviews. Images stay local.

Image Diff Compare

Batch Contrast Checker

Batch Contrast Checker — Multi-Pair WCAG Checks

Available

Check WCAG contrast for many foreground/background pairs at once. See AA/AAA levels and text previews—useful for design-system audits, brand-color batches, and accessibility reviews.

Contrast WCAG Accessibility

Gradient Mesh Generator

Gradient Mesh Generator — Four-Corner Soft Backgrounds

Available

Blend four corner control colors into layered radial gradients with blur to create soft mesh-like backgrounds and copyable CSS—useful for landing pages, brand visuals, and multi-color experiments.

Gradient Mesh Background

CSS Glassmorphism

CSS Glassmorphism — Frosted Card Style Generator

Available

Tune color, opacity, blur, and outline to preview and generate frosted-glass card CSS with backdrop-filter. Useful for translucent panels and nav layers; everything runs in the browser.

CSS Glassmorphism backdrop-filter

CSS Neumorphism

CSS Neumorphism — Soft UI Shadow Generator

Available

Generate neumorphic inset/outset shadow CSS from background color, distance, and blur. Preview raised and pressed looks for buttons, cards, and light soft-UI controls.

CSS Neumorphism Shadow

CSS Cubic Bezier

CSS Cubic Bezier — Easing Curve Debugger

Available

Visually edit the four cubic-bezier control points, preview the easing curve, and copy a timing function for transitions and animations—useful for button motion and page transitions.

CSS Animation Easing

Tailwind Grid Builder

Tailwind Grid Builder — Class and Preview

Available

Generate Tailwind Grid classes from columns, gap, and item count with a live preview—useful for card grids, prototype layouts, and quick column experiments.

Tailwind Grid Layout

CSS Clip Path

CSS Clip Path — Shape Generator

Available

Generate CSS clip-path shapes from presets and simple controls with a live preview—useful for angled cards, badges, image crops, and decorative layouts.

CSS clip-path Shape

Base64 Font Encoder

Base64 Font Encoder — @font-face Generator

Available

Encode a font file to Base64 in the browser and generate an embeddable @font-face snippet—useful for demos, email templates, and single-file pages that temporarily inline fonts. Files stay local.

Font Base64 CSS

Color Palette Extractor

Color Palette Extractor — Main Colors from Images

Available

Extract dominant colors from an image in the browser and build a copyable HEX palette. Images are not uploaded—useful for poster sampling, brand references, and quick main-color analysis.

Color Image Palette

CSS Triangle Generator

CSS Triangle Generator with Live Preview

Available

Choose a direction, size, and color to generate a pure CSS border triangle with a live preview and copyable code.

CSS Triangle Shape

CSS Background Pattern

CSS Background Pattern — Dots, Stripes, and Grids

Available

Generate pure CSS background patterns such as dots, stripes, checkers, and grids. Tune colors and size, then copy the CSS for decorative fills, placeholders, and visual experiments.

CSS Background Pattern

SVG Optimizer

SVG Optimizer — Cleanup and Compress

Available

Clean SVG comments, editor metadata, and extra whitespace locally in the browser to produce shorter markup—useful for icon compression, export cleanup, and preparing inline SVG. This is a lightweight cleaner, not a full SVGO plugin pipeline.

SVG Optimize Minify

SVG Placeholder Generator

SVG Placeholder Generator — Size and Label Placeholders

Available

Generate a lightweight SVG placeholder from width, height, background, label text, and font size—useful for prototype image slots, list skeletons, and loading placeholders. Copy the SVG markup when ready.

SVG Placeholder Prototype

Find the right tool faster

Search for the exact format or task you need.
Compare card descriptions and tags before opening a tool.
Favorite tools you use regularly for a shorter return path.

Common questions

Do these tools require an account or payment?

No. Open a tool and use it without creating an account.

Is my input uploaded?

Most tools process data locally. Any tool that makes a network request explains it on the page.