Shot in the Dark
#1d0d1d
Looking for the precise values behind Shot in the Dark (#1d0d1d)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #1d0d1d | |
|---|---|---|
| RGB | rgb(29, 13, 29) | |
| HSL | hsl(300, 38%, 8%) | |
| CMYK | cmyk(0%, 55%, 0%, 89%) | |
| LAB | lab(6, 10, -7) | |
| OKLCH | oklch(0.19 0.04 327) |
Color harmonies
Tints & shades
Code snippets
color: #1d0d1d;
background-color: #1d0d1d;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF1D0D1D)
/* Swift / UIKit */
UIColor(red: 0.11, green: 0.05, blue: 0.11, alpha: 1.0)