Pink Fit
#f5a8b2
Looking for the precise values behind Pink Fit (#f5a8b2)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #f5a8b2 | |
|---|---|---|
| RGB | rgb(245, 168, 178) | |
| HSL | hsl(352, 79%, 81%) | |
| CMYK | cmyk(0%, 31%, 27%, 4%) | |
| LAB | lab(77, 30, 7) | |
| OKLCH | oklch(0.81 0.092 11) |
Color harmonies
Tints & shades
Code snippets
color: #f5a8b2;
background-color: #f5a8b2;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-amber-500 /* ≈ #fe9a00 */
/* Flutter */
Color(0xFFF5A8B2)
/* Swift / UIKit */
UIColor(red: 0.96, green: 0.66, blue: 0.70, alpha: 1.0)