Border Radius
Create CSS border-radius with per-corner control online for free. Visual editor with live preview. Copy CSS in one click. No signup.
Runs entirely in your browser — files never uploaded
Presets
Corner controls
CSS
border-radius: 16px;
How to use Border Radius
- 1. Pick a preset or start from scratch. Use buttons like Slight, Medium, Large, Pill, or Circle to jump to a common radius. Or dial in your own.
- 2. Adjust each corner. Move the sliders for top-left, top-right, bottom-right, and bottom-left. Toggle 'Link all' to move them together.
- 3. Switch units. Choose between px and %. Percentage-based radii scale with element size — 50% makes a circle on a square.
- 4. Copy the CSS. Click 'Copy' to grab the border-radius rule, ready for your stylesheet.
FAQ
What's the difference between px and %?
Pixels give you a fixed radius. Percentages scale with the element — 50% on a square creates a perfect circle, while 50% on a rectangle creates a pill/oval shape.
Can I make a perfect circle?
Yes — set all corners to 50% and make sure the element is a square (equal width and height).
What's a 'pill' shape?
A pill has fully rounded short sides. Use 50% border-radius on a wide rectangle to get capsule-shaped buttons or badges.
Is border-radius supported everywhere?
Yes — all modern browsers support border-radius without vendor prefixes, including IE9+.
Related tools
- Color PickerPick any color from an image and get its HEX, RGB, and HSL code online for free. Click any pixel to grab the exact color. No signup.
- Favicon GeneratorGenerate all favicon sizes (16x16, 32x32, 180x180, 512x512) from one image online for free. Download as a ZIP. No signup.
- Color ConverterConvert colors between HEX, RGB, HSL, and CMYK online for free. Live preview with all formats at once. No signup.
- CSS GradientCreate beautiful CSS gradients with live preview online for free. Linear and radial gradients. Copy CSS code in one click. No signup.
- Box ShadowCreate CSS box shadows with a visual editor online for free. Adjust offset, blur, spread, color, and inset. Copy CSS in one click. No signup.
- Color PaletteExtract dominant colors from any image online for free. Get 5–8 colors with HEX, RGB, and HSL values. Perfect for design inspiration. No signup.
Advertisement