Fading Love
#c973a2
Fading Love, represented by the hex value #c973a2, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #c973a2 | |
|---|---|---|
| RGB | rgb(201, 115, 162) | |
| HSL | hsl(327, 44%, 62%) | |
| CMYK | cmyk(0%, 43%, 19%, 21%) | |
| LAB | lab(59, 39, -10) | |
| OKLCH | oklch(0.66 0.122 347) |
Color harmonies
Tints & shades
Code snippets
color: #c973a2;
background-color: #c973a2;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-pink-500 /* ≈ #f6339a */
/* Flutter */
Color(0xFFC973A2)
/* Swift / UIKit */
UIColor(red: 0.79, green: 0.45, blue: 0.64, alpha: 1.0)