Home · Branding · CoinTracker

CoinTracker Brand Identity

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

Download JSON
Primary
#9B1563
Accent
#412BAD
Body Font
Inter
Heading
Cointracker Pro

Color Palette

Brand palette extracted from https://cointracker.com.

primary
#9B1563
rgb(155, 21, 99)
secondary
#B6A7F7
rgb(182, 167, 247)
accent
#412BAD
rgb(65, 43, 173)
background
#FCFCFD
rgb(252, 252, 253)
textPrimary
#7A7978
rgb(122, 121, 120)
link
#412BAD
rgb(65, 43, 173)

Typography

Each font links to its Google Fonts page where available.

primary
Inter
heading
Cointracker Pro
Cointracker Pro Google Fonts →
Cointracker Pro, Inter, ui-sans-serif, system-ui, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji
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

CoinTracker logo
Logo
CoinTracker favicon
Favicon
CoinTracker social image
Social Card

UI Components

Live previews rendered using CoinTracker's actual button styles.

buttonPrimary
background #412BAD textColor #FAFAFA borderRadius 8.8px shadow none
buttonSecondary
background transparent textColor #0A0A0A borderColor #D8D8D9 borderRadius 10px shadow rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px

Brand Personality

Tone: professional Energy: medium Audience: crypto investors and traders

CoinTracker Brand in the Wild

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

Frequently Asked Questions

What is CoinTracker's primary brand color?

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

What accent color does CoinTracker use?

CoinTracker uses #412BAD as an accent color, typically applied to interactive elements like links, buttons, and call-to-action emphasis.

What font does CoinTracker use?

CoinTracker uses Inter for body text and Cointracker Pro for headings. Fonts were detected on https://cointracker.com as part of their live design system.

Does CoinTracker use a light or dark theme?

CoinTracker's primary site uses a light color scheme, with a background of #FCFCFD.

Where can I find CoinTracker's logo?

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

Methodology

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

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Cointracker Pro",
      "role": "heading"
    },
    {
      "family": "Inter",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#9B1563",
    "secondary": "#B6A7F7",
    "accent": "#412BAD",
    "background": "#FCFCFD",
    "textPrimary": "#7A7978",
    "link": "#412BAD"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Inter",
      "heading": "Cointracker Pro"
    },
    "fontStacks": {
      "heading": [
        "Cointracker Pro",
        "Inter",
        "ui-sans-serif",
        "system-ui",
        "sans-serif",
        "Apple Color Emoji",
        "Segoe UI Emoji",
        "Segoe UI Symbol",
        "Noto Color Emoji"
      ],
      "body": [
        "Cointracker Pro",
        "Inter",
        "ui-sans-serif",
        "system-ui",
        "sans-serif",
        "Apple Color Emoji",
        "Segoe UI Emoji",
        "Segoe UI Symbol",
        "Noto Color Emoji"
      ],
      "paragraph": [
        "Cointracker Pro",
        "Inter",
        "ui-sans-serif",
        "system-ui",
        "sans-serif",
        "Apple Color Emoji",
        "Segoe UI Emoji",
        "Segoe UI Symbol",
        "Noto Color Emoji"
      ]
    },
    "fontSizes": {
      "h1": "64px",
      "h2": "44px",
      "body": "20px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "14px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#412BAD",
      "textColor": "#FAFAFA",
      "borderRadius": "8.8px",
      "borderRadiusCorners": {
        "topLeft": "8.8px",
        "topRight": "8.8px",
        "bottomRight": "8.8px",
        "bottomLeft": "8.8px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "transparent",
      "textColor": "#0A0A0A",
      "borderColor": "#D8D8D9",
      "borderRadius": "10px",
      "borderRadiusCorners": {
        "topLeft": "10px",
        "topRight": "10px",
        "bottomRight": "10px",
        "bottomLeft": "10px"
      },
      "shadow": "rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px"
    }
  },
  "images": {
    "logo": "https://cdn.sanity.io/images/kn0uy6kh/production/77ec71afa456a0658b03fbb88cebdf835b76c0fd-147x22.svg",
    "favicon": "https://cdn.cointracker.io/static/images/favicon-black.ico?v=3",
    "ogImage": "https://cdn.sanity.io/images/kn0uy6kh/production/31d6e2398a4223eaff4c80d674743306e64a71c4-2048x1153.png?auto=format&fit=max&q=75&w=1024",
    "logoHref": "/",
    "logoAlt": "CoinTracker"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 1,
    "reasoning": "Selected #1 because it is visible, located in the header, links to the homepage, and matches the brand name 'CoinTracker'.",
    "confidence": 0.95,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Start for free",
      "reasoning": "Button #0 has a vibrant brand color (#412BAD) and action-oriented text ('Start for free'), making it the primary CTA."
    },
    "secondary": {
      "index": 2,
      "text": "Start for free",
      "reasoning": "Button #2 has a transparent background with a border, making it a suitable secondary button as it contrasts with the primary button's vibrant color."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "crypto investors and traders"
  },
  "designSystem": {
    "framework": "tailwind",
    "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 visible, located in the header, links to the homepage, and matches the brand name 'CoinTracker'.",
        "confidence": 0.95
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles