Blue 200

#bfdbfe

blue-200

Light blue for borders and highlights.

Color Values

Hex#bfdbfe
RGBrgb(191, 219, 254)
HSLhsl(213, 97%, 87%)

How to Use

Tailwind CSS

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

CSS

CSS Codecss
/* CSS Variables */
--color-blue-200: #bfdbfe;

/* Direct Usage */
.element {
  color: #bfdbfe;
  background-color: rgb(191, 219, 254);
}

Best Use Cases

Primary borders
Info badges
Focus rings

Find More Colors

Explore all 242 Tailwind CSS colors with our color tools.

Browse Colors