Fuchsia 950
#4a044e
fuchsia-950
Ultra-dark fuchsia, nearly black with magenta undertones.
Color Values
| Hex | #4a044e | |
| RGB | rgb(74, 4, 78) | |
| HSL | hsl(297, 90%, 16%) |
How to Use
Tailwind CSS
Tailwind Classeshtml
<!-- Tailwind CSS Classes -->
<div class="fuchsia-950">
Background
</div>
<p class="fuchsia-950">
Text
</p>
<div class="fuchsia-950 border">
Border
</div>CSS
CSS Codecss
/* CSS Variables */
--color-fuchsia-950: #4a044e;
/* Direct Usage */
.element {
color: #4a044e;
background-color: rgb(74, 4, 78);
}Best Use Cases
OLED bold backgrounds
Deep magenta themes
Maximum fuchsia depth
Find More Colors
Explore all 242 Tailwind CSS colors with our color tools.
Browse Colors