Vulcan
#36383c
Here's everything about the color Vulcan (#36383c) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #36383c | |
|---|---|---|
| RGB | rgb(54, 56, 60) | |
| HSL | hsl(220, 5%, 22%) | |
| CMYK | cmyk(10%, 7%, 0%, 76%) | |
| LAB | lab(23, 0, -3) | |
| OKLCH | oklch(0.34 0.007 264) |
Color harmonies
Tints & shades
Code snippets
color: #36383c;
background-color: #36383c;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF36383C)
/* Swift / UIKit */
UIColor(red: 0.21, green: 0.22, blue: 0.24, alpha: 1.0)