Eigengrau
#16161d
Eigengrau is a color with the hex code #16161d. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #16161d | |
|---|---|---|
| RGB | rgb(22, 22, 29) | |
| HSL | hsl(240, 14%, 10%) | |
| CMYK | cmyk(24%, 24%, 0%, 89%) | |
| LAB | lab(7, 1, -5) | |
| OKLCH | oklch(0.2 0.014 285) |
Color harmonies
Tints & shades
Code snippets
color: #16161d;
background-color: #16161d;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF16161D)
/* Swift / UIKit */
UIColor(red: 0.09, green: 0.09, blue: 0.11, alpha: 1.0)