Inkwell Inception
#1e1e21
Inkwell Inception, represented by the hex value #1e1e21, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #1e1e21 | |
|---|---|---|
| RGB | rgb(30, 30, 33) | |
| HSL | hsl(240, 5%, 12%) | |
| CMYK | cmyk(9%, 9%, 0%, 87%) | |
| LAB | lab(11, 1, -2) | |
| OKLCH | oklch(0.24 0.006 286) |
Color harmonies
Tints & shades
Code snippets
color: #1e1e21;
background-color: #1e1e21;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF1E1E21)
/* Swift / UIKit */
UIColor(red: 0.12, green: 0.12, blue: 0.13, alpha: 1.0)