Midnight Forest Color Palette
Near-black navy deepening into mossy greens, like a forest after dark.
Use as a gradient →
Colors
#0B132B
#1C2541
#3A5A40
#588157
#A3B18A
Contrast on Light & Dark Backgrounds
| Color | Hex | On White | On Black |
|---|---|---|---|
| #0B132B | T - | T - | |
| #1C2541 | T - | T - | |
| #3A5A40 | T - | T - | |
| #588157 | T - | T - | |
| #A3B18A | T - | T - |
Each circle shows the color as text on white and black, with a simulated WCAG AA pass/fail badge. Not a guarantee of accessibility compliance.
Midnight Forest CSS Code
HEX Copy
#0B132B #1C2541 #3A5A40 #588157 #A3B18A
RGBA Copy
rgba(11, 19, 43, 1.0) rgba(28, 37, 65, 1.0) rgba(58, 90, 64, 1.0) rgba(88, 129, 87, 1.0) rgba(163, 177, 138, 1.0)
HSLA Copy
hsla(225, 59%, 11%, 1.0) hsla(225, 40%, 18%, 1.0) hsla(131, 22%, 29%, 1.0) hsla(119, 19%, 42%, 1.0) hsla(82, 20%, 62%, 1.0)
More Color Palettes
FAQ
What colors are in the Midnight Forest palette?Near-black navy deepening into mossy greens, like a forest after dark.
How do I turn the Midnight Forest palette into a CSS gradient?
Use
background: linear-gradient(to right, #0B132B, #1C2541, #3A5A40, #588157, #A3B18A);, or click "Use as a gradient" above to open it in the live generator.