Heart Potion
#a97fb1
Looking for the precise values behind Heart Potion (#a97fb1)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #a97fb1 | |
|---|---|---|
| RGB | rgb(169, 127, 177) | |
| HSL | hsl(290, 24%, 60%) | |
| CMYK | cmyk(5%, 28%, 0%, 31%) | |
| LAB | lab(59, 23, -20) | |
| OKLCH | oklch(0.65 0.087 321) |
Color harmonies
Tints & shades
Code snippets
color: #a97fb1;
background-color: #a97fb1;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-zinc-500 /* ≈ #71717b */
/* Flutter */
Color(0xFFA97FB1)
/* Swift / UIKit */
UIColor(red: 0.66, green: 0.50, blue: 0.69, alpha: 1.0)