Inkblot
#393f4b
Inkblot, represented by the hex value #393f4b, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #393f4b | |
|---|---|---|
| RGB | rgb(57, 63, 75) | |
| HSL | hsl(220, 14%, 26%) | |
| CMYK | cmyk(24%, 16%, 0%, 71%) | |
| LAB | lab(26, 0, -8) | |
| OKLCH | oklch(0.37 0.022 264) |
Color harmonies
Tints & shades
Code snippets
color: #393f4b;
background-color: #393f4b;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF393F4B)
/* Swift / UIKit */
UIColor(red: 0.22, green: 0.25, blue: 0.29, alpha: 1.0)