Dark Secret
#3e5361
Dark Secret, represented by the hex value #3e5361, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #3e5361 | |
|---|---|---|
| RGB | rgb(62, 83, 97) | |
| HSL | hsl(204, 22%, 31%) | |
| CMYK | cmyk(36%, 14%, 0%, 62%) | |
| LAB | lab(34, -5, -11) | |
| OKLCH | oklch(0.43 0.035 238) |
Color harmonies
Tints & shades
Code snippets
color: #3e5361;
background-color: #3e5361;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF3E5361)
/* Swift / UIKit */
UIColor(red: 0.24, green: 0.33, blue: 0.38, alpha: 1.0)