Border Radius Generator — Drag Eight Handles, Copy The CSS
Drag eight handles to shape every corner: elliptical radii, inverted corners and squircles.
A corner is four independent things: how far it reaches sideways, how far it reaches down, whether it curves away from the box or into it, and how square the curve itself is. Drag the eight handles on the preview to set the first two — that is the a / b eight-value syntax, and it is what makes a blob or an egg rather than a rounded rectangle. Cut a corner and it bites inward, which border-radius cannot express at all; raise the squircle exponent and the curve flattens toward the iOS corner. The tool says which CSS each shape needs and hands you border-radius, clip-path, an SVG clipPath, a mask or a Tailwind class to match.
Runs in your browser- Handles
- Eight, one per corner per axis — the full elliptical syntax
- Corners
- Rounded, inverted or squircle, set per corner
- Output
- border-radius, clip-path, SVG clipPath, mask, Tailwind, SVG and PNG
- Accuracy
- Applies the CSS overlap correction, so the preview matches the browser
- Privacy
- Runs entirely in your browser — nothing is uploaded
- Cost
- Free, unlimited, no sign-up
Frequently asked questions
What is the difference between px and % for border radius?
Why did my radius get smaller than the number I set?
What is an inverted corner and why can border-radius not do it?
What does the squircle slider actually change?
Which output should I use?
Why does my border disappear on a clipped element?
How to use the css border radius generator
- 1Pick the box size you are designing for — corners read differently on a button and a card.
- 2Drag the handles, or unlink the corners and set them one at a time.
- 3Cut a corner to curve it inward, or raise the squircle slider to square the curve off.
- 4Copy the format your stack wants, or export the shape as SVG or PNG.
Embed this tool
Put the working css border radius generator on your own site. It runs in your visitors' browsers exactly as it does here — free, no account, nothing uploaded.
Share this tool
Related tools
Last updated
More css generators