Raspberry Mousse
#e06f8b
Raspberry Mousse is a color with the hex code #e06f8b. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #e06f8b | |
|---|---|---|
| RGB | rgb(224, 111, 139) | |
| HSL | hsl(345, 65%, 66%) | |
| CMYK | cmyk(0%, 50%, 38%, 12%) | |
| LAB | lab(61, 47, 6) | |
| OKLCH | oklch(0.68 0.143 6) |
Color harmonies
Tints & shades
Code snippets
color: #e06f8b;
background-color: #e06f8b;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-pink-500 /* ≈ #f6339a */
/* Flutter */
Color(0xFFE06F8B)
/* Swift / UIKit */
UIColor(red: 0.88, green: 0.44, blue: 0.55, alpha: 1.0)