Free Online Border Radius Generator

The border-radius generator lets you set each corner's rounding independently — top-left, top-right, bottom-right, bottom-left — with a live preview.

Your data is processed entirely in your browser and never sent to any server.

Instant results 100% private No signup needed
Unit:

How to Use This Developer Tool

  1. Adjust the slider for each corner.
  2. Watch the live preview update.
  3. Read the generated `border-radius` value below.
  4. Click Copy to send the CSS to your clipboard.

What Is a Border Radius Generator?

`border-radius` accepts up to four values (one per corner, clockwise from the top-left) and can take a slash-separated second set for elliptical corners. Interesting shapes — speech bubbles, asymmetric pills, soft squares, leaf shapes — come from picking the right four (or eight) values rather than from any special property.

This generator gives each corner its own slider and shows the result on a sample element. The output is the shortest equivalent CSS: one value if all four corners match, two values if they pair up across the diagonal, four values otherwise. Useful for designing card edges, button shapes, and avatar masks.

Frequently Asked Questions

What's the border-radius syntax?
One value: all corners. Two: top-left/bottom-right, top-right/bottom-left. Four: clockwise from top-left. Slash for elliptical.
How do I make a pill shape?
Use 9999px or 50% on a rectangle. The browser caps the radius at half the shorter side.
What about border-radius: 50%?
50% creates a circle on squares and an ellipse on rectangles, because percent is relative to element dimensions.

Published by the WeGotEveryTool team. We build and test every tool in-house and update pages when the underlying spec, formula, or recommendation changes.

Reviewed: May 2026. Disclaimer: this tool is provided as-is for general informational use. For decisions with material consequences (medical, legal, financial, security) verify results against a qualified professional source.

Related Developer Tools