Cranberry Splash
#da5265
Cranberry Splash is a color with the hex code #da5265. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #da5265 | |
|---|---|---|
| RGB | rgb(218, 82, 101) | |
| HSL | hsl(352, 65%, 59%) | |
| CMYK | cmyk(0%, 62%, 54%, 15%) | |
| LAB | lab(54, 55, 19) | |
| OKLCH | oklch(0.62 0.17 15) |
Color harmonies
Tints & shades
Code snippets
color: #da5265;
background-color: #da5265;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFDA5265)
/* Swift / UIKit */
UIColor(red: 0.85, green: 0.32, blue: 0.40, alpha: 1.0)