Valentine’s Kiss
#b63364
Looking for the precise values behind Valentine’s Kiss (#b63364)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #b63364 | |
|---|---|---|
| RGB | rgb(182, 51, 100) | |
| HSL | hsl(338, 56%, 46%) | |
| CMYK | cmyk(0%, 72%, 45%, 29%) | |
| LAB | lab(44, 55, 4) | |
| OKLCH | oklch(0.53 0.171 2) |
Color harmonies
Tints & shades
Code snippets
color: #b63364;
background-color: #b63364;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-rose-500 /* ≈ #ff2056 */
/* Flutter */
Color(0xFFB63364)
/* Swift / UIKit */
UIColor(red: 0.71, green: 0.20, blue: 0.39, alpha: 1.0)