Crucible
#555b59
Crucible is a color with the hex code #555b59. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #555b59 | |
|---|---|---|
| RGB | rgb(85, 91, 89) | |
| HSL | hsl(160, 3%, 35%) | |
| CMYK | cmyk(7%, 0%, 2%, 64%) | |
| LAB | lab(38, -3, 0) | |
| OKLCH | oklch(0.47 0.008 174) |
Color harmonies
Tints & shades
Code snippets
color: #555b59;
background-color: #555b59;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-zinc-500 /* ≈ #71717b */
/* Flutter */
Color(0xFF555B59)
/* Swift / UIKit */
UIColor(red: 0.33, green: 0.36, blue: 0.35, alpha: 1.0)