Dark Rift
#060b14
Dark Rift, represented by the hex value #060b14, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #060b14 | |
|---|---|---|
| RGB | rgb(6, 11, 20) | |
| HSL | hsl(219, 54%, 5%) | |
| CMYK | cmyk(70%, 45%, 0%, 92%) | |
| LAB | lab(3, 0, -5) | |
| OKLCH | oklch(0.15 0.022 260) |
Color harmonies
Tints & shades
Code snippets
color: #060b14;
background-color: #060b14;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF060B14)
/* Swift / UIKit */
UIColor(red: 0.02, green: 0.04, blue: 0.08, alpha: 1.0)