Witchcraft
#474c50
Witchcraft is a color with the hex code #474c50. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #474c50 | |
|---|---|---|
| RGB | rgb(71, 76, 80) | |
| HSL | hsl(207, 6%, 30%) | |
| CMYK | cmyk(11%, 5%, 0%, 69%) | |
| LAB | lab(32, -1, -3) | |
| OKLCH | oklch(0.41 0.009 242) |
Color harmonies
Tints & shades
Code snippets
color: #474c50;
background-color: #474c50;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF474C50)
/* Swift / UIKit */
UIColor(red: 0.28, green: 0.30, blue: 0.31, alpha: 1.0)