Storm Is Coming
#3d3d63
Storm Is Coming, represented by the hex value #3d3d63, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #3d3d63 | |
|---|---|---|
| RGB | rgb(61, 61, 99) | |
| HSL | hsl(240, 24%, 31%) | |
| CMYK | cmyk(38%, 38%, 0%, 61%) | |
| LAB | lab(27, 8, -23) | |
| OKLCH | oklch(0.38 0.064 283) |
Color harmonies
Tints & shades
Code snippets
color: #3d3d63;
background-color: #3d3d63;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF3D3D63)
/* Swift / UIKit */
UIColor(red: 0.24, green: 0.24, blue: 0.39, alpha: 1.0)