Fancy Border Radius

Fancy Border Radius is a free visual CSS generator for creating organic blob-like shapes using only the CSS border-radius property — no SVG needed. Get copy-paste CSS code instantly.

What is Fancy Border Radius?

Fancy Border Radius is a free, browser-based tool by 9elements that lets you visually create complex, organic shapes using CSS's border-radius property.

Most people know border-radius for making rounded corners (border-radius: 8px), but CSS actually supports a much more powerful 8-value syntax:

border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;

This creates completely asymmetric, blob-like organic shapes — and Fancy Border Radius gives you a visual editor to build them without writing a single line of CSS manually.

Why Use Fancy Border Radius Instead of SVG Blobs?

Unlike Blob Maker which generates SVG shapes, Fancy Border Radius generates pure CSS — which means:

  • Smaller file size — No SVG markup, just a CSS property
  • Infinitely scalable — CSS shapes scale perfectly at any resolution
  • Animatable — CSS border-radius can be smoothly animated with transition or @keyframes
  • Reusable — Apply to any element with a class, works on images, divs, buttons, and more
  • No JavaScript — Pure CSS, no dependencies

How to Use It

  1. Go to 9elements.github.io/fancy-border-radius
  2. Drag the 8 control points around the preview shape
  3. Watch the shape update in real-time as you drag
  4. Copy the generated CSS value
  5. Apply it to any element in your stylesheet:
.blob-shape {
  border-radius: 40% 60% 60% 40% / 60% 30% 70% 40%;
  background: #7c3aed;
  width: 300px;
  height: 300px;
}

Animating Fancy Border Radius Shapes

One of the biggest advantages over SVG blobs is CSS animation support:

@keyframes morph {
  0%, 100% { border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%; }
  50% { border-radius: 70% 30% 40% 60% / 60% 40% 50% 40%; }
}

.animated-blob {
  animation: morph 6s ease-in-out infinite;
}

Common Use Cases

  • 🎨 Hero section decorations — Abstract blob shapes behind hero images or text
  • 📸 Image masking — Apply border-radius to clip images into organic shapes
  • 🔵 Background accent shapes — Decorative blobs in brand colors
  • 💬 Speech bubbles — Asymmetric rounded shapes for chat UI elements
  • Hover animations — Morph from one shape to another on hover

Related CSS Tools

Fancy Border Radius

Tags

cssborder-radiuscss generatororganic shapesblob shapesUI designweb design
Loving Plus UI Design?

Your support really makes a big difference!
Thanks a latte! ☕✨

Buy me a coffee

Figma Plugins

ASCII Art Generator Figma plugin

ASCII Art Generator Figma plugin

Clip Path Generator

Clip Path Generator

Crosshatch Image Effect Generator

Crosshatch Image Effect Generator

Fancy Text Generator

Fancy Text Generator

Figma to Plugin API

Figma to Plugin API

Figma to React Bootstrap

Figma to React Bootstrap

Figma to Tailwind CSS AI

Figma to Tailwind CSS AI

Figma to Tailwind CSS

Figma to Tailwind CSS

File Thumbnails Generator

File Thumbnails Generator

Galaxy Background Generator

Galaxy Background Generator

Geometric Tile Pattern SVG Generator

Geometric Tile Pattern SVG Generator

Iconiverse

Iconiverse

Ikonate to Figma

Ikonate to Figma

Invoice Gen Z

Invoice Gen Z

Lorem Picsum to Figma

Lorem Picsum to Figma

Neumorphism Shadow Generator

Neumorphism Shadow Generator

PageGenius Pro

PageGenius Pro

Pixel Art Generator

Pixel Art Generator

Polygon Background Generator

Polygon Background Generator

Popular Brand Logos

Popular Brand Logos

QR Code Gen Z

QR Code Gen Z

Seamless Waves Generator

Seamless Waves Generator

SVG Patterns

SVG Patterns

Tailwind Blocks

Tailwind Blocks

Tech Stack & Design Stack Icons

Tech Stack & Design Stack Icons

UI Table Builder

UI Table Builder

Ultimate Blob Maker Designer

Ultimate Blob Maker Designer

Variables Doc Designer

Variables Doc Designer

Add-ons for Adobe Express

Blob Maker

Blob Maker

Clip path generator

Clip path generator

Liquid Metal Generator

Liquid Metal Generator

Neumorphism Shadow Generator

Neumorphism Shadow Generator

Pixel Art Generator

Pixel Art Generator

Polygon Background Gen Z

Polygon Background Gen Z

UI Table Builder

UI Table Builder

Miro Apps

Blob Maker

Blob Maker

Clip Path Generator

Clip Path Generator

Iconiverse

Iconiverse

Liquid Metal Generator

Liquid Metal Generator

Neumorphism Shadow Generator

Neumorphism Shadow Generator

Pixel Art Generator

Pixel Art Generator

Polygon Background Generator

Polygon Background Generator

Tech Stack & Design Stack Icons

Tech Stack & Design Stack Icons

TwitterFacebookInstagramPinterest

Plus UI Design 2020 - 2026

Designed & Coded by@keno_reloaded