Bane of Royalty
#871466
Looking for the precise values behind Bane of Royalty (#871466)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #871466 | |
|---|---|---|
| RGB | rgb(135, 20, 102) | |
| HSL | hsl(317, 74%, 30%) | |
| CMYK | cmyk(0%, 85%, 24%, 47%) | |
| LAB | lab(31, 52, -17) | |
| OKLCH | oklch(0.43 0.168 343) |
Color harmonies
Tints & shades
Code snippets
color: #871466;
background-color: #871466;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-zinc-500 /* ≈ #71717b */
/* Flutter */
Color(0xFF871466)
/* Swift / UIKit */
UIColor(red: 0.53, green: 0.08, blue: 0.40, alpha: 1.0)