Dark Forest
#556962
Dark Forest, represented by the hex value #556962, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #556962 | |
|---|---|---|
| RGB | rgb(85, 105, 98) | |
| HSL | hsl(159, 11%, 37%) | |
| CMYK | cmyk(19%, 0%, 7%, 59%) | |
| LAB | lab(43, -9, 1) | |
| OKLCH | oklch(0.5 0.026 172) |
Color harmonies
Tints & shades
Code snippets
color: #556962;
background-color: #556962;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-neutral-500 /* ≈ #737373 */
/* Flutter */
Color(0xFF556962)
/* Swift / UIKit */
UIColor(red: 0.33, green: 0.41, blue: 0.38, alpha: 1.0)