Sweetheart
#f3c3d8
Sweetheart is a color with the hex code #f3c3d8. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #f3c3d8 | |
|---|---|---|
| RGB | rgb(243, 195, 216) | |
| HSL | hsl(334, 67%, 86%) | |
| CMYK | cmyk(0%, 20%, 11%, 5%) | |
| LAB | lab(84, 20, -4) | |
| OKLCH | oklch(0.87 0.061 350) |
Color harmonies
Tints & shades
Code snippets
color: #f3c3d8;
background-color: #f3c3d8;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF3C3D8)
/* Swift / UIKit */
UIColor(red: 0.95, green: 0.76, blue: 0.85, alpha: 1.0)