Dark as Night
#495252
Dark as Night, represented by the hex value #495252, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #495252 | |
|---|---|---|
| RGB | rgb(73, 82, 82) | |
| HSL | hsl(180, 6%, 30%) | |
| CMYK | cmyk(11%, 0%, 0%, 68%) | |
| LAB | lab(34, -4, -1) | |
| OKLCH | oklch(0.43 0.011 197) |
Color harmonies
Tints & shades
Code snippets
color: #495252;
background-color: #495252;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF495252)
/* Swift / UIKit */
UIColor(red: 0.29, green: 0.32, blue: 0.32, alpha: 1.0)