Find Color Codes

Logistics & Delivery

Instacart Color Codes

Instacart works in a green, hex #0AAD0A, with a dark green, hex #003D29, and an orange, hex #FF7009. The Instacart color codes in Hex, RGB and CMYK can be found below. Apoorva Mehta, a former Amazon engineer, started it in 2012 after a long run of failed ideas, hiring shoppers to pick and deliver groceries from stores that had no delivery of their own. Its nearest peer on this site is DoorDash.

The Instacart logo, shown for identification
The Instacart logo, shown for identification. Instacart is a trademark of its owner and this site is not affiliated with it.

Primary colors

What are Instacart Primary Colors?

Instacart's primary colors are green #0AAD0A, dark green #003D29, orange #FF7009.

Instacart publishes a brand system; the values shown are the 2022 greens and orange.

Instacart Green

Hex#0AAD0A
RGB10, 173, 10
HSLhsl(120, 89%, 36%)
CMYK94%, 0%, 94%, 32%converted · approximate
PantonePMS 361 Cnearest match · not published by the brand

Instacart Dark Green

Hex#003D29
RGB0, 61, 41
HSLhsl(160, 100%, 12%)
CMYK100%, 0%, 33%, 76%converted · approximate
PantonePMS 3435 Cnearest match · not published by the brand

Instacart Orange

Hex#FF7009
RGB255, 112, 9
HSLhsl(25, 100%, 52%)
CMYK0%, 56%, 96%, 0%converted · approximate
PantonePMS 1585 Cnearest match · not published by the brand

Instacart Hex Color Codes

Instacart hex color codes are #0AAD0A for green, #003D29 for dark green and #FF7009 for orange.

ColorHex
Green #0AAD0A
Dark Green #003D29
Orange #FF7009

Instacart RGB Color Codes

Instacart RGB color codes are 10, 173, 10 for green, 0, 61, 41 for dark green and 255, 112, 9 for orange. Reach for RGB when a tool wants channel numbers or a CSS alpha value.

ColorRGB
Green rgb(10, 173, 10)
Dark Green rgb(0, 61, 41)
Orange rgb(255, 112, 9)

Instacart HSL Color Codes

Instacart HSL color codes are 120, 89%, 36% for green, 160, 100%, 12% for dark green and 25, 100%, 52% for orange. Change the third value for a lighter or darker version without moving the hue.

ColorHSL
Green hsl(120, 89%, 36%)
Dark Green hsl(160, 100%, 12%)
Orange hsl(25, 100%, 52%)

Instacart CMYK Color Code

Instacart CMYK color codes are conversions from the hex, because the brand publishes none. Check a printed proof before a full run.

ColorCMYK
Green 94%, 0%, 94%, 32%
Dark Green 100%, 0%, 33%, 76%
Orange 0%, 56%, 96%, 0%

Instacart Pantone Color Codes

Instacart Pantone color codes are nearest matches by color distance, not brand specs. The table shows the closest swatch for every color.

ColorNearest Pantone
Green PMS 361 C
Dark Green PMS 3435 C
Orange PMS 1585 C

Logo

Instacart Logo Colors

Instacart logo colors are a bright green carrot mark with an orange top, over a dark-green wordmark.

Instacart Logo Colors Palette

What the Instacart Logo Colors Mean?

The Instacart greens got a full redraw in 2022. The mark became a carrot built from a shopping-bag shape, the leaf and body in bright green, the crown in orange; the dark forest green anchors the wordmark. The point was to look less like a tech logo and more like something from the produce aisle, which is the business.

Instacart Logo Color History

Instacart logo color history moved once. The pre-2022 identity was a single flat green and a plain wordmark; the redesign kept green as the family but split it into two and added the orange carrot top.

Instacart Logo Fonts

Instacart logo fonts are a custom sans, sturdy with a slightly rounded finish. A face like Circular or Graphik is the nearest match.

Instacart Logo JPG

Instacart logo in JPG. No transparency, so it is flattened onto white. Safe for documents and slide decks.

Instacart logo, JPG format
Download JPG Trademark of its owner, shown for identification.

Instacart Logo PNG

Instacart logo in PNG, with a transparent background. Use it over a colored surface.

Instacart logo, PNG format
Download PNG Trademark of its owner, shown for identification.

Instacart Logo WebP

Instacart logo in WebP. Same transparency as the PNG at about a third of the file size.

Instacart logo, WEBP format
Download WEBP Trademark of its owner, shown for identification.

Instacart Color Code Shades

Instacart color code shades step evenly from the primary toward black, for hover states, borders and shadows.

These are interface steps, not Instacart paint or trim names.

In code

Using the Instacart palette

CSS custom properties

:root {
  --instacart-green: #0AAD0A;
  --instacart-dark-green: #003D29;
  --instacart-orange: #FF7009;
}

Contrast against white

Green 3.00:1AA ×
Dark Green 12.36:1AA ✓
Orange 2.77: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.