Night Demons
#201b20
Night Demons is a color with the hex code #201b20. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #201b20 | |
|---|---|---|
| RGB | rgb(32, 27, 32) | |
| HSL | hsl(300, 8%, 12%) | |
| CMYK | cmyk(0%, 16%, 0%, 87%) | |
| LAB | lab(11, 3, -3) | |
| OKLCH | oklch(0.23 0.012 326) |
Color harmonies
Tints & shades
Code snippets
color: #201b20;
background-color: #201b20;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF201B20)
/* Swift / UIKit */
UIColor(red: 0.13, green: 0.11, blue: 0.13, alpha: 1.0)