Dark & Stormy
#353f51
Dark & Stormy is a color with the hex code #353f51. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #353f51 | |
|---|---|---|
| RGB | rgb(53, 63, 81) | |
| HSL | hsl(219, 21%, 26%) | |
| CMYK | cmyk(35%, 22%, 0%, 68%) | |
| LAB | lab(26, 0, -12) | |
| OKLCH | oklch(0.37 0.034 262) |
Color harmonies
Tints & shades
Code snippets
color: #353f51;
background-color: #353f51;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF353F51)
/* Swift / UIKit */
UIColor(red: 0.21, green: 0.25, blue: 0.32, alpha: 1.0)