Home · Branding · Tappity

Tappity Brand Identity

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

Download JSON
Primary
#5931EA
Accent
#290C79
Body Font
Hanken Grotesk
Heading
Hanken Grotesk

Color Palette

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

primary
#5931EA
rgb(89, 49, 234)
secondary
#DDD4FF
rgb(221, 212, 255)
accent
#290C79
rgb(41, 12, 121)
background
#FFFFFF
rgb(255, 255, 255)
textPrimary
#666666
rgb(102, 102, 102)
link
#2E0784
rgb(46, 7, 132)

Typography

Each font links to its Google Fonts page where available.

primary
Hanken Grotesk
Hanken Grotesk Google Fonts →
heading
Hanken Grotesk
Hanken Grotesk Google Fonts →
Hanken Grotesk, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, 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

Tappity logo
Logo
Tappity favicon
Favicon

UI Components

Live previews rendered using Tappity's actual button styles.

input
background #FFFFFF textColor #3B333F borderColor #FFFFFF borderRadius 12px shadow rgba(0, 0, 0, 0.15) 0px 8px 18px -3px, rgba(0, 0, 0, 0.2) 0px 4px 8px -2px
buttonPrimary
background #290C79 textColor #FFFFFF borderRadius 9999px shadow rgba(89, 49, 234, 0.2) 0px 6px 16px 0px, rgba(255, 255, 255, 0.1) 0px 1px 0px 0px inset, rgba(255, 255, 255, 0.1) 0px -2px 4px 0px inset
buttonSecondary
background #DDD4FF textColor #5931EA borderRadius 80px shadow none

Brand Personality

Tone: playful Energy: high Audience: homeschoolers and children interested in science

Tappity Brand in the Wild

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

Frequently Asked Questions

What is Tappity's primary brand color?

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

What accent color does Tappity use?

Tappity uses #290C79 as an accent color, typically applied to interactive elements like links, buttons, and call-to-action emphasis.

What font does Tappity use?

Tappity uses Hanken Grotesk as the primary typeface across body and headings.

Does Tappity use a light or dark theme?

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

Where can I find Tappity's logo?

Tappity's logo is available directly on their site (https://www.tappityapp.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.tappityapp.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 Tappity.

Methodology

Brand data on this page was extracted from https://www.tappityapp.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 Tappity.

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Hanken Grotesk",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#5931EA",
    "secondary": "#DDD4FF",
    "accent": "#290C79",
    "background": "#FFFFFF",
    "textPrimary": "#666666",
    "link": "#2E0784"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Hanken Grotesk",
      "heading": "Hanken Grotesk"
    },
    "fontStacks": {
      "heading": [
        "Hanken Grotesk",
        "system-ui",
        "-apple-system",
        "BlinkMacSystemFont",
        "Segoe UI",
        "Roboto",
        "Oxygen",
        "Ubuntu",
        "Cantarell",
        "sans-serif"
      ],
      "body": [
        "Hanken Grotesk",
        "system-ui",
        "-apple-system",
        "BlinkMacSystemFont",
        "Segoe UI",
        "Roboto",
        "Oxygen",
        "Ubuntu",
        "Cantarell",
        "sans-serif"
      ],
      "paragraph": [
        "Hanken Grotesk",
        "system-ui",
        "-apple-system",
        "BlinkMacSystemFont",
        "Segoe UI",
        "Roboto",
        "Oxygen",
        "Ubuntu",
        "Cantarell",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "64px",
      "h2": "64px",
      "body": "24.8px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "12px"
  },
  "components": {
    "input": {
      "background": "#FFFFFF",
      "textColor": "#3B333F",
      "borderColor": "#FFFFFF",
      "borderRadius": "12px",
      "borderRadiusCorners": {
        "topLeft": "12px",
        "topRight": "12px",
        "bottomRight": "12px",
        "bottomLeft": "12px"
      },
      "shadow": "rgba(0, 0, 0, 0.15) 0px 8px 18px -3px, rgba(0, 0, 0, 0.2) 0px 4px 8px -2px"
    },
    "buttonPrimary": {
      "background": "#290C79",
      "textColor": "#FFFFFF",
      "borderRadius": "9999px",
      "borderRadiusCorners": {
        "topLeft": "9999px",
        "topRight": "9999px",
        "bottomRight": "9999px",
        "bottomLeft": "9999px"
      },
      "shadow": "rgba(89, 49, 234, 0.2) 0px 6px 16px 0px, rgba(255, 255, 255, 0.1) 0px 1px 0px 0px inset, rgba(255, 255, 255, 0.1) 0px -2px 4px 0px inset"
    },
    "buttonSecondary": {
      "background": "#DDD4FF",
      "textColor": "#5931EA",
      "borderRadius": "80px",
      "borderRadiusCorners": {
        "topLeft": "80px",
        "topRight": "80px",
        "bottomRight": "80px",
        "bottomLeft": "80px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://www.tappityapp.com/tappity-science-logo-horizontal.png",
    "favicon": "https://www.tappityapp.com/favicon.png",
    "ogImage": null,
    "logoAlt": "Tappity Science"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it matches the brand name 'Tappity Science', is visible, and has a source URL indicating it's the main logo.",
    "confidence": 0.85,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 1,
      "text": "Get Started for Free",
      "reasoning": "Button #1 has vibrant brand color (#290C79), rounded design, and strong CTA text 'Get Started for Free', making it the primary call-to-action."
    },
    "secondary": {
      "index": 5,
      "text": "Learn More",
      "reasoning": "Button #5 has a different background color (#DDD4FF) and serves as a secondary action with the text 'Learn More'."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "playful",
    "energy": "high",
    "targetAudience": "homeschoolers and children interested in science"
  },
  "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 matches the brand name 'Tappity Science', is visible, and has a source URL indicating it's the main logo.",
        "confidence": 0.85
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles