Night Watch
#3c4f4e
Night Watch, represented by the hex value #3c4f4e, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #3c4f4e | |
|---|---|---|
| RGB | rgb(60, 79, 78) | |
| HSL | hsl(177, 14%, 27%) | |
| CMYK | cmyk(24%, 0%, 1%, 69%) | |
| LAB | lab(32, -8, -2) | |
| OKLCH | oklch(0.41 0.024 192) |
Color harmonies
Tints & shades
Code snippets
color: #3c4f4e;
background-color: #3c4f4e;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF3C4F4E)
/* Swift / UIKit */
UIColor(red: 0.24, green: 0.31, blue: 0.31, alpha: 1.0)