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.

Image Caption Generator

Image Caption Generator

Add a clean caption strip below any image. Custom font size, color, background, and padding. Fully private, runs in your browser.

Emoji to Text

Emoji to Text

Convert emojis to their text descriptions in colon, parentheses, or plain text format.

PDF Grayscale Converter

PDF Grayscale Converter

Convert a color PDF to grayscale by rendering each page and rebuilding the document.

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.