Border Radius Generator is now live on Tools.Town — a visual tool to design CSS border-radius values from simple rounded corners to complex blob shapes, with a live preview and instant CSS output.
Stop guessing values in DevTools. See the shape change in real time, then copy the CSS.
What Does It Do?
Uniform Radius
Apply the same radius to all four corners at once. Perfect for cards, buttons, and standard UI components.
Per-Corner
Control each corner independently — top-left, top-right, bottom-right, bottom-left — for asymmetric shapes.
Blob / Organic
Set both horizontal and vertical radii per corner to create smooth, organic blob shapes for hero illustrations.
The generator outputs both the shorthand border-radius property and the full longhand, so you can use whichever fits your codebase.
How It Works
Drag the sliders
Eight control points — one horizontal and one vertical radius per corner. Drag to sculpt the shape.
See it live
The preview box updates instantly with every drag, showing exactly how the shape will look.
Copy the CSS
Hit Copy CSS to get the complete border-radius rule, ready to paste into your stylesheet.
Why We Built It
CSS border-radius has a deceptively deep syntax. The shorthand covers most cases, but elliptical radii (the / syntax) and per-corner control open up a huge design space that’s nearly impossible to explore by hand. This tool makes the full spectrum of border-radius shapes discoverable visually — no docs required.
Try It Now
Border Radius Generator
Design CSS border-radius values visually — from rounded corners to organic blobs. Live preview, instant CSS copy.
Check out the full design tools collection — CSS Gradient Generator, Box Shadow Generator, and more.
Related Posts
Frequently Asked Questions
What's the difference between shorthand and longhand border-radius?
Can I create blob shapes?
Does the output work in all modern browsers?
Explore more on Tools.Town Blog
Finance guides, tool launches, and engineering stories — updated weekly.