Rose 600
#e11d48
rose-600
Dark rose for text and buttons.
Color Values
| Hex | #e11d48 | |
| RGB | rgb(225, 29, 72) | |
| HSL | hsl(347, 77%, 50%) |
How to Use
Tailwind CSS
Tailwind Classeshtml
<!-- Tailwind CSS Classes -->
<div class="rose-600">
Background
</div>
<p class="rose-600">
Text
</p>
<div class="rose-600 border">
Border
</div>CSS
CSS Codecss
/* CSS Variables */
--color-rose-600: #e11d48;
/* Direct Usage */
.element {
color: #e11d48;
background-color: rgb(225, 29, 72);
}Best Use Cases
Romantic text
Warm buttons
Active states
Find More Colors
Explore all 242 Tailwind CSS colors with our color tools.
Browse Colors