Warm Pink
#fb5581
Warm Pink is a color with the hex code #fb5581. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #fb5581 | |
|---|---|---|
| RGB | rgb(251, 85, 129) | |
| HSL | hsl(344, 95%, 66%) | |
| CMYK | cmyk(0%, 66%, 49%, 2%) | |
| LAB | lab(61, 66, 13) | |
| OKLCH | oklch(0.68 0.203 8) |
Color harmonies
Tints & shades
Code snippets
color: #fb5581;
background-color: #fb5581;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-rose-500 /* ≈ #ff2056 */
/* Flutter */
Color(0xFFFB5581)
/* Swift / UIKit */
UIColor(red: 0.98, green: 0.33, blue: 0.51, alpha: 1.0)