Cry of a Rose
#b23c5d
Cry of a Rose, represented by the hex value #b23c5d, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #b23c5d | |
|---|---|---|
| RGB | rgb(178, 60, 93) | |
| HSL | hsl(343, 50%, 47%) | |
| CMYK | cmyk(0%, 66%, 48%, 30%) | |
| LAB | lab(44, 50, 8) | |
| OKLCH | oklch(0.53 0.154 7) |
Color harmonies
Tints & shades
Code snippets
color: #b23c5d;
background-color: #b23c5d;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-rose-500 /* ≈ #ff2056 */
/* Flutter */
Color(0xFFB23C5D)
/* Swift / UIKit */
UIColor(red: 0.70, green: 0.24, blue: 0.36, alpha: 1.0)