Obsidian Shard
#060313
Obsidian Shard, represented by the hex value #060313, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #060313 | |
|---|---|---|
| RGB | rgb(6, 3, 19) | |
| HSL | hsl(251, 73%, 4%) | |
| CMYK | cmyk(68%, 84%, 0%, 93%) | |
| LAB | lab(1, 3, -7) | |
| OKLCH | oklch(0.12 0.04 291) |
Color harmonies
Tints & shades
Code snippets
color: #060313;
background-color: #060313;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF060313)
/* Swift / UIKit */
UIColor(red: 0.02, green: 0.01, blue: 0.07, alpha: 1.0)