Prism Pink
#f0a1bf
Looking for the precise values behind Prism Pink (#f0a1bf)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #f0a1bf | |
|---|---|---|
| RGB | rgb(240, 161, 191) | |
| HSL | hsl(337, 72%, 79%) | |
| CMYK | cmyk(0%, 33%, 20%, 6%) | |
| LAB | lab(75, 33, -3) | |
| OKLCH | oklch(0.79 0.1 355) |
Color harmonies
Tints & shades
Code snippets
color: #f0a1bf;
background-color: #f0a1bf;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-amber-500 /* ≈ #fe9a00 */
/* Flutter */
Color(0xFFF0A1BF)
/* Swift / UIKit */
UIColor(red: 0.94, green: 0.63, blue: 0.75, alpha: 1.0)