Velour Scar
#8e5164
Velour Scar, represented by the hex value #8e5164, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #8e5164 | |
|---|---|---|
| RGB | rgb(142, 81, 100) | |
| HSL | hsl(341, 27%, 44%) | |
| CMYK | cmyk(0%, 43%, 30%, 44%) | |
| LAB | lab(42, 28, 1) | |
| OKLCH | oklch(0.51 0.085 1) |
Color harmonies
Tints & shades
Code snippets
color: #8e5164;
background-color: #8e5164;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF8E5164)
/* Swift / UIKit */
UIColor(red: 0.56, green: 0.32, blue: 0.39, alpha: 1.0)