Lacquered Liquorice
#383838
Lacquered Liquorice, represented by the hex value #383838, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #383838 | |
|---|---|---|
| RGB | rgb(56, 56, 56) | |
| HSL | hsl(0, 0%, 22%) | |
| CMYK | cmyk(0%, 0%, 0%, 78%) | |
| LAB | lab(24, 0, 0) | |
| OKLCH | oklch(0.34 0 0) |
Color harmonies
Tints & shades
Code snippets
color: #383838;
background-color: #383838;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-zinc-500 /* ≈ #71717b */
/* Flutter */
Color(0xFF383838)
/* Swift / UIKit */
UIColor(red: 0.22, green: 0.22, blue: 0.22, alpha: 1.0)