Pink Mist
#e6bccd
Pink Mist, represented by the hex value #e6bccd, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #e6bccd | |
|---|---|---|
| RGB | rgb(230, 188, 205) | |
| HSL | hsl(336, 46%, 82%) | |
| CMYK | cmyk(0%, 18%, 11%, 10%) | |
| LAB | lab(80, 18, -3) | |
| OKLCH | oklch(0.84 0.053 352) |
Color harmonies
Tints & shades
Code snippets
color: #e6bccd;
background-color: #e6bccd;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFE6BCCD)
/* Swift / UIKit */
UIColor(red: 0.90, green: 0.74, blue: 0.80, alpha: 1.0)