Soul Anchor
#5c1c39
Looking for the precise values behind Soul Anchor (#5c1c39)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #5c1c39 | |
|---|---|---|
| RGB | rgb(92, 28, 57) | |
| HSL | hsl(333, 53%, 24%) | |
| CMYK | cmyk(0%, 70%, 38%, 64%) | |
| LAB | lab(22, 32, -2) | |
| OKLCH | oklch(0.34 0.099 356) |
Color harmonies
Tints & shades
Code snippets
color: #5c1c39;
background-color: #5c1c39;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-zinc-500 /* ≈ #71717b */
/* Flutter */
Color(0xFF5C1C39)
/* Swift / UIKit */
UIColor(red: 0.36, green: 0.11, blue: 0.22, alpha: 1.0)