Self-Love
#d22b6d
Here's everything about the color Self-Love (#d22b6d) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #d22b6d | |
|---|---|---|
| RGB | rgb(210, 43, 109) | |
| HSL | hsl(336, 66%, 50%) | |
| CMYK | cmyk(0%, 80%, 48%, 18%) | |
| LAB | lab(48, 66, 5) | |
| OKLCH | oklch(0.58 0.205 3) |
Color harmonies
Tints & shades
Code snippets
color: #d22b6d;
background-color: #d22b6d;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-pink-500 /* ≈ #f6339a */
/* Flutter */
Color(0xFFD22B6D)
/* Swift / UIKit */
UIColor(red: 0.82, green: 0.17, blue: 0.43, alpha: 1.0)