Color Picker
Pick a colour and read off its HEX, RGB and HSL values.
Tune each corner visually and copy the CSS border-radius.
Tune each corner independently or link them into one value, in px or percent. The preview and the copied CSS come from the same numbers, so they cannot drift apart.
Corners follow the CSS order — top-left, top-right, bottom-right, bottom-left. With linking on you get a single value; unlink and you get four values in that order.
The percentage ceiling is 50%: once one corner passes half, the two adjacent corners already meet and nothing changes visually, so the slider stops there. Pixels stop at 120.
Switching units clamps oversized values (120px expressed as a percentage would round the whole box), so a unit switch does not reshape your element.
Drag a corner
Corners are linked by default and move together; untick the box to tune one corner on its own.
Pick a unit
Use px for fixed-size cards and % for containers that resize — 50% is the usual circular avatar.
Copy the CSS
You get one `border-radius` line, ready to paste into a stylesheet.
A corner can only consume half of each adjacent side; past that the browser renders the same shape, so 50% and 100% look identical. The slider stops where the visual stops changing, so you are never dragging with no feedback.
This tool emits the four-corner form, where each corner has the same horizontal and vertical radius. CSS also has the two-part form `border-radius: horizontal / vertical` for elliptical corners, which this tool does not generate — add the second part by hand to the CSS you copy.
Pick a colour and read off its HEX, RGB and HSL values.
Check foreground and background contrast against accessibility thresholds.
Build CSS linear and radial gradients visually, then copy the code.
Tune a box shadow visually and copy the CSS.
Convert physical units across length, weight, volume and more.
Convert between bytes, KB, MB, GB and TB.
Drag the points to shape a polygon and copy the CSS clip-path.
Drag the control points to shape an easing curve and copy the CSS.