Violet 500

#8b5cf6

violet-500

The base violet, creative and magical.

Color Values

Hex#8b5cf6
RGBrgb(139, 92, 246)
HSLhsl(258, 90%, 66%)

How to Use

Tailwind CSS

Tailwind Classeshtml
<!-- Tailwind CSS Classes -->
<div class="violet-500">
  Background
</div>
<p class="violet-500">
  Text
</p>
<div class="violet-500 border">
  Border
</div>

CSS

CSS Codecss
/* CSS Variables */
--color-violet-500: #8b5cf6;

/* Direct Usage */
.element {
  color: #8b5cf6;
  background-color: rgb(139, 92, 246);
}

Best Use Cases

Creative buttons
Magical CTAs
Whimsical themes

Find More Colors

Explore all 242 Tailwind CSS colors with our color tools.

Browse Colors