Charm
#d0748b
Charm, represented by the hex value #d0748b, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #d0748b | |
|---|---|---|
| RGB | rgb(208, 116, 139) | |
| HSL | hsl(345, 49%, 64%) | |
| CMYK | cmyk(0%, 44%, 33%, 18%) | |
| LAB | lab(60, 39, 4) | |
| OKLCH | oklch(0.67 0.118 5) |
Color harmonies
Tints & shades
Code snippets
color: #d0748b;
background-color: #d0748b;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-pink-500 /* ≈ #f6339a */
/* Flutter */
Color(0xFFD0748B)
/* Swift / UIKit */
UIColor(red: 0.82, green: 0.45, blue: 0.55, alpha: 1.0)