Pinch Me
#c88ca4
Pinch Me, represented by the hex value #c88ca4, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #c88ca4 | |
|---|---|---|
| RGB | rgb(200, 140, 164) | |
| HSL | hsl(336, 35%, 67%) | |
| CMYK | cmyk(0%, 30%, 18%, 22%) | |
| LAB | lab(65, 26, -3) | |
| OKLCH | oklch(0.71 0.079 354) |
Color harmonies
Tints & shades
Code snippets
color: #c88ca4;
background-color: #c88ca4;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-orange-500 /* ≈ #ff6900 */
/* Flutter */
Color(0xFFC88CA4)
/* Swift / UIKit */
UIColor(red: 0.78, green: 0.55, blue: 0.64, alpha: 1.0)