Ethereal Woods
#3e5e4e
Ethereal Woods, represented by the hex value #3e5e4e, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #3e5e4e | |
|---|---|---|
| RGB | rgb(62, 94, 78) | |
| HSL | hsl(150, 21%, 31%) | |
| CMYK | cmyk(34%, 0%, 17%, 63%) | |
| LAB | lab(37, -15, 5) | |
| OKLCH | oklch(0.45 0.046 162) |
Color harmonies
Tints & shades
Code snippets
color: #3e5e4e;
background-color: #3e5e4e;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-neutral-500 /* ≈ #737373 */
/* Flutter */
Color(0xFF3E5E4E)
/* Swift / UIKit */
UIColor(red: 0.24, green: 0.37, blue: 0.31, alpha: 1.0)