Baby Pink
#ffb7ce
Baby Pink, represented by the hex value #ffb7ce, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #ffb7ce | |
|---|---|---|
| RGB | rgb(255, 183, 206) | |
| HSL | hsl(341, 100%, 86%) | |
| CMYK | cmyk(0%, 28%, 19%, 0%) | |
| LAB | lab(82, 29, -1) | |
| OKLCH | oklch(0.85 0.088 358) |
Color harmonies
Tints & shades
Code snippets
color: #ffb7ce;
background-color: #ffb7ce;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-amber-500 /* ≈ #fe9a00 */
/* Flutter */
Color(0xFFFFB7CE)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.72, blue: 0.81, alpha: 1.0)