Great Void
#3b5760
Great Void, represented by the hex value #3b5760, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #3b5760 | |
|---|---|---|
| RGB | rgb(59, 87, 96) | |
| HSL | hsl(195, 24%, 30%) | |
| CMYK | cmyk(39%, 9%, 0%, 62%) | |
| LAB | lab(35, -9, -9) | |
| OKLCH | oklch(0.44 0.036 220) |
Color harmonies
Tints & shades
Code snippets
color: #3b5760;
background-color: #3b5760;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF3B5760)
/* Swift / UIKit */
UIColor(red: 0.23, green: 0.34, blue: 0.38, alpha: 1.0)