Girl Power
#d39bcb
Girl Power, represented by the hex value #d39bcb, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #d39bcb | |
|---|---|---|
| RGB | rgb(211, 155, 203) | |
| HSL | hsl(309, 39%, 72%) | |
| CMYK | cmyk(0%, 27%, 4%, 17%) | |
| LAB | lab(71, 27, -16) | |
| OKLCH | oklch(0.76 0.092 331) |
Color harmonies
Tints & shades
Code snippets
color: #d39bcb;
background-color: #d39bcb;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-pink-500 /* ≈ #f6339a */
/* Flutter */
Color(0xFFD39BCB)
/* Swift / UIKit */
UIColor(red: 0.83, green: 0.61, blue: 0.80, alpha: 1.0)