Salmon Flush
#f1c9cc
Salmon Flush is a color with the hex code #f1c9cc. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #f1c9cc | |
|---|---|---|
| RGB | rgb(241, 201, 204) | |
| HSL | hsl(356, 59%, 87%) | |
| CMYK | cmyk(0%, 17%, 15%, 5%) | |
| LAB | lab(85, 15, 4) | |
| OKLCH | oklch(0.87 0.045 13) |
Color harmonies
Tints & shades
Code snippets
color: #f1c9cc;
background-color: #f1c9cc;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF1C9CC)
/* Swift / UIKit */
UIColor(red: 0.95, green: 0.79, blue: 0.80, alpha: 1.0)