Create custom CSS border-radius shapes with live preview and one-click CSS export. Design rounded corners, perfect circles, organic asymmetric curves, and everything in between using individual sliders for each corner. The tool automatically generates the shortest valid CSS shorthand — no manual calculation needed. Perfect for UI developers building card components, buttons, modals, image frames, and modern web layouts. Works with any CSS framework including Tailwind CSS, Bootstrap, and plain CSS.
The CSS border-radius property rounds the corners of an element's outer border edge. You can set a single radius for all corners, or specify different values for each corner — top-left, top-right, bottom-right, and bottom-left.
When you provide four values (e.g. border-radius: 10px 20px 30px 40px), they apply clockwise from the top-left: top-left, top-right, bottom-right, bottom-left.
If all four corners share the same value, CSS lets you write just one: border-radius: 20px. This generator automatically produces the shortest valid notation — one value, two, three, or four depending on which corners match.
Tailwind has built-in utilities like rounded-sm, rounded-lg, and rounded-full. For custom values, use arbitrary syntax: rounded-[30px]. Or apply the generated CSS directly in your global stylesheet or a CSS module.
Yes. Set different radii for each of the four corners to create leaf, petal, arch, wave, and other organic shapes. Use the preset buttons to try common shapes instantly.
Yes, completely free with no signup required. Copy and use the CSS in any personal or commercial project.