First Love
#cf758a
Looking for the precise values behind First Love (#cf758a)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #cf758a | |
|---|---|---|
| RGB | rgb(207, 117, 138) | |
| HSL | hsl(346, 48%, 64%) | |
| CMYK | cmyk(0%, 43%, 33%, 19%) | |
| LAB | lab(60, 38, 5) | |
| OKLCH | oklch(0.67 0.115 6) |
Color harmonies
Tints & shades
Code snippets
color: #cf758a;
background-color: #cf758a;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-pink-500 /* ≈ #f6339a */
/* Flutter */
Color(0xFFCF758A)
/* Swift / UIKit */
UIColor(red: 0.81, green: 0.46, blue: 0.54, alpha: 1.0)