// Generated CSS
border-radius: 12px;
What is a Border Radius Generator?
A border radius generator lets you visually design CSS border-radius values with live preview — from simple rounded corners to complex organic blob shapes. Copy the generated CSS directly into your stylesheet.
Basic vs. Fancy Mode
- Basic Mode — controls all four corners independently using px or %. Ideal for buttons, cards, avatars, and pills.
- Fancy Mode (8 values) — the CSS
border-radius: X / Yslash syntax independently controls horizontal and vertical radii per corner, enabling elliptical curves and organic blob shapes.
Common Use Cases
- 50% on a square — creates a perfect circle (profile avatar, icon button).
- 999px — pill / capsule shape for tags, badges, and buttons.
- Asymmetric values — soft card edges where one side is sharper than the other.
- Blob shapes — Fancy mode with organic percentages for hero section decorations.
How to Use This Tool
- Choose Basic or Fancy mode.
- Drag the sliders to adjust corner values (or choose a preset).
- The preview box updates live as you drag.
- Click Copy CSS to copy the
border-radiusdeclaration.
Is My Data Sent to a Server?
No — everything runs in your browser. No data is sent anywhere.