Fuchsia 500

#d946ef

fuchsia-500

The base fuchsia, bold and attention-grabbing.

Color Values

Hex#d946ef
RGBrgb(217, 70, 239)
HSLhsl(292, 84%, 61%)

How to Use

Tailwind CSS

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

CSS

CSS Codecss
/* CSS Variables */
--color-fuchsia-500: #d946ef;

/* Direct Usage */
.element {
  color: #d946ef;
  background-color: rgb(217, 70, 239);
}

Best Use Cases

Bold buttons
Creative CTAs
Vibrant themes

Find More Colors

Explore all 242 Tailwind CSS colors with our color tools.

Browse Colors