Pinky Pickle
#b96d8e
Looking for the precise values behind Pinky Pickle (#b96d8e)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #b96d8e | |
|---|---|---|
| RGB | rgb(185, 109, 142) | |
| HSL | hsl(334, 35%, 58%) | |
| CMYK | cmyk(0%, 41%, 23%, 27%) | |
| LAB | lab(55, 34, -4) | |
| OKLCH | oklch(0.63 0.104 353) |
Color harmonies
Tints & shades
Code snippets
color: #b96d8e;
background-color: #b96d8e;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFFB96D8E)
/* Swift / UIKit */
UIColor(red: 0.73, green: 0.43, blue: 0.56, alpha: 1.0)