Home · Branding · App Annie

App Annie Brand Identity

A complete profile of App Annie's visual system — colors, typography, components, and personality — extracted from https://data.ai. Built for designers, agents, and AI tools.

Download JSON
Primary
#FD1F6D
Accent
#FD1F6D
Body Font
Outfit
Heading
Outfit

Color Palette

Brand palette extracted from https://data.ai.

primary
#FD1F6D
rgb(253, 31, 109)
secondary
#0F2346
rgb(15, 35, 70)
accent
#FD1F6D
rgb(253, 31, 109)
background
#F3F5F7
rgb(243, 245, 247)
textPrimary
#111213
rgb(17, 18, 19)
link
#647188
rgb(100, 113, 136)

Typography

Each font links to its Google Fonts page where available.

primary
Outfit
heading
Outfit
Outfit, Helvetica, Arial, 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

App Annie favicon
Favicon

UI Components

Live previews rendered using App Annie's actual button styles.

input
background #FFFFFF textColor #0F2346 borderColor null borderRadius 0px shadow none
buttonPrimary
background #FD1F6D textColor #FFFFFF borderRadius 3px shadow none
buttonSecondary
background #FFFFFF textColor #23252A borderColor #E7E8EC borderRadius 6px shadow none

Brand Personality

Tone: modern Energy: medium Audience: tech-savvy professionals

App Annie Brand in the Wild

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

Frequently Asked Questions

What is App Annie's primary brand color?

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

What font does App Annie use?

App Annie uses Outfit as the primary typeface across body and headings.

Does App Annie use a light or dark theme?

App Annie's primary site uses a light color scheme, with a background of #F3F5F7.

How was this brand profile generated?

This profile was extracted from https://data.ai 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 App Annie.

Methodology

Brand data on this page was extracted from https://data.ai 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 App Annie.

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Outfit",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#FD1F6D",
    "secondary": "#0F2346",
    "accent": "#FD1F6D",
    "background": "#F3F5F7",
    "textPrimary": "#111213",
    "link": "#647188"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Outfit",
      "heading": "Outfit"
    },
    "fontStacks": {
      "heading": [
        "Outfit",
        "Helvetica",
        "Arial",
        "sans-serif"
      ],
      "body": [
        "Outfit",
        "Helvetica",
        "Arial",
        "sans-serif"
      ],
      "paragraph": [
        "Outfit",
        "Helvetica",
        "Arial",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "18px",
      "h2": "18px",
      "body": "14px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "3px"
  },
  "components": {
    "input": {
      "background": "#FFFFFF",
      "textColor": "#0F2346",
      "borderColor": null,
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    },
    "buttonPrimary": {
      "background": "#FD1F6D",
      "textColor": "#FFFFFF",
      "borderRadius": "3px",
      "borderRadiusCorners": {
        "topLeft": "3px",
        "topRight": "3px",
        "bottomRight": "3px",
        "bottomLeft": "3px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#FFFFFF",
      "textColor": "#23252A",
      "borderColor": "#E7E8EC",
      "borderRadius": "6px",
      "borderRadiusCorners": {
        "topLeft": "6px",
        "topRight": "6px",
        "bottomRight": "6px",
        "bottomLeft": "6px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "favicon": "https://www.data.ai/_next/static/images/favicon-60-48290dcbc10d7742ccbf7252e9d2072f.png",
    "ogImage": null
  },
  "__llm_logo_reasoning": {
    "selectedIndex": -1,
    "reasoning": "The candidate logo is not located in the header and does not have strong indicators of being the main brand logo. It lacks visibility and typical placement for a primary logo.",
    "confidence": 0.3,
    "rejected": true,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Log in",
      "reasoning": "Button #0 uses the brand's primary color (#FD1F6D), which is vibrant and stands out as the main call-to-action for logging in."
    },
    "secondary": {
      "index": 1,
      "text": "Create an account with",
      "reasoning": "Button #1 has a different background color (#FFFFFF) and serves as a secondary action to create an account, which is less prominent than logging in."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "tech-savvy professionals"
  },
  "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": -1,
        "selectedLogoReasoning": "The candidate logo is not located in the header and does not have strong indicators of being the main brand logo. It lacks visibility and typical placement for a primary logo.",
        "confidence": 0.3
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles