CSS Border Radius Generator — Rounded, Elliptical, Organic Shapes
Round any HTML element with an intuitive per-corner editor. Supports px / % units and elliptical corners (border-radius: 10px 20px / 5px 15px) for organic blob shapes. 100% local.
Last updated:
CommentsPresets
Top-left
Top-right
Bottom-right
Bottom-left
border-radius: 20px 20px 20px 20px;
Frequently Asked Questions
What's the difference between using px and % for border-radius?
px produces the exact pixel radius regardless of element size. % is relative to the element's dimensions — 50% on a square produces a perfect circle, and 50% on a rectangle produces an ellipse. Use % when you want the shape to scale with the element.
When would I want to decouple X and Y radii?
The full CSS border-radius syntax lets each corner have separate horizontal and vertical radii, producing elliptical rather than circular corners. It's how you create organic 'blob' shapes for hero sections and illustrations without SVG.
How do I make a pill button?
Set border-radius to any value larger than half the element's height (or use 9999px as a safe default). The browser clamps to the actual maximum radius, giving perfectly-rounded ends regardless of the button's width or content.
Related Tools
cURL Converter
Convert cURL commands to Python (requests), JavaScript (fetch), Node.js, Go (net/http), PHP, or Java (HttpClient). Parses -H, -d, --data-urlencode, -F, -u, --json and more. 100% local.
URL Parser
Parse any URL into scheme, host, port, path, and query parameters — or build a URL from scratch with a form. Great for debugging redirect chains, tracking pixels, and OAuth flows. 100% local.
CIDR Calculator
Calculate IPv4 subnets from CIDR notation online. Get network address, broadcast, netmask, wildcard, usable host range, IP class, and binary representation. 100% local — nothing leaves your browser.
Color Converter
Convert colors between HEX, RGB, HSL, and HSV instantly. Includes a live color preview and copy-ready CSS strings.
Meta Tag Preview
Preview how your page will appear in Google search results and social share cards on Facebook, Twitter/X, and LinkedIn. Parses <title>, meta description, canonical, and full Open Graph / Twitter Card tags with diagnostics. 100% local.
HTML Minifier
Minify HTML by removing comments, collapsing whitespace, and stripping optional attribute quotes and void-element slashes. Reports byte savings. Preserves IE conditional comments and preformatted <pre> / <textarea> / <script> / <style> content. 100% local.