Onyx
#464544
Onyx, represented by the hex value #464544, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #464544 | |
|---|---|---|
| RGB | rgb(70, 69, 68) | |
| HSL | hsl(30, 1%, 27%) | |
| CMYK | cmyk(0%, 1%, 3%, 73%) | |
| LAB | lab(29, 0, 1) | |
| OKLCH | oklch(0.39 0.002 68) |
Color harmonies
Tints & shades
Code snippets
color: #464544;
background-color: #464544;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-zinc-500 /* ≈ #71717b */
/* Flutter */
Color(0xFF464544)
/* Swift / UIKit */
UIColor(red: 0.27, green: 0.27, blue: 0.27, alpha: 1.0)