Dark Space
#414a4c
Dark Space is a color with the hex code #414a4c. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #414a4c | |
|---|---|---|
| RGB | rgb(65, 74, 76) | |
| HSL | hsl(191, 8%, 28%) | |
| CMYK | cmyk(14%, 3%, 0%, 70%) | |
| LAB | lab(31, -3, -2) | |
| OKLCH | oklch(0.4 0.012 213) |
Color harmonies
Tints & shades
Code snippets
color: #414a4c;
background-color: #414a4c;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF414A4C)
/* Swift / UIKit */
UIColor(red: 0.25, green: 0.29, blue: 0.30, alpha: 1.0)