Vampirella
#9b2848
Vampirella, represented by the hex value #9b2848, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #9b2848 | |
|---|---|---|
| RGB | rgb(155, 40, 72) | |
| HSL | hsl(343, 59%, 38%) | |
| CMYK | cmyk(0%, 74%, 54%, 39%) | |
| LAB | lab(36, 49, 10) | |
| OKLCH | oklch(0.47 0.151 9) |
Color harmonies
Tints & shades
Code snippets
color: #9b2848;
background-color: #9b2848;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF9B2848)
/* Swift / UIKit */
UIColor(red: 0.61, green: 0.16, blue: 0.28, alpha: 1.0)