Tempest in a Teapot
#303a40
Tempest in a Teapot, represented by the hex value #303a40, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #303a40 | |
|---|---|---|
| RGB | rgb(48, 58, 64) | |
| HSL | hsl(203, 14%, 22%) | |
| CMYK | cmyk(25%, 9%, 0%, 75%) | |
| LAB | lab(24, -3, -5) | |
| OKLCH | oklch(0.34 0.017 234) |
Color harmonies
Tints & shades
Code snippets
color: #303a40;
background-color: #303a40;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF303A40)
/* Swift / UIKit */
UIColor(red: 0.19, green: 0.23, blue: 0.25, alpha: 1.0)