Fabric of Space
#341758
Looking for the precise values behind Fabric of Space (#341758)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #341758 | |
|---|---|---|
| RGB | rgb(52, 23, 88) | |
| HSL | hsl(267, 59%, 22%) | |
| CMYK | cmyk(41%, 74%, 0%, 65%) | |
| LAB | lab(15, 26, -34) | |
| OKLCH | oklch(0.29 0.111 300) |
Color harmonies
Tints & shades
Code snippets
color: #341758;
background-color: #341758;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF341758)
/* Swift / UIKit */
UIColor(red: 0.20, green: 0.09, blue: 0.35, alpha: 1.0)