Gray 200
#e5e7eb
gray-200
Light gray perfect for borders and dividers.
Color Values
| Hex | #e5e7eb | |
| RGB | rgb(229, 231, 235) | |
| HSL | hsl(220, 13%, 91%) |
How to Use
Tailwind CSS
Tailwind Classeshtml
<!-- Tailwind CSS Classes -->
<div class="gray-200">
Background
</div>
<p class="gray-200">
Text
</p>
<div class="gray-200 border">
Border
</div>CSS
CSS Codecss
/* CSS Variables */
--color-gray-200: #e5e7eb;
/* Direct Usage */
.element {
color: #e5e7eb;
background-color: rgb(229, 231, 235);
}Best Use Cases
Borders
Dividers
Table lines
Find More Colors
Explore all 242 Tailwind CSS colors with our color tools.
Browse Colors