Strawberry Memory
#e2958d
Strawberry Memory is a color with the hex code #e2958d. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #e2958d | |
|---|---|---|
| RGB | rgb(226, 149, 141) | |
| HSL | hsl(6, 59%, 72%) | |
| CMYK | cmyk(0%, 34%, 38%, 11%) | |
| LAB | lab(70, 29, 17) | |
| OKLCH | oklch(0.74 0.094 26) |
Color harmonies
Tints & shades
Code snippets
color: #e2958d;
background-color: #e2958d;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-amber-500 /* ≈ #fe9a00 */
/* Flutter */
Color(0xFFE2958D)
/* Swift / UIKit */
UIColor(red: 0.89, green: 0.58, blue: 0.55, alpha: 1.0)