Barbiecore
#e15acb
Barbiecore, represented by the hex value #e15acb, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #e15acb | |
|---|---|---|
| RGB | rgb(225, 90, 203) | |
| HSL | hsl(310, 69%, 62%) | |
| CMYK | cmyk(0%, 60%, 10%, 12%) | |
| LAB | lab(60, 63, -33) | |
| OKLCH | oklch(0.68 0.21 335) |
Color harmonies
Tints & shades
Code snippets
color: #e15acb;
background-color: #e15acb;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-pink-500 /* ≈ #f6339a */
/* Flutter */
Color(0xFFE15ACB)
/* Swift / UIKit */
UIColor(red: 0.88, green: 0.35, blue: 0.80, alpha: 1.0)