Diesel
#322c2b
Here's everything about the color Diesel (#322c2b) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #322c2b | |
|---|---|---|
| RGB | rgb(50, 44, 43) | |
| HSL | hsl(9, 8%, 18%) | |
| CMYK | cmyk(0%, 12%, 14%, 80%) | |
| LAB | lab(19, 3, 2) | |
| OKLCH | oklch(0.3 0.009 29) |
Color harmonies
Tints & shades
Code snippets
color: #322c2b;
background-color: #322c2b;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-zinc-500 /* ≈ #71717b */
/* Flutter */
Color(0xFF322C2B)
/* Swift / UIKit */
UIColor(red: 0.20, green: 0.17, blue: 0.17, alpha: 1.0)