Violet 600

#7c3aed

violet-600

Dark violet for text and buttons.

Color Values

Hex#7c3aed
RGBrgb(124, 58, 237)
HSLhsl(262, 83%, 58%)

How to Use

Tailwind CSS

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

CSS

CSS Codecss
/* CSS Variables */
--color-violet-600: #7c3aed;

/* Direct Usage */
.element {
  color: #7c3aed;
  background-color: rgb(124, 58, 237);
}

Best Use Cases

Creative text
Magical buttons
Active states

Find More Colors

Explore all 242 Tailwind CSS colors with our color tools.

Browse Colors