Pomegranate
#b53d45
Pomegranate is a color with the hex code #b53d45. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #b53d45 | |
|---|---|---|
| RGB | rgb(181, 61, 69) | |
| HSL | hsl(356, 50%, 47%) | |
| CMYK | cmyk(0%, 66%, 62%, 29%) | |
| LAB | lab(44, 50, 23) | |
| OKLCH | oklch(0.53 0.155 20) |
Color harmonies
Tints & shades
Code snippets
color: #b53d45;
background-color: #b53d45;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFB53D45)
/* Swift / UIKit */
UIColor(red: 0.71, green: 0.24, blue: 0.27, alpha: 1.0)