Create simple rounded corners or organic blob shapes with live preview. Generate production-ready CSS code instantly.
border-radius: 16px;rounded-[16px]Use 'Link Corners' to adjust all corners at once. The tool automatically outputs the shortest valid CSS syntax.
Explore these related free tools to enhance your productivity and workflow.
Simple mode creates standard CSS border-radius with uniform or individual corner values using any unit (px, %, rem, em). Fancy mode uses dual-axis border-radius syntax with percentages to create organic blob shapes with separate horizontal and vertical radii for each corner.
Switch to Fancy mode and use the Randomize button to generate unique shapes, or start with a preset and adjust the 8 sliders (4 for horizontal, 4 for vertical radii). Each slider controls how much the corner curves in that direction.
The dual-axis border-radius syntax (with the / separator) works most reliably with percentage values. This ensures the blob shape scales proportionally with the element size and produces consistent, smooth curves.
Dual-axis border-radius uses the syntax: border-radius: TLx TRx BRx BLx / TLy TRy BRy BLy. The values before / control horizontal curvature, and values after / control vertical curvature, enabling organic blob-like shapes.
Yes! Click the 'Tailwind' button to copy the arbitrary value syntax that works directly in Tailwind CSS classes, like rounded-[30%_70%_70%_30%/30%_30%_70%_70%].