Border Radius Generator

Adjust all four corners to find the right radius for your interface.

Settings

Preview

Output
CSSTailwind
border-radius: 8px;

What is the Border Radius Generator?#

The Border Radius Generator shapes the corners of a box and writes the CSS for you. Refine each corner in Standard mode, or morph smooth blob forms in Blob mode. The finished line can be copied into your stylesheet.

It produces a single border-radius line or a Tailwind class. Pick the format in the output box and paste it wherever the shape belongs.

How to Use#

Shape corners in Standard mode#

  1. Pick px or % for the unit.
  2. Drag the All corners slider and check the preview.
  3. Turn “Link all corners” off to shape each corner on its own.

Morph shapes in Blob mode#

  1. Drag the Top, Right, Bottom, and Left sliders. Each edge slider reshapes the two corners on that edge.
  2. You can also drag the handles on the preview directly.

Finish#

Copy the CSS or Tailwind class from the output box.

Options#

  • Standard: adjust each corner with circular arcs. Unit, link, and presets live here.
  • Blob: four edge sliders morph a balanced organic shape. The unit stays at %.
  • Unit: px stays fixed. % is relative to the element, so the shape scales with it.
  • Link all corners: one slider drives the whole shape. Turn it off for four separate sliders.
  • Presets: Square, Slight, Rounded, and Circle in one click.
  • Outline: shows the original square as a dashed frame behind the shape.
  • Handles: shows edge handles on the preview in Blob mode for direct reshaping.

Common Use Cases#

  • Rounding buttons and cards to match a design.
  • Testing % values before writing them into a stylesheet.
  • Building circular avatars.
  • Sketching organic blob shapes for headers and backgrounds.

FAQ#

Notes#

  • Switching modes keeps both sets of values.
  • Turning “Link all corners” back on keeps the top left value and overwrites the other three corners.
  • Generator

Last updated:

Related tools