Deep Pool Teal
#366d68
Deep Pool Teal, represented by the hex value #366d68, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #366d68 | |
|---|---|---|
| RGB | rgb(54, 109, 104) | |
| HSL | hsl(175, 34%, 32%) | |
| CMYK | cmyk(50%, 0%, 5%, 57%) | |
| LAB | lab(42, -20, -3) | |
| OKLCH | oklch(0.5 0.059 188) |
Color harmonies
Tints & shades
Code snippets
color: #366d68;
background-color: #366d68;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF366D68)
/* Swift / UIKit */
UIColor(red: 0.21, green: 0.43, blue: 0.41, alpha: 1.0)