Cotton Candy Comet
#ffc3cb
Cotton Candy Comet, represented by the hex value #ffc3cb, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #ffc3cb | |
|---|---|---|
| RGB | rgb(255, 195, 203) | |
| HSL | hsl(352, 100%, 88%) | |
| CMYK | cmyk(0%, 24%, 20%, 0%) | |
| LAB | lab(84, 23, 5) | |
| OKLCH | oklch(0.87 0.069 10) |
Color harmonies
Tints & shades
Code snippets
color: #ffc3cb;
background-color: #ffc3cb;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFFC3CB)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.76, blue: 0.80, alpha: 1.0)