Blue 700

#1d4ed8

blue-700

Very dark blue for high-contrast elements.

Color Values

Hex#1d4ed8
RGBrgb(29, 78, 216)
HSLhsl(224, 76%, 48%)

How to Use

Tailwind CSS

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

CSS

CSS Codecss
/* CSS Variables */
--color-blue-700: #1d4ed8;

/* Direct Usage */
.element {
  color: #1d4ed8;
  background-color: rgb(29, 78, 216);
}

Best Use Cases

Primary headings
Dark buttons
Corporate themes

Find More Colors

Explore all 242 Tailwind CSS colors with our color tools.

Browse Colors