Home · Branding · Chipax

Chipax Brand Identity

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

Download JSON
Primary
#0D968B
Accent
#BDFFDD
Body Font
Satoshi
Heading
Satoshi

Color Palette

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

primary
#0D968B
rgb(13, 150, 139)
accent
#BDFFDD
rgb(189, 255, 221)
background
#FFFFFF
rgb(255, 255, 255)
textPrimary
#000000
rgb(0, 0, 0)
link
#0000EE
rgb(0, 0, 238)

Typography

Each font links to its Google Fonts page where available.

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

Chipax logo
Logo
Chipax favicon
Favicon
Chipax social image
Social Card

UI Components

Live previews rendered using Chipax's actual button styles.

buttonPrimary
background #BDFFDD textColor #0000EE borderRadius 12px shadow rgba(13, 150, 139, 0.18) 0px 0.602187px 0.602187px -1.25px, rgba(13, 150, 139, 0.16) 0px 2.28853px 2.28853px -2.5px, rgba(13, 150, 139, 0.06) 0px 10px 10px -3.75px
buttonSecondary
background #FFFFFF textColor #0000EE borderRadius 12px shadow rgba(0, 0, 0, 0) 0px 172px 48px 0px, rgba(0, 0, 0, 0.01) 0px 110px 44px 0px, rgba(0, 0, 0, 0.03) 0px 62px 37px 0px, rgba(0, 0, 0, 0.04) 0px 28px 28px 0px, rgba(0, 0, 0, 0.05) 0px 7px 15px 0px

Brand Personality

Tone: professional Energy: medium Audience: business owners and financial managers

Chipax Brand in the Wild

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

Frequently Asked Questions

What is Chipax's primary brand color?

Chipax's primary brand color is #0D968B. It anchors the visual identity across their website, product UI, and marketing materials.

What accent color does Chipax use?

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

What font does Chipax use?

Chipax uses Satoshi as the primary typeface across body and headings.

Does Chipax use a light or dark theme?

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

Where can I find Chipax's logo?

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

Methodology

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

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Satoshi",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#0D968B",
    "accent": "#BDFFDD",
    "background": "#FFFFFF",
    "textPrimary": "#000000",
    "link": "#0000EE"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Satoshi",
      "heading": "Satoshi"
    },
    "fontStacks": {
      "heading": [
        "Satoshi",
        "sans-serif"
      ],
      "body": [
        "sans-serif"
      ],
      "paragraph": [
        "Satoshi",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "80px",
      "h2": "48px",
      "body": "16px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "12px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#BDFFDD",
      "textColor": "#0000EE",
      "borderRadius": "12px",
      "borderRadiusCorners": {
        "topLeft": "12px",
        "topRight": "12px",
        "bottomRight": "12px",
        "bottomLeft": "12px"
      },
      "shadow": "rgba(13, 150, 139, 0.18) 0px 0.602187px 0.602187px -1.25px, rgba(13, 150, 139, 0.16) 0px 2.28853px 2.28853px -2.5px, rgba(13, 150, 139, 0.06) 0px 10px 10px -3.75px"
    },
    "buttonSecondary": {
      "background": "#FFFFFF",
      "textColor": "#0000EE",
      "borderRadius": "12px",
      "borderRadiusCorners": {
        "topLeft": "12px",
        "topRight": "12px",
        "bottomRight": "12px",
        "bottomLeft": "12px"
      },
      "shadow": "rgba(0, 0, 0, 0) 0px 172px 48px 0px, rgba(0, 0, 0, 0.01) 0px 110px 44px 0px, rgba(0, 0, 0, 0.03) 0px 62px 37px 0px, rgba(0, 0, 0, 0.04) 0px 28px 28px 0px, rgba(0, 0, 0, 0.05) 0px 7px 15px 0px"
    }
  },
  "images": {
    "logo": "https://framerusercontent.com/images/GfmcRZ2usRbFsGyLFmJ3BS2zMw0.png?width=309&height=64",
    "favicon": "https://framerusercontent.com/images/sSRloBzFEimVG32JaJTcOPEFbWs.png",
    "ogImage": "https://framerusercontent.com/images/Dbl6dhqSOk7hYPjrPSlGhxjdXE.png",
    "logoHref": "./"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 1,
    "reasoning": "Selected #1 because it is a medium-sized, visible logo linking to the homepage, matching the brand 'Chipax'.",
    "confidence": 0.85,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Comenzar prueba",
      "reasoning": "Button #0 has a vibrant green background (#BDFFDD) and action-oriented text 'Comenzar prueba', making it the primary CTA."
    },
    "secondary": {
      "index": 2,
      "text": "Prueba 14 días",
      "reasoning": "Button #2 has a different background color (#FFFFFF) and offers a secondary action 'Prueba 14 días', suitable as a secondary CTA."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "business owners and financial managers"
  },
  "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 a medium-sized, visible logo linking to the homepage, matching the brand 'Chipax'.",
        "confidence": 0.85
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles