Blue 300

#93c5fd

blue-300

Medium-light blue, friendly and approachable.

Color Values

Hex#93c5fd
RGBrgb(147, 197, 253)
HSLhsl(213, 97%, 78%)

How to Use

Tailwind CSS

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

CSS

CSS Codecss
/* CSS Variables */
--color-blue-300: #93c5fd;

/* Direct Usage */
.element {
  color: #93c5fd;
  background-color: rgb(147, 197, 253);
}

Best Use Cases

Primary badges
Info highlights
Friendly themes

Find More Colors

Explore all 242 Tailwind CSS colors with our color tools.

Browse Colors