Cupid
#f5b2c5
Cupid is a color with the hex code #f5b2c5. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #f5b2c5 | |
|---|---|---|
| RGB | rgb(245, 178, 197) | |
| HSL | hsl(343, 77%, 83%) | |
| CMYK | cmyk(0%, 27%, 20%, 4%) | |
| LAB | lab(79, 27, 1) | |
| OKLCH | oklch(0.83 0.081 0) |
Color harmonies
Tints & shades
Code snippets
color: #f5b2c5;
background-color: #f5b2c5;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-amber-500 /* ≈ #fe9a00 */
/* Flutter */
Color(0xFFF5B2C5)
/* Swift / UIKit */
UIColor(red: 0.96, green: 0.70, blue: 0.77, alpha: 1.0)