Purple is one of the color families shipped with this release. Classic purple — imagination and luxury..

Shades#

Palette table#

ShadeClass fragmentValueBest role
50purple-50#faf5ffLightest tint — page backgrounds, subtle fills, hover backgrounds for rows and list items.
100purple-100#f3e8ffVery light — section backgrounds, badges on light UI, tinted code blocks.
200purple-200#e9d5ffLight — borders on light themes, dividers with personality, chip backgrounds.
300purple-300#d8b4feSoft — secondary borders, disabled states with color, placeholder decorations.
400purple-400#c084fcMedium-light — icons on dark surfaces, decorative accents, chart lines.
500purple-500#a855f7The primary step — buttons, links, brand fills, key interactive elements.
600purple-600#9333eaHover step — hover states for 500 elements, or primary on very light UIs.
700purple-700#7e22ceActive step — pressed states, emphasized text on light tinted backgrounds.
800purple-800#6b21a8Dark — text on light palettes, headers in tinted sections, dark UI fills.
900purple-900#581c87Very dark — deep section backgrounds, high-contrast text carriers.
950purple-950#3b0764Darkest — near-black tinted backgrounds, hero surfaces, footer tones.

Use it#

html
<div class="bg-purple-500 text-white p-6 rounded-xl">Purple surface</div>
<p class="text-purple-600 dark:text-purple-400">Adaptive text</p>
<div class="border border-purple-200 dark:border-purple-800 bg-purple-50 dark:bg-purple-950 p-4 rounded-lg">Panel</div>

Per-usage guides#

Contrast#

Flip point: shades 50–400 want dark text (text-slate-900); shades 500+ (approx.) want white text. Verify with the accessibility/color-contrast|contrast guide.

colors/violet|violet · colors/fuchsia|fuchsia · colors/color-pairing|Pairing recipes