Value order
The four-value shorthand is top-left, top-right, bottom-right, bottom-left.
Create custom rounded corners visually and copy exact border-radius CSS shorthand.
Updated
Adjust each corner independently.
border-radius: 16px 16px 16px 16px;
Quick start
Move each corner slider and copy the shorthand value.
Adjust top-left, top-right, bottom-right and bottom-left independently.
Use the live preview to verify your card or button silhouette.
Paste the generated border-radius shorthand into your CSS.
In-depth guide
Create custom rounded corners visually and copy exact CSS values instantly.
The four-value shorthand is top-left, top-right, bottom-right, bottom-left.
/ syntax).border-radius value into your CSS.Percentages are relative to the box size, which is handy for pill buttons (border-radius: 9999px) and circles (50% on a square).
A radius larger than half the shorter side simply clamps to a full curve, so very large pixel values look identical — use a percentage if you want it to stay round as the box resizes. Remember the corner can be clipped by overflow: hidden children, and box-shadow follows the rounded edge. The CSS is generated locally in your browser; nothing is uploaded.
Use this tool for quick browser-based work when you need an answer or output immediately. Use a dedicated application or automated workflow when you need bulk processing, approvals, or repeatable production rules.
Yes. Each corner has its own slider and updates in real time.
Current output is pixel-based for predictable UI design. Percentage mode can be added in a later sprint.
No. All calculations run locally in your browser.
Apply border-radius: 50% to a square element. For a pill-shaped button, use a very large value like 9999px.
A child element or image can spill past the radius. Add overflow: hidden to the rounded element to clip its contents to the curve.
Each corner can have separate horizontal and vertical radii using the slash syntax, for example border-radius: 40px / 20px, producing an oval rather than a quarter-circle.
Keep exploring
Hand-picked utilities that pair well with the one you're on — all free, client-side, and zero-signup.
Generate layered-looking box shadows with visual controls for offset, blur, spread and opacity.
Build responsive CSS grid layouts with live rows, columns and gap controls.
Experiment with flex direction, alignment, wrap and gap, then copy valid CSS output.
Shrink PDF file size without uploading to a server.
Body Mass Index with metric / imperial inputs and WHO category bands.
Combine multiple PDFs into one in your browser.
Split a PDF by pages or page ranges, download as zip.