Border Radius

Border radius tokens provide consistent corner rounding throughout the design system. From sharp corners to fully rounded elements.

Radius Scale
Use these values with Tailwind classes like rounded-lg, rounded-xl, etc.

none

rounded-none0

sm

rounded-sm0.25rem

md

rounded-md0.375rem

DEFAULT

rounded0.5rem

lg

rounded-lg0.5rem

xl

rounded-xl0.75rem

2xl

rounded-2xl1rem

3xl

rounded-3xl1.5rem

full

rounded-full9999px
Usage Examples
Common border radius patterns in the design system

Buttons

Cards

Avatars

Inputs