Home · Branding · Zepto

Zepto Brand Identity

A complete profile of Zepto's visual system — colors, typography, components, and personality — extracted from https://www.zeptonow.com/. Built for designers, agents, and AI tools.

Download JSON
Primary
#F9105E
Accent
#F9105E
Body Font
Zepto Norms
Heading
Zepto Norms

Color Palette

Brand palette extracted from https://www.zeptonow.com/.

primary
#F9105E
rgb(249, 16, 94)
accent
#F9105E
rgb(249, 16, 94)
background
#FFFFFF
rgb(255, 255, 255)
textPrimary
#000000
rgb(0, 0, 0)
link
#605668
rgb(96, 86, 104)

Typography

Each font links to its Google Fonts page where available.

primary
Zepto Norms
Zepto Norms Google Fonts →
heading
Zepto Norms
Zepto Norms Google Fonts →
Zepto Norms, system-ui, sans-serif
Not found on Google Fonts? Agent Instructions that you can follow if you have permission to use the fonts:

CharacterQuilt.com suggests this flow that can help:

1. Open the company's homepage in a browser with DevTools open.
2. In the Network tab, filter by "Font" (or by extension: woff2, woff, ttf, otf).
3. Hard-reload the page and click around (pricing, blog, careers) — some weights only load on specific routes.
4. For each captured font URL: right-click → Save As to download the file locally.
5. View the page's CSS (DevTools → Sources, or curl the stylesheet URLs) and copy out the matching @font-face declarations. Rewrite each `src: url(...)` to point to your local file path.

Programmatic alternative: load the URL with Playwright or Puppeteer, listen for `response` events whose `Content-Type` starts with `font/`, and write the body to disk. The CSS extraction step is the same.

Only do this if you have permission to use the brand assets — most proprietary fonts are licensed and may not be redistributable.

Visual Assets

Zepto logo
Logo
Zepto favicon
Favicon
Zepto social image
Social Card

UI Components

Live previews rendered using Zepto's actual button styles.

buttonPrimary
background #FFFFFF textColor #F9105E borderColor #F9105E borderRadius 8px shadow rgb(249, 16, 94) 1px 1px 0px 0px

Brand Personality

Tone: modern Energy: high Audience: urban consumers in India

Zepto Brand in the Wild

Real-world brand assets — ads, campaigns, and marketing materials.

Frequently Asked Questions

What is Zepto's primary brand color?

Zepto's primary brand color is #F9105E. It anchors the visual identity across their website, product UI, and marketing materials.

What font does Zepto use?

Zepto uses Zepto Norms as the primary typeface across body and headings.

Does Zepto use a light or dark theme?

Zepto's primary site uses a light color scheme, with a background of #FFFFFF.

Where can I find Zepto's logo?

Zepto's logo is available directly on their site (https://www.zeptonow.com/). The current logo URL is included in the machine-readable JSON profile linked above.

How was this brand profile generated?

This profile was extracted from https://www.zeptonow.com/ using the Firecrawl branding extraction API, which inspects the live page's CSS, fonts, color tokens, and component styles. It is not affiliated with or endorsed by Zepto.

Methodology

Brand data on this page was extracted from https://www.zeptonow.com/ on using the Firecrawl branding extraction API, which inspects each site's live CSS, font network requests, color tokens, and component styles. Brand-in-the-wild images were sourced via Google Image Search restricted to ad/webinar/report queries and link out to their original third-party publishers; we link to the source rather than re-hosting third-party content. This page is published by CharacterQuilt and is not affiliated with or endorsed by Zepto.

Machine-Readable Profile

Direct endpoints for agents, designers, and tooling. No login or auth required.

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Zepto Norms",
      "role": "unknown"
    }
  ],
  "colors": {
    "primary": "#F9105E",
    "accent": "#F9105E",
    "background": "#FFFFFF",
    "textPrimary": "#000000",
    "link": "#605668"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Zepto Norms",
      "heading": "Zepto Norms"
    },
    "fontStacks": {
      "heading": [
        "Zepto Norms",
        "system-ui",
        "sans-serif"
      ],
      "body": [
        "Zepto Norms",
        "system-ui",
        "sans-serif"
      ],
      "paragraph": [
        "Zepto Norms",
        "system-ui",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "16px",
      "h2": "20px",
      "body": "14px"
    }
  },
  "spacing": {
    "baseUnit": 8,
    "borderRadius": "0px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#FFFFFF",
      "textColor": "#F9105E",
      "borderColor": "#F9105E",
      "borderRadius": "8px",
      "borderRadiusCorners": {
        "topLeft": "8px",
        "topRight": "8px",
        "bottomRight": "8px",
        "bottomLeft": "8px"
      },
      "shadow": "rgb(249, 16, 94) 1px 1px 0px 0px"
    }
  },
  "images": {
    "logo": "https://cdn.zeptonow.com/web-static-assets-prod/artifacts/15.12.0/images/header/primary-logo.svg",
    "favicon": "https://www.zepto.com/favicon.ico",
    "ogImage": "https://cdn.zeptonow.com/web-static-assets-prod/artifacts/15.12.0/favicon.png",
    "logoHref": "/",
    "logoAlt": "Zepto Home"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is visible, located in the header, links to the homepage, and matches the brand name 'Zepto'.",
    "confidence": 0.95,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 2,
      "text": "ADD",
      "reasoning": "Button #2 has a vibrant text color (#F9105E) that matches the brand's primary color, making it stand out as the main call-to-action."
    },
    "secondary": {
      "index": 0,
      "text": "Get it on play store",
      "reasoning": "Button #0 is a secondary action with a neutral background and border, suitable for a less prominent CTA."
    },
    "confidence": 0.9
  },
  "personality": {
    "tone": "modern",
    "energy": "high",
    "targetAudience": "urban consumers in India"
  },
  "designSystem": {
    "framework": "tailwind",
    "componentLibrary": ""
  },
  "confidence": {
    "buttons": 0.9,
    "colors": 0.9,
    "overall": 0.9
  },
  "__llm_metadata": {
    "logoSelection": {
      "llmCalled": true,
      "llmSucceeded": true,
      "finalSource": "llm",
      "rawLogoSelection": {
        "selectedLogoIndex": 0,
        "selectedLogoReasoning": "Selected #0 because it is visible, located in the header, links to the homepage, and matches the brand name 'Zepto'.",
        "confidence": 0.95
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles