Grape
#6c3461
Grape is a color with the hex code #6c3461. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #6c3461 | |
|---|---|---|
| RGB | rgb(108, 52, 97) | |
| HSL | hsl(312, 35%, 31%) | |
| CMYK | cmyk(0%, 52%, 10%, 58%) | |
| LAB | lab(31, 30, -15) | |
| OKLCH | oklch(0.42 0.1 335) |
Color harmonies
Tints & shades
Code snippets
color: #6c3461;
background-color: #6c3461;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-zinc-500 /* ≈ #71717b */
/* Flutter */
Color(0xFF6C3461)
/* Swift / UIKit */
UIColor(red: 0.42, green: 0.20, blue: 0.38, alpha: 1.0)