Kiss
#d28ca7
Kiss, represented by the hex value #d28ca7, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #d28ca7 | |
|---|---|---|
| RGB | rgb(210, 140, 167) | |
| HSL | hsl(337, 44%, 69%) | |
| CMYK | cmyk(0%, 33%, 20%, 18%) | |
| LAB | lab(66, 30, -3) | |
| OKLCH | oklch(0.72 0.091 355) |
Color harmonies
Tints & shades
Code snippets
color: #d28ca7;
background-color: #d28ca7;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-orange-500 /* ≈ #ff6900 */
/* Flutter */
Color(0xFFD28CA7)
/* Swift / UIKit */
UIColor(red: 0.82, green: 0.55, blue: 0.65, alpha: 1.0)