Galactic Grapevine
#6b327b
Looking for the precise values behind Galactic Grapevine (#6b327b)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #6b327b | |
|---|---|---|
| RGB | rgb(107, 50, 123) | |
| HSL | hsl(287, 42%, 34%) | |
| CMYK | cmyk(13%, 59%, 0%, 52%) | |
| LAB | lab(31, 35, -31) | |
| OKLCH | oklch(0.42 0.13 318) |
Color harmonies
Tints & shades
Code snippets
color: #6b327b;
background-color: #6b327b;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF6B327B)
/* Swift / UIKit */
UIColor(red: 0.42, green: 0.20, blue: 0.48, alpha: 1.0)