Passion Potion
#e398af
Looking for the precise values behind Passion Potion (#e398af)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #e398af | |
|---|---|---|
| RGB | rgb(227, 152, 175) | |
| HSL | hsl(342, 57%, 74%) | |
| CMYK | cmyk(0%, 33%, 23%, 11%) | |
| LAB | lab(71, 31, 0) | |
| OKLCH | oklch(0.76 0.094 360) |
Color harmonies
Tints & shades
Code snippets
color: #e398af;
background-color: #e398af;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-amber-500 /* ≈ #fe9a00 */
/* Flutter */
Color(0xFFE398AF)
/* Swift / UIKit */
UIColor(red: 0.89, green: 0.60, blue: 0.69, alpha: 1.0)