Tiny Online Tools logoTiny Online ToolssearchSearch tools…grid_viewAll Tools
Homechevron_rightDesign Toolschevron_rightBorder Radius GeneratorBorder Radius Generator

Border Radius Generator

Control corner roundness visually and copy CSS.

Presets
Unitpx%
Link all corners
Generated CSS
border-radius: 12px;

Similar Tools

Gradient Border Generator

Gradient Border Generator

Generate CSS for gradient borders with adjustable angle and width.

CSS Clip-Path Generator

CSS Clip-Path Generator

Generate CSS clip-path shapes with live preview.

CSS Keyframes Generator

CSS Keyframes Generator

Build custom CSS keyframes visually with a live animation preview and copy-ready code.

Box Shadow Generator

Box Shadow Generator

Build CSS box-shadows visually with live preview.

Convert BMP to PNG

Convert BMP to PNG

Convert Windows bitmap (BMP) images to PNG for smaller files and better browser compatibility.

SVG Line Pattern Generator

SVG Line Pattern Generator

Generate clean SVG line patterns with custom angle, spacing, thickness, and color. Perfect for backgrounds, hatching textures, stripes, and decorative overlays.

Image Grid Maker

Image Grid Maker

Arrange multiple images into a single grid layout.

apps

More Tools

Browse our full collection of free online tools.

Shape corners visually instead of guessing values

border-radius looks simple until you need something more specific than a generic rounded rectangle. This generator lets you adjust each corner visually and see the result immediately, which makes it much easier to fine-tune buttons, cards, inputs, and custom UI shapes.

What you can control

The tool helps you experiment with the most common border-radius patterns:

  • one value for all corners
  • separate values for each corner
  • pixel or percentage units
  • quick presets for common rounded shapes

Useful design scenarios

A border radius generator is especially handy when you want to:

  • match an existing design system more closely
  • test pill, circle, or organic corner shapes
  • build reusable CSS for buttons and cards
  • avoid trial-and-error in devtools

Remember that unit choice changes the feel

Pixel values create fixed rounding, while percentages respond more to the element's size. If a shape looks right in one component but odd in another, check whether switching units gives you a more consistent result.