Twilight Zone
#191916
Twilight Zone is a color with the hex code #191916. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #191916 | |
|---|---|---|
| RGB | rgb(25, 25, 22) | |
| HSL | hsl(60, 6%, 9%) | |
| CMYK | cmyk(0%, 0%, 12%, 90%) | |
| LAB | lab(9, -1, 2) | |
| OKLCH | oklch(0.21 0.006 107) |
Color harmonies
Tints & shades
Code snippets
color: #191916;
background-color: #191916;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF191916)
/* Swift / UIKit */
UIColor(red: 0.10, green: 0.10, blue: 0.09, alpha: 1.0)