Indie Go
#2e2364
Looking for the precise values behind Indie Go (#2e2364)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #2e2364 | |
|---|---|---|
| RGB | rgb(46, 35, 100) | |
| HSL | hsl(250, 48%, 26%) | |
| CMYK | cmyk(54%, 65%, 0%, 61%) | |
| LAB | lab(18, 20, -37) | |
| OKLCH | oklch(0.31 0.11 286) |
Color harmonies
Tints & shades
Code snippets
color: #2e2364;
background-color: #2e2364;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-slate-500 /* ≈ #62748e */
/* Flutter */
Color(0xFF2E2364)
/* Swift / UIKit */
UIColor(red: 0.18, green: 0.14, blue: 0.39, alpha: 1.0)