Border Radius Generator

Visually tweak CSS border-radius. Adjust all four corners individually, pick from presets, or lock to a circle / pill. Copy the produced border-radius value straight into your stylesheet.

Processed in your browser · No upload

Loading tool…

Sliders live in your browser; nothing is uploaded.

Ad Slot (tool-border-radius-generator)

FAQ

Can I set different radii per corner?
Yes — unlock 'all' to expose top-left, top-right, bottom-right, and bottom-left sliders independently.
When does border-radius: 50% become a perfect circle?
When the element is a square (equal width and height). 50% produces a pill on a rectangle and a circle on a square.
What's the syntax for individual corners?
CSS uses clockwise-from-top-left ordering: top-left, top-right, bottom-right, bottom-left — the same as the four sliders.