Very Berry
#bb3381
Very Berry is a color with the hex code #bb3381. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #bb3381 | |
|---|---|---|
| RGB | rgb(187, 51, 129) | |
| HSL | hsl(326, 57%, 47%) | |
| CMYK | cmyk(0%, 73%, 31%, 27%) | |
| LAB | lab(45, 59, -12) | |
| OKLCH | oklch(0.55 0.187 350) |
Color harmonies
Tints & shades
Code snippets
color: #bb3381;
background-color: #bb3381;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-pink-500 /* ≈ #f6339a */
/* Flutter */
Color(0xFFBB3381)
/* Swift / UIKit */
UIColor(red: 0.73, green: 0.20, blue: 0.51, alpha: 1.0)