Obsidian
#445055
Obsidian, represented by the hex value #445055, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #445055 | |
|---|---|---|
| RGB | rgb(68, 80, 85) | |
| HSL | hsl(198, 11%, 30%) | |
| CMYK | cmyk(20%, 6%, 0%, 67%) | |
| LAB | lab(33, -4, -5) | |
| OKLCH | oklch(0.42 0.017 225) |
Color harmonies
Tints & shades
Code snippets
color: #445055;
background-color: #445055;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF445055)
/* Swift / UIKit */
UIColor(red: 0.27, green: 0.31, blue: 0.33, alpha: 1.0)