Vulcanised
#424443
Vulcanised is a color with the hex code #424443. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #424443 | |
|---|---|---|
| RGB | rgb(66, 68, 67) | |
| HSL | hsl(150, 1%, 26%) | |
| CMYK | cmyk(3%, 0%, 1%, 73%) | |
| LAB | lab(29, -1, 0) | |
| OKLCH | oklch(0.38 0.003 165) |
Color harmonies
Tints & shades
Code snippets
color: #424443;
background-color: #424443;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-zinc-500 /* ≈ #71717b */
/* Flutter */
Color(0xFF424443)
/* Swift / UIKit */
UIColor(red: 0.26, green: 0.27, blue: 0.26, alpha: 1.0)