Software & SaaS
MongoDB Color Codes
MongoDB's colors are Spring Green #00ED64, Forest Green #00684A and Slate Blue #001E2B. The MongoDB color codes in Hex, RGB and CMYK can be found below. The database was built from 2007 by a company then called 10gen, which renamed itself after the product in 2013. Mongo is short for humongous.
Primary colors
What are MongoDB Primary Colors?
MongoDB's primary color is Spring Green #00ED64, with Forest Green and Slate Blue behind it.
MongoDB publishes these names and values in its own design system, so the hex codes here are published rather than sampled.
MongoDB Spring Green
| Hex | #00ED64 |
|---|---|
| RGB | 0, 237, 100 |
| HSL | hsl(145, 100%, 46%) |
| CMYK | 100%, 0%, 58%, 7%converted · approximate |
| Pantone | PMS 802 Cnearest match · not published by the brand |
MongoDB Forest Green
| Hex | #00684A |
|---|---|
| RGB | 0, 104, 74 |
| HSL | hsl(163, 100%, 20%) |
| CMYK | 100%, 0%, 29%, 59%converted · approximate |
| Pantone | PMS 3425 Cnearest match · not published by the brand |
MongoDB Slate Blue
| Hex | #001E2B |
|---|---|
| RGB | 0, 30, 43 |
| HSL | hsl(198, 100%, 8%) |
| CMYK | 100%, 30%, 0%, 83%converted · approximate |
| Pantone | PMS 5395 Cnearest match · not published by the brand |
MongoDB Hex Color Codes
MongoDB hex color codes are #00ED64 for spring green, #00684A for forest green and #001E2B for slate blue.
| Color | Hex |
|---|---|
| Spring Green | #00ED64 |
| Forest Green | #00684A |
| Slate Blue | #001E2B |
MongoDB RGB Color Codes
MongoDB RGB color codes are 0, 237, 100 for spring green, 0, 104, 74 for forest green and 0, 30, 43 for slate blue. Reach for RGB when a tool wants channel numbers or a CSS alpha value.
| Color | RGB |
|---|---|
| Spring Green | rgb(0, 237, 100) |
| Forest Green | rgb(0, 104, 74) |
| Slate Blue | rgb(0, 30, 43) |
MongoDB HSL Color Codes
MongoDB HSL color codes are 145, 100%, 46% for spring green, 163, 100%, 20% for forest green and 198, 100%, 8% for slate blue. Change the third value for a lighter or darker version without moving the hue.
| Color | HSL |
|---|---|
| Spring Green | hsl(145, 100%, 46%) |
| Forest Green | hsl(163, 100%, 20%) |
| Slate Blue | hsl(198, 100%, 8%) |
MongoDB CMYK Color Code
MongoDB CMYK color codes are conversions from the hex, because the brand publishes none. Check a printed proof before a full run.
| Color | CMYK |
|---|---|
| Spring Green | 100%, 0%, 58%, 7% |
| Forest Green | 100%, 0%, 29%, 59% |
| Slate Blue | 100%, 30%, 0%, 83% |
MongoDB Pantone Color Codes
MongoDB Pantone color codes are nearest matches by color distance, not brand specs. The table shows the closest swatch for every color.
| Color | Nearest Pantone |
|---|---|
| Spring Green | PMS 802 C |
| Forest Green | PMS 3425 C |
| Slate Blue | PMS 5395 C |
Logo
MongoDB Logo Colors
MongoDB logo colors are two greens on the leaf and a slate blue on the wordmark.
MongoDB Logo Colors Palette
What the MongoDB Logo Colors Mean?
The MongoDB logo colors were chosen against a category. Databases had been blue for decades, Oracle red being the loud exception, and a green leaf reads as growth and as something living rather than as enterprise infrastructure. Two greens give the leaf a shaded side without a gradient. Watch the values if you are matching from an older asset: the pre-2023 palette used #13AA52 and #10AA50, and a generic #47A248 circulates on aggregator sites that MongoDB has never published.
MongoDB Logo Color History
MongoDB logo color history has one clear break, at the 2023 brand refresh, when the older mid greens were replaced by the much brighter Spring Green #00ED64 and the near-black Slate Blue #001E2B. The leaf shape survived. The bigger change of that era was not visual at all: in November 2018 the license moved from AGPL 3.0 to the SSPL.
MongoDB Logo JPG
MongoDB logo in JPG. No transparency, so it is flattened onto white. Safe for documents and slide decks.
MongoDB Logo PNG
MongoDB logo in PNG, with a transparent background. Use it over a colored surface.
MongoDB Logo WebP
MongoDB logo in WebP. Same transparency as the PNG at about a third of the file size.
MongoDB Color Code Shades
MongoDB color code shades step evenly from the primary toward black, for hover states, borders and shadows.
These are interface steps, not MongoDB paint or trim names.
In code
Using the MongoDB palette
CSS custom properties
:root {
--mongodb-spring-green: #00ED64;
--mongodb-forest-green: #00684A;
--mongodb-slate-blue: #001E2B;
}
Contrast against white
| Spring Green | 1.58:1AA × |
|---|---|
| Forest Green | 6.82:1AA ✓ |
| Slate Blue | 17.20:1AA ✓ |
Brand colors are chosen for recognition, not for legibility. A failing value here is normal. It means use it as a fill, not as text.