Indigo 50

#eef2ff

indigo-50

The lightest indigo, a soft lavender tone.

Color Values

Hex#eef2ff
RGBrgb(238, 242, 255)
HSLhsl(226, 100%, 97%)

How to Use

Tailwind CSS

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

CSS

CSS Codecss
/* CSS Variables */
--color-indigo-50: #eef2ff;

/* Direct Usage */
.element {
  color: #eef2ff;
  background-color: rgb(238, 242, 255);
}

Best Use Cases

Creative backgrounds
Premium cards
Soft themes

Find More Colors

Explore all 242 Tailwind CSS colors with our color tools.

Browse Colors