Pine Scented Lagoon
#066f6c
Pine Scented Lagoon, represented by the hex value #066f6c, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #066f6c | |
|---|---|---|
| RGB | rgb(6, 111, 108) | |
| HSL | hsl(178, 90%, 23%) | |
| CMYK | cmyk(95%, 0%, 3%, 56%) | |
| LAB | lab(42, -28, -6) | |
| OKLCH | oklch(0.49 0.083 191) |
Color harmonies
Tints & shades
Code snippets
color: #066f6c;
background-color: #066f6c;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF066F6C)
/* Swift / UIKit */
UIColor(red: 0.02, green: 0.44, blue: 0.42, alpha: 1.0)