Pink 700
#be185d
pink-700
Very dark pink for high-contrast elements.
Color Values
| Hex | #be185d | |
| RGB | rgb(190, 24, 93) | |
| HSL | hsl(335, 78%, 42%) |
How to Use
Tailwind CSS
Tailwind Classeshtml
<!-- Tailwind CSS Classes -->
<div class="pink-700">
Background
</div>
<p class="pink-700">
Text
</p>
<div class="pink-700 border">
Border
</div>CSS
CSS Codecss
/* CSS Variables */
--color-pink-700: #be185d;
/* Direct Usage */
.element {
color: #be185d;
background-color: rgb(190, 24, 93);
}Best Use Cases
Feminine headings
Dark sweet buttons
Deep pink themes
Find More Colors
Explore all 242 Tailwind CSS colors with our color tools.
Browse Colors