Nightmare Fuel
#293135
Nightmare Fuel, represented by the hex value #293135, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #293135 | |
|---|---|---|
| RGB | rgb(41, 49, 53) | |
| HSL | hsl(200, 13%, 18%) | |
| CMYK | cmyk(23%, 8%, 0%, 79%) | |
| LAB | lab(20, -3, -4) | |
| OKLCH | oklch(0.31 0.013 229) |
Color harmonies
Tints & shades
Code snippets
color: #293135;
background-color: #293135;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF293135)
/* Swift / UIKit */
UIColor(red: 0.16, green: 0.19, blue: 0.21, alpha: 1.0)