Pitch Black
#483c41
Pitch Black is a color with the hex code #483c41. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #483c41 | |
|---|---|---|
| RGB | rgb(72, 60, 65) | |
| HSL | hsl(335, 9%, 26%) | |
| CMYK | cmyk(0%, 17%, 10%, 72%) | |
| LAB | lab(27, 6, -1) | |
| OKLCH | oklch(0.37 0.019 351) |
Color harmonies
Tints & shades
Code snippets
color: #483c41;
background-color: #483c41;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-zinc-500 /* ≈ #71717b */
/* Flutter */
Color(0xFF483C41)
/* Swift / UIKit */
UIColor(red: 0.28, green: 0.24, blue: 0.25, alpha: 1.0)