Skip to main content
L
Loopaloo
Buy Us a Coffee
All ToolsImage ProcessingAudio ProcessingVideo ProcessingDocument & TextPDF ToolsCSV & Data AnalysisConverters & EncodersWeb ToolsMath & ScienceGames
Guides & BlogAboutContact
Buy Us a Coffee
L
Loopaloo

Free online tools for developers, designers, and content creators. All processing happens entirely in your browser - your files never leave your device. No uploads, no accounts, complete privacy.

support@loopaloo.com

Tool Categories

  • Image Tools
  • Audio Tools
  • Video Tools
  • Document & Text
  • PDF Tools
  • CSV & Data
  • Converters
  • Web Tools
  • Math & Science
  • Games

Company

  • About Us
  • Contact
  • Blog
  • FAQ

Legal

  • Privacy Policy
  • Terms of Service
  • Disclaimer

Support

Buy Us a Coffee

© 2026 Loopaloo. All rights reserved. Built with privacy in mind.

Privacy|Terms|Disclaimer
  1. Home
  2. Web Tools
  3. CSS Border Radius Generator
Add to favorites

CSS Border Radius Generator

Create custom border radius with individual corner control, linked/unlinked mode, px/% units, interactive corner sliders on preview, and 12 shape presets

Fine-tune border-radius values for each corner independently, preview the shape in real time, and copy the CSS. Supports shorthand and per-corner syntax.

Runs in your browser and files never uploadedMore web toolsJump to full guide

Initializing in your browser…

You might also like

CSS Clip Path Generator

Create custom CSS clip-path shapes visually. Drag points to customize polygons, circles, and complex shapes.

CSS Gradient Generator

Create stunning CSS gradients with linear/radial/conic types, angle control, position control, multiple color stops, 11 presets, and reverse/randomize features

CSS Box Shadow Generator

Design complex box shadows with multi-layer support, inset shadows, visibility toggle, layer reordering, opacity control, and 12 professional presets

CSS Border Radius Generator: a worked example

You want an organic "blob" avatar frame, which needs the eight-value elliptical border-radius syntax most people never write by hand.

Handles dragged to

Asymmetric blob preset, nudged toward top-left
CSS Border Radius Generator produces

Resulting CSS

border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;

The slash splits horizontal radii (before) from vertical radii (after), letting each corner be an ellipse rather than a circle, that is what produces the irregular, lava-lamp silhouette. Hand-authoring eight coupled percentages is painful; dragging the handles and copying the exact declaration is not.

What is CSS Border Radius Generator?

Fine-tune border-radius values for each corner independently, preview the shape in real time, and copy the CSS. Supports shorthand and per-corner syntax.

How to use

  1. 1Drag the corner handles or enter values manually.
  2. 2Toggle between uniform and per-corner modes.
  3. 3Copy the generated border-radius CSS.

Key features

  • Individual corner control
  • Visual shape preview
  • Shorthand and longhand CSS output
  • Pixel and percentage units

Common use cases

  • Pill-shaped buttons

    Set a large uniform radius to create pill or capsule shapes for buttons and tags.

  • Organic blob shapes

    Combine asymmetric values to create organic, blob-like containers for creative layouts.

Frequently asked questions

What's the max useful border-radius?

Setting it to 50% on a square element creates a circle. Values above 50% have no additional visual effect.

Can I set different horizontal and vertical radii?

Yes. The CSS border-radius shorthand supports "/" syntax to set elliptical corners (e.g., 10px 20px / 30px 40px).

Private by design

This runs as client-side JavaScript. Keys, tokens, payloads, and other inputs never leave your device.