Millennial Pink
#f6c8c1
Millennial Pink, represented by the hex value #f6c8c1, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #f6c8c1 | |
|---|---|---|
| RGB | rgb(246, 200, 193) | |
| HSL | hsl(8, 75%, 86%) | |
| CMYK | cmyk(0%, 19%, 22%, 4%) | |
| LAB | lab(85, 16, 10) | |
| OKLCH | oklch(0.87 0.054 28) |
Color harmonies
Tints & shades
Code snippets
color: #f6c8c1;
background-color: #f6c8c1;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF6C8C1)
/* Swift / UIKit */
UIColor(red: 0.96, green: 0.78, blue: 0.76, alpha: 1.0)