Gray 700
#374151
gray-700
Very dark gray for headings and high-contrast text.
Color Values
| Hex | #374151 | |
| RGB | rgb(55, 65, 81) | |
| HSL | hsl(217, 19%, 27%) |
How to Use
Tailwind CSS
Tailwind Classeshtml
<!-- Tailwind CSS Classes -->
<div class="gray-700">
Background
</div>
<p class="gray-700">
Text
</p>
<div class="gray-700 border">
Border
</div>CSS
CSS Codecss
/* CSS Variables */
--color-gray-700: #374151;
/* Direct Usage */
.element {
color: #374151;
background-color: rgb(55, 65, 81);
}Best Use Cases
Headings
Primary text
Navigation items
Find More Colors
Explore all 242 Tailwind CSS colors with our color tools.
Browse Colors