Nightmare
#112211
Here's everything about the color Nightmare (#112211) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #112211 | |
|---|---|---|
| RGB | rgb(17, 34, 17) | |
| HSL | hsl(120, 33%, 10%) | |
| CMYK | cmyk(50%, 0%, 50%, 87%) | |
| LAB | lab(11, -11, 9) | |
| OKLCH | oklch(0.23 0.039 144) |
Color harmonies
Tints & shades
Code snippets
color: #112211;
background-color: #112211;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF112211)
/* Swift / UIKit */
UIColor(red: 0.07, green: 0.13, blue: 0.07, alpha: 1.0)