Pink Punk
#d983bd
Looking for the precise values behind Pink Punk (#d983bd)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #d983bd | |
|---|---|---|
| RGB | rgb(217, 131, 189) | |
| HSL | hsl(320, 53%, 68%) | |
| CMYK | cmyk(0%, 40%, 13%, 15%) | |
| LAB | lab(66, 40, -16) | |
| OKLCH | oklch(0.72 0.128 340) |
Color harmonies
Tints & shades
Code snippets
color: #d983bd;
background-color: #d983bd;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-pink-500 /* ≈ #f6339a */
/* Flutter */
Color(0xFFD983BD)
/* Swift / UIKit */
UIColor(red: 0.85, green: 0.51, blue: 0.74, alpha: 1.0)