Berry Jam
#655883
Berry Jam is a color with the hex code #655883. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #655883 | |
|---|---|---|
| RGB | rgb(101, 88, 131) | |
| HSL | hsl(258, 20%, 43%) | |
| CMYK | cmyk(23%, 33%, 0%, 49%) | |
| LAB | lab(40, 13, -22) | |
| OKLCH | oklch(0.49 0.069 298) |
Color harmonies
Tints & shades
Code snippets
color: #655883;
background-color: #655883;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF655883)
/* Swift / UIKit */
UIColor(red: 0.40, green: 0.35, blue: 0.51, alpha: 1.0)