Soulless
#1b150d
Soulless is a color with the hex code #1b150d. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #1b150d | |
|---|---|---|
| RGB | rgb(27, 21, 13) | |
| HSL | hsl(34, 35%, 8%) | |
| CMYK | cmyk(0%, 22%, 52%, 89%) | |
| LAB | lab(7, 2, 5) | |
| OKLCH | oklch(0.2 0.018 74) |
Color harmonies
Tints & shades
Code snippets
color: #1b150d;
background-color: #1b150d;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-zinc-500 /* ≈ #71717b */
/* Flutter */
Color(0xFF1B150D)
/* Swift / UIKit */
UIColor(red: 0.11, green: 0.08, blue: 0.05, alpha: 1.0)