Moonlit Forest
#3e6d6a
Moonlit Forest, represented by the hex value #3e6d6a, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #3e6d6a | |
|---|---|---|
| RGB | rgb(62, 109, 106) | |
| HSL | hsl(176, 27%, 34%) | |
| CMYK | cmyk(43%, 0%, 3%, 57%) | |
| LAB | lab(43, -17, -4) | |
| OKLCH | oklch(0.5 0.052 190) |
Color harmonies
Tints & shades
Code snippets
color: #3e6d6a;
background-color: #3e6d6a;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF3E6D6A)
/* Swift / UIKit */
UIColor(red: 0.24, green: 0.43, blue: 0.42, alpha: 1.0)