digtools
border-radius,

CSS Border Radius Generator

Control all 8 border-radius values visually.Create blob shapes with real-time preview.

🎛️
8-Value Control
4 corners × horizontal/vertical radius
🫧
Blob Shapes
Create organic shapes easily
📋
Instant Copy
Copy generated CSS with one click
Top Left50%
Top Right50%
Bottom Right50%
Bottom Left50%
Top Left50%
Top Right50%
Bottom Right50%
Bottom Left50%
about,

About

The CSS Border Radius Generator lets you visually control all 8 border-radius values (horizontal and vertical radius for each of the 4 corners) and preview the result in real time.

Beyond normal rounded corners, you can create complex blob shapes like border-radius: 60% 40% 30% 70% / 60% 30% 70% 40% — popular for hero section decorations. All processing is done locally in your browser.

how to,

How to Use

STEP 1

Choose a Preset

Start from a preset (Circle, Leaf, Blob, etc.) to quickly get a base shape, then fine-tune with the sliders.

STEP 2

Adjust Sliders

Drag the horizontal and vertical sliders for each corner. The preview updates instantly.

STEP 3

Copy CSS

Click "Copy" to copy the generated CSS to your clipboard and paste it into your stylesheet.

glossary,

Glossary

border-radius
A CSS property that rounds the corners of an element. Supports px and % units for each corner independently.
Horizontal / Vertical Radius
The two radii of an ellipse defined by border-radius. The "/" separator splits horizontal (before) and vertical (after) values.
Blob
An organic, irregular shape created by setting asymmetric border-radius values on all 8 axes.
clip-path
A CSS property for clipping elements to custom shapes. More flexible than border-radius, but the syntax is more complex.
Shorthand
border-radius: 10px 20px 30px 40px — specifying all four corners in a single declaration. Use "/" to split horizontal and vertical.
faq,

FAQ

Q.What are the 8 values?
Each of the 4 corners has a horizontal and a vertical radius, giving 8 values total. Format: border-radius: A B C D / E F G H.
Q.What can I use blob shapes for?
Hero section background decoration, profile image masks, CTA button shapes, and more.
Q.Is any data sent to a server?
No. Everything is generated locally in your browser.
Q.Does it work in IE11?
border-radius works from IE9. Elliptical notation (with "/") also works from IE9+.
use cases,

Use Cases

🎨

Button & Card Design

Create unique rounded shapes for buttons and card components beyond standard circles.

🫧

Blob Background Decoration

Use organic blob shapes for hero section backgrounds in landing pages.

📸

Profile Image Mask

Explore unusual masks for profile pictures beyond the standard circle or square.

🎓

Learning CSS

Understand how border-radius works visually by experimenting with the sliders.

Disclaimer

The tools provided on this site are completely free to use, but please use them at your own risk. We make no guarantees regarding the accuracy, completeness, or safety of any calculation results, conversion results, or generated data. Please be aware that the operator assumes no responsibility for any damages or troubles caused by the use of these tools. Most tools process files and calculations locally in your browser, meaning your inputted data is neither sent to nor stored on our servers.