Fuchsia 100

#fae8ff

fuchsia-100

Very light fuchsia for subtle highlights.

Color Values

Hex#fae8ff
RGBrgb(250, 232, 255)
HSLhsl(287, 100%, 95%)

How to Use

Tailwind CSS

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

CSS

CSS Codecss
/* CSS Variables */
--color-fuchsia-100: #fae8ff;

/* Direct Usage */
.element {
  color: #fae8ff;
  background-color: rgb(250, 232, 255);
}

Best Use Cases

Light bold backgrounds
Creative cards
Playful highlights

Find More Colors

Explore all 242 Tailwind CSS colors with our color tools.

Browse Colors