Grenadine Pink
#ff616b
Grenadine Pink, represented by the hex value #ff616b, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #ff616b | |
|---|---|---|
| RGB | rgb(255, 97, 107) | |
| HSL | hsl(356, 100%, 69%) | |
| CMYK | cmyk(0%, 62%, 58%, 0%) | |
| LAB | lab(63, 62, 28) | |
| OKLCH | oklch(0.7 0.192 20) |
Color harmonies
Tints & shades
Code snippets
color: #ff616b;
background-color: #ff616b;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-rose-500 /* ≈ #ff2056 */
/* Flutter */
Color(0xFFFF616B)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.38, blue: 0.42, alpha: 1.0)