Border Radius Generator | Generate CSS border-radius quickly
Last updated: June 2026 · Free · No sign-up required
Frequently Asked Questions
How does the 'Link all corners' option work?
When checked, adjusting the slider of any single corner will instantly apply that exact same border-radius value to all other three corners, producing a symmetric round shape.
What is the syntax for separate corners in CSS?
In CSS, border-radius can accept up to four values (separated by spaces), representing top-left, top-right, bottom-right, and bottom-left respectively (clockwise order).
Can I use percentage values?
This generator focuses on pixel (px) values, which are most common for precise layouts. For a perfect circle, you can set the values to 50% in your stylesheet if the element has equal width and height.
Quick reference
| Syntax | Effect |
|---|---|
| border-radius: 8px | all corners 8px |
| border-radius: 50% | circle / ellipse |
| border-radius: 10px 0 | top-left/bottom-right vs others |
| Four values | TL, TR, BR, BL clockwise |
info CSS Border Radius Generator
Free color tools calculator — enter your numbers and get an instant, accurate result.
info Private by design
Everything runs locally in your browser. No uploads, no accounts, no tracking.
info Works everywhere
Fully responsive and mobile-friendly — calculate on any device, any time.
info Educational
Includes the formula and step-by-step explanation so you understand the math, not just the answer.
Interpretation guide
| Look | Setting |
|---|---|
| Subtle rounding | 4–8px |
| Pill button | 999px |
| Circle | 50% (on a square) |
| Organic blob | different % per corner |
lightbulb Worked example
Result: The calculator instantly applies the formula border-radius: top-left top-right bottom-right bottom-left (clockwise from top-left) and returns the result with appropriate precision.
What this means: Read the result in the context of what you are measuring. The step-by-step breakdown lets you confirm the math and understand which input most affects the outcome.
Formula & methodology
Formula: border-radius: top-left top-right bottom-right bottom-left (clockwise from top-left)
The CSS Border Radius Generator is built on a well-established calculation method. It uses the formula border-radius: top-left top-right bottom-right bottom-left (clockwise from top-left) to turn your inputs into a reliable result. A free visual tool to generate CSS border-radius values. Control each corner independently and see the result live. Copy the CSS with one click. The steps are shown on the page so you can follow the reasoning from input to output.
The generator lets you set each corner radius visually and outputs the exact CSS border-radius rule.
- Adjust each corner’s radius and watch the live preview.
- Use px for fixed rounding or % for circles and blobs.
- The four values run clockwise: top-left, top-right, bottom-right, bottom-left.
- Copy the generated border-radius declaration into your CSS.
Worked example: Setting all four corners to 12px outputs border-radius: 12px;.
Authoritative source: W3Schools Colors
Frequently asked questions
Explore the full color toolkit
Every CalcaTools color tool — pickers, converters, gradients, and shadows for designers and developers.