Color & Design
Color Converter
Convert colors between HEX, RGB and HSL with a live preview.
Open toolColor & Design
Round each corner independently, watch the shape update live and copy a clean border-radius declaration.
Good to know
Switch the unit to percent and set every corner to 50% on an element with equal width and height.
Any very large pixel radius, commonly 999px, which clamps to half the element height automatically.
Percentages are calculated separately for the horizontal and vertical axis, so wide boxes get elliptical corners.
Only if you add overflow: hidden. Otherwise child elements can still paint over the rounded corners.