Liaison
#8c3f52
Liaison, represented by the hex value #8c3f52, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #8c3f52 | |
|---|---|---|
| RGB | rgb(140, 63, 82) | |
| HSL | hsl(345, 38%, 40%) | |
| CMYK | cmyk(0%, 55%, 41%, 45%) | |
| LAB | lab(38, 35, 5) | |
| OKLCH | oklch(0.47 0.106 7) |
Color harmonies
Tints & shades
Code snippets
color: #8c3f52;
background-color: #8c3f52;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF8C3F52)
/* Swift / UIKit */
UIColor(red: 0.55, green: 0.25, blue: 0.32, alpha: 1.0)