Home · Branding · Guru

Guru Brand Identity

A complete profile of Guru's visual system — colors, typography, components, and personality — extracted from https://www.getguru.com/?ref=startups.gallery. Built for designers, agents, and AI tools.

Download JSON
Primary
#242C38
Accent
#56D886
Body Font
Poppins
Heading
Poppins

Color Palette

Brand palette extracted from https://www.getguru.com/?ref=startups.gallery.

primary
#242C38
rgb(36, 44, 56)
secondary
#D8FBDE
rgb(216, 251, 222)
accent
#56D886
rgb(86, 216, 134)
background
#FFFFFF
rgb(255, 255, 255)
textPrimary
#090B0E
rgb(9, 11, 14)
link
#56D886
rgb(86, 216, 134)

Typography

Each font links to its Google Fonts page where available.

primary
Poppins
heading
Poppins
Poppins, 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

Guru logo
Logo
Guru favicon
Favicon
Guru social image
Social Card

UI Components

Live previews rendered using Guru's actual button styles.

buttonPrimary
background #56D886 textColor #090B0E borderRadius 144px shadow rgba(9, 11, 14, 0.16) 0px 4.5px 9px 0px
buttonSecondary
background #090B0E textColor #C0C5CC borderRadius 144px shadow rgba(9, 11, 14, 0) 0px 0px 0px 0px

Brand Personality

Tone: professional Energy: medium Audience: enterprise businesses

Guru Brand in the Wild

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

Frequently Asked Questions

What is Guru's primary brand color?

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

What accent color does Guru use?

Guru uses #56D886 as an accent color, typically applied to interactive elements like links, buttons, and call-to-action emphasis.

What font does Guru use?

Guru uses Poppins as the primary typeface across body and headings.

Does Guru use a light or dark theme?

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

Where can I find Guru's logo?

Guru's logo is available directly on their site (https://www.getguru.com/?ref=startups.gallery). 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.getguru.com/?ref=startups.gallery 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 Guru.

Methodology

Brand data on this page was extracted from https://www.getguru.com/?ref=startups.gallery 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 Guru.

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Poppins",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#242C38",
    "secondary": "#D8FBDE",
    "accent": "#56D886",
    "background": "#FFFFFF",
    "textPrimary": "#090B0E",
    "link": "#56D886"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Poppins",
      "heading": "Poppins"
    },
    "fontStacks": {
      "heading": [
        "Poppins",
        "sans-serif"
      ],
      "body": [
        "Poppins",
        "sans-serif"
      ],
      "paragraph": [
        "Poppins",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "97.2px",
      "h2": "97.2px",
      "body": "18px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "0px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#56D886",
      "textColor": "#090B0E",
      "borderRadius": "144px",
      "borderRadiusCorners": {
        "topLeft": "144px",
        "topRight": "144px",
        "bottomRight": "144px",
        "bottomLeft": "144px"
      },
      "shadow": "rgba(9, 11, 14, 0.16) 0px 4.5px 9px 0px"
    },
    "buttonSecondary": {
      "background": "#090B0E",
      "textColor": "#C0C5CC",
      "borderRadius": "144px",
      "borderRadiusCorners": {
        "topLeft": "144px",
        "topRight": "144px",
        "bottomRight": "144px",
        "bottomLeft": "144px"
      },
      "shadow": "rgba(9, 11, 14, 0) 0px 0px 0px 0px"
    }
  },
  "images": {
    "logo": "https://cdn.prod.website-files.com/5d8d029013ffd80bbb91320d/5ef1f340d1a59cdf49926d8e_Guru%20logo.svg",
    "favicon": "https://cdn.prod.website-files.com/5d8d029013ffd80bbb91320d/6216a216ddeacc2132e5b448_Guru_G_Black%20332.png",
    "ogImage": "https://cdn.prod.website-files.com/5d8d029013ffd80bbb91320d/6931c149b46c659b76ebbde5_OG_Nov-2025%402x.avif",
    "logoHref": "/?r=0",
    "logoAlt": "Guru Logo"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 1,
    "reasoning": "Selected #0 because it is visible, located in the header, and matches the brand name 'Guru'.",
    "confidence": 0.9,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Talk to sales to getGuru",
      "reasoning": "Button #0 uses the vibrant brand color #56D886 and has action-oriented text 'Talk to sales to getGuru', making it the primary CTA."
    },
    "secondary": {
      "index": 3,
      "text": "Log in",
      "reasoning": "Button #3 has a different background color (#090B0E) and serves a common secondary action 'Log in'."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "enterprise businesses"
  },
  "designSystem": {
    "framework": "custom",
    "componentLibrary": ""
  },
  "confidence": {
    "buttons": 0.95,
    "colors": 0.9,
    "overall": 0.925
  },
  "__llm_metadata": {
    "logoSelection": {
      "llmCalled": true,
      "llmSucceeded": true,
      "finalSource": "llm",
      "rawLogoSelection": {
        "selectedLogoIndex": 0,
        "selectedLogoReasoning": "Selected #0 because it is visible, located in the header, and matches the brand name 'Guru'.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles