Peppermint Swirl
#d35d7d
Peppermint Swirl, represented by the hex value #d35d7d, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #d35d7d | |
|---|---|---|
| RGB | rgb(211, 93, 125) | |
| HSL | hsl(344, 57%, 60%) | |
| CMYK | cmyk(0%, 56%, 41%, 17%) | |
| LAB | lab(56, 50, 6) | |
| OKLCH | oklch(0.63 0.151 5) |
Color harmonies
Tints & shades
Code snippets
color: #d35d7d;
background-color: #d35d7d;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-pink-500 /* ≈ #f6339a */
/* Flutter */
Color(0xFFD35D7D)
/* Swift / UIKit */
UIColor(red: 0.83, green: 0.36, blue: 0.49, alpha: 1.0)