Fuchsia 50

#fdf4ff

fuchsia-50

The lightest fuchsia, a soft pale pink-purple.

Color Values

Hex#fdf4ff
RGBrgb(253, 244, 255)
HSLhsl(289, 100%, 98%)

How to Use

Tailwind CSS

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

CSS

CSS Codecss
/* CSS Variables */
--color-fuchsia-50: #fdf4ff;

/* Direct Usage */
.element {
  color: #fdf4ff;
  background-color: rgb(253, 244, 255);
}

Best Use Cases

Bold backgrounds
Creative cards
Playful themes

Find More Colors

Explore all 242 Tailwind CSS colors with our color tools.

Browse Colors