Indigo 300

#a5b4fc

indigo-300

Medium-light indigo, creative and elegant.

Color Values

Hex#a5b4fc
RGBrgb(165, 180, 252)
HSLhsl(230, 94%, 82%)

How to Use

Tailwind CSS

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

CSS

CSS Codecss
/* CSS Variables */
--color-indigo-300: #a5b4fc;

/* Direct Usage */
.element {
  color: #a5b4fc;
  background-color: rgb(165, 180, 252);
}

Best Use Cases

Creative badges
Premium highlights
Elegant themes

Find More Colors

Explore all 242 Tailwind CSS colors with our color tools.

Browse Colors