Home · Branding · Fingo Africa

Fingo Africa Brand Identity

A complete profile of Fingo Africa's visual system — colors, typography, components, and personality — extracted from https://fingo.africa. Built for designers, agents, and AI tools.

Download JSON
Primary
#7D39F3
Accent
#D8FF00
Body Font
Archivo
Heading
Archivo Condensed

Color Palette

Brand palette extracted from https://fingo.africa.

primary
#7D39F3
rgb(125, 57, 243)
secondary
#0000EE
rgb(0, 0, 238)
accent
#D8FF00
rgb(216, 255, 0)
background
#F3F4FE
rgb(243, 244, 254)
textPrimary
#212121
rgb(33, 33, 33)
link
#D8FF00
rgb(216, 255, 0)

Typography

Each font links to its Google Fonts page where available.

primary
Archivo
heading
Archivo Condensed
Archivo Condensed Google Fonts →
Archivo Condensed, 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

Fingo Africa logo
Logo
Fingo Africa favicon
Favicon

UI Components

Live previews rendered using Fingo Africa's actual button styles.

buttonPrimary
background #D8FF00 textColor #212121 borderRadius 8px shadow none
buttonSecondary
background #FFFFFF textColor #0000EE borderColor #B18FF9 borderRadius 12px shadow none

Brand Personality

Tone: modern Energy: high Audience: young, tech-savvy Africans

Fingo Africa Brand in the Wild

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

Frequently Asked Questions

What is Fingo Africa's primary brand color?

Fingo Africa's primary brand color is #7D39F3. It anchors the visual identity across their website, product UI, and marketing materials.

What accent color does Fingo Africa use?

Fingo Africa uses #D8FF00 as an accent color, typically applied to interactive elements like links, buttons, and call-to-action emphasis.

What font does Fingo Africa use?

Fingo Africa uses Archivo for body text and Archivo Condensed for headings. Fonts were detected on https://fingo.africa as part of their live design system.

Does Fingo Africa use a light or dark theme?

Fingo Africa's primary site uses a light color scheme, with a background of #F3F4FE.

Where can I find Fingo Africa's logo?

Fingo Africa's logo is available directly on their site (https://fingo.africa). 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://fingo.africa 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 Fingo Africa.

Methodology

Brand data on this page was extracted from https://fingo.africa 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 Fingo Africa.

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Archivo Condensed",
      "role": "heading"
    },
    {
      "family": "Archivo",
      "role": "body"
    },
    {
      "family": "Greycliffcf",
      "role": "display"
    }
  ],
  "colors": {
    "primary": "#7D39F3",
    "secondary": "#0000EE",
    "accent": "#D8FF00",
    "background": "#F3F4FE",
    "textPrimary": "#212121",
    "link": "#D8FF00"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Archivo",
      "heading": "Archivo Condensed"
    },
    "fontStacks": {
      "heading": [
        "Archivo Condensed",
        "sans-serif"
      ],
      "body": [
        "Archivo Condensed",
        "sans-serif"
      ],
      "paragraph": [
        "Archivo",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "80px",
      "h2": "32px",
      "body": "26px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "8px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#D8FF00",
      "textColor": "#212121",
      "borderRadius": "8px",
      "borderRadiusCorners": {
        "topLeft": "8px",
        "topRight": "8px",
        "bottomRight": "8px",
        "bottomLeft": "8px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#FFFFFF",
      "textColor": "#0000EE",
      "borderColor": "#B18FF9",
      "borderRadius": "12px",
      "borderRadiusCorners": {
        "topLeft": "12px",
        "topRight": "12px",
        "bottomRight": "12px",
        "bottomLeft": "12px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://cdn.prod.website-files.com/63ce4a8070ce98cc346de059/63e0ffe521fa476256a6b68c_qr-fingo.png",
    "favicon": "https://cdn.prod.website-files.com/63ce4a8070ce98cc346de059/6448b213f04e256b950914e5_32x32.png",
    "ogImage": null
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 1,
    "reasoning": "Logo rejected: Red flags detected (menu word). Selected #1 because it is located in the header, links to the homepage, and matches the favicon source, indicating it is the primary brand logo.",
    "confidence": 0.9,
    "rejected": true,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Join the Tribe Now",
      "reasoning": "Button #0 has a vibrant, brand-aligned color (#D8FF00) and action-oriented text ('Join the Tribe Now'), making it the primary CTA."
    },
    "secondary": {
      "index": 3,
      "text": "Download App",
      "reasoning": "Button #3 has a different background color (#FFFFFF) and supports the primary action with a related task ('Download App')."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "modern",
    "energy": "high",
    "targetAudience": "young, tech-savvy Africans"
  },
  "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": "Selected #1 because it is located in the header, links to the homepage, and matches the favicon source, indicating it is the primary brand logo.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles