Gray 100
#f3f4f6
gray-100
Very light gray for subtle backgrounds and hover states.
Color Values
| Hex | #f3f4f6 | |
| RGB | rgb(243, 244, 246) | |
| HSL | hsl(220, 14%, 96%) |
How to Use
Tailwind CSS
Tailwind Classeshtml
<!-- Tailwind CSS Classes -->
<div class="gray-100">
Background
</div>
<p class="gray-100">
Text
</p>
<div class="gray-100 border">
Border
</div>CSS
CSS Codecss
/* CSS Variables */
--color-gray-100: #f3f4f6;
/* Direct Usage */
.element {
color: #f3f4f6;
background-color: rgb(243, 244, 246);
}Best Use Cases
Secondary backgrounds
Hover states
Disabled backgrounds
Find More Colors
Explore all 242 Tailwind CSS colors with our color tools.
Browse Colors