Raging Thunderstorm
#004f63
Raging Thunderstorm, represented by the hex value #004f63, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #004f63 | |
|---|---|---|
| RGB | rgb(0, 79, 99) | |
| HSL | hsl(192, 100%, 19%) | |
| CMYK | cmyk(100%, 20%, 0%, 61%) | |
| LAB | lab(30, -16, -18) | |
| OKLCH | oklch(0.4 0.073 222) |
Color harmonies
Tints & shades
Code snippets
color: #004f63;
background-color: #004f63;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-slate-500 /* ≈ #62748e */
/* Flutter */
Color(0xFF004F63)
/* Swift / UIKit */
UIColor(red: 0.00, green: 0.31, blue: 0.39, alpha: 1.0)