Raspberry Romantic
#972b51
Looking for the precise values behind Raspberry Romantic (#972b51)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #972b51 | |
|---|---|---|
| RGB | rgb(151, 43, 81) | |
| HSL | hsl(339, 56%, 38%) | |
| CMYK | cmyk(0%, 72%, 46%, 41%) | |
| LAB | lab(36, 47, 4) | |
| OKLCH | oklch(0.47 0.146 3) |
Color harmonies
Tints & shades
Code snippets
color: #972b51;
background-color: #972b51;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF972B51)
/* Swift / UIKit */
UIColor(red: 0.59, green: 0.17, blue: 0.32, alpha: 1.0)