Home · Branding · Fintual

Fintual Brand Identity

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

Download JSON
Primary
#005AD6
Accent
#0FCCCE
Body Font
Poppins
Heading
Poppins

Color Palette

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

primary
#005AD6
rgb(0, 90, 214)
accent
#0FCCCE
rgb(15, 204, 206)
background
#FFFFFF
rgb(255, 255, 255)
textPrimary
#000000
rgb(0, 0, 0)
link
#0FCCCE
rgb(15, 204, 206)

Typography

Each font links to its Google Fonts page where available.

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

Fintual logo
Logo
Fintual favicon
Favicon
Fintual social image
Social Card

UI Components

Live previews rendered using Fintual's actual button styles.

buttonPrimary
background #005AD6 textColor #000000 borderRadius 32px shadow none
buttonSecondary
background #F3F6FA textColor #000000 borderColor #000000 borderRadius 9999px shadow none

Brand Personality

Tone: professional Energy: medium Audience: individual investors

Fintual Brand in the Wild

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

Frequently Asked Questions

What is Fintual's primary brand color?

Fintual's primary brand color is #005AD6. It anchors the visual identity across their website, product UI, and marketing materials.

What accent color does Fintual use?

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

What font does Fintual use?

Fintual uses Poppins as the primary typeface across body and headings.

Does Fintual use a light or dark theme?

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

Where can I find Fintual's logo?

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

Methodology

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

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Poppins",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#005AD6",
    "accent": "#0FCCCE",
    "background": "#FFFFFF",
    "textPrimary": "#000000",
    "link": "#0FCCCE"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Poppins",
      "heading": "Poppins"
    },
    "fontStacks": {
      "heading": [
        "Poppins",
        "sans-serif"
      ],
      "body": [
        "Poppins",
        "sans-serif"
      ],
      "paragraph": [
        "Poppins",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "21px",
      "h2": "65px",
      "body": "14px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "12px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#005AD6",
      "textColor": "#000000",
      "borderRadius": "32px",
      "borderRadiusCorners": {
        "topLeft": "32px",
        "topRight": "32px",
        "bottomRight": "32px",
        "bottomLeft": "32px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#F3F6FA",
      "textColor": "#000000",
      "borderColor": "#000000",
      "borderRadius": "9999px",
      "borderRadiusCorners": {
        "topLeft": "9999px",
        "topRight": "9999px",
        "bottomRight": "9999px",
        "bottomLeft": "9999px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "data:image/svg+xml;utf8,%3Csvg%20height%3D%2225%22%20role%3D%22img%22%20version%3D%221.1%22%20viewBox%3D%220%200%201860%20420%22%20x%3D%220px%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xml%3Aspace%3D%22preserve%22%20y%3D%220px%22%20class%3D%22Navbar_logo__GZFhp%22%20data-fc-idx%3D%220%22%3E%3Cg%3E%3Ccircle%20cx%3D%22274%22%20cy%3D%22152%22%20r%3D%22134%22%20style%3D%22fill%3A%20rgb(160%2C%20200%2C%20255)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22m274%2C152H24v250c138.1%2C0%2C250-112%2C250-250Z%22%20style%3D%22fill%3A%20rgb(0%2C%2090%2C%20214)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22m238.2%2C281.1c22.7-37.7%2C35.8-81.9%2C35.8-129.1h-134c.1%2C61.5%2C41.6%2C113.4%2C98.2%2C129.1Z%22%20style%3D%22fill%3A%20rgb(0%2C%2063%2C%20150)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22m734.48%2C96.29v-47.69h-198.48v316.4h52.14v-120.76h120.73v-45.9h-120.73v-102.04h146.34Z%22%20style%3D%22fill%3A%20rgb(40%2C%2040%2C%2040)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22m760.11%2C133.71v231.28h51.24v-231.28h-51.24Z%22%20style%3D%22fill%3A%20rgb(40%2C%2040%2C%2040)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22m1408.93%2C133.71v135.19h-.03c-1.03%2C31.58-26.96%2C56.86-58.8%2C56.86s-58.82-26.33-58.82-58.82v-133.24h-51.69v140.36c0%2C26.46%2C10.72%2C50.42%2C28.06%2C67.75%2C17.35%2C17.35%2C41.29%2C28.07%2C67.75%2C28.07%2C36.99%2C0%2C60.16-16.04%2C74.41-43.67l7.14%2C38.77h43.66v-231.28h-51.68Z%22%20style%3D%22fill%3A%20rgb(40%2C%2040%2C%2040)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22m904.48%2C364.99v-135.19h.03c1.03-31.58%2C26.96-56.86%2C58.8-56.86s58.82%2C26.33%2C58.82%2C58.82v133.23h51.69v-140.36c0-26.46-10.72-50.42-28.06-67.75-17.35-17.35-41.29-28.07-67.75-28.07-36.99%2C0-60.16%2C16.04-74.41%2C43.67l-7.14-38.77h-43.66v231.28h51.68Z%22%20style%3D%22fill%3A%20rgb(40%2C%2040%2C%2040)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22m1699.01%2C133.71l-8.02%2C44.12v-1.78c-17.38-30.31-49.47-47.24-84.22-47.24-71.3%2C0-116.75%2C51.25-116.75%2C119.87s43.67%2C120.76%2C114.08%2C120.76c41.89%2C0%2C74.41-20.04%2C86.89-51.68v47.23h51.69v-231.28h-43.68Zm-82.66%2C190.06c-41.23%2C0-74.64-33.42-74.64-74.64s33.41-74.64%2C74.64-74.64%2C74.64%2C33.41%2C74.64%2C74.64-33.42%2C74.64-74.64%2C74.64Z%22%20style%3D%22fill%3A%20rgb(40%2C%2040%2C%2040)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22m752.53%2C78.04c0-18.69%2C14.76-33.45%2C33.45-33.45s32.96%2C14.76%2C32.96%2C33.45-14.76%2C32.95-32.96%2C32.95-33.45-14.76-33.45-32.95Z%22%20style%3D%22fill%3A%20rgb(40%2C%2040%2C%2040)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22m1166.04%2C179.61h51.27v-45.9h-51.27v-67.29l-50.78%2C9.23v58.06h-36.09v45.9h36.09v134.6c0%2C28.04%2C22.73%2C50.78%2C50.78%2C50.78h51.27v-50.78h-51.27v-134.6Z%22%20style%3D%22fill%3A%20rgb(40%2C%2040%2C%2040)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22m1834.91%2C48.83v-.23s-50.78%2C9.23-50.78%2C9.23v307.15h51.01V48.6l-.23.23Z%22%20style%3D%22fill%3A%20rgb(40%2C%2040%2C%2040)%20!important%3B%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E",
    "favicon": "https://fintual.cl/f/favicon-16x16.png",
    "ogImage": "https://fintual.cl/f/og-image.png"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is visible, located in the header, and matches the brand name 'Fintual'.",
    "confidence": 0.9,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 3,
      "text": "Crear cuenta",
      "reasoning": "Button #3 has a vibrant brand color (#005AD6) and action-oriented text 'Crear cuenta', making it the primary CTA."
    },
    "secondary": {
      "index": 1,
      "text": "Empieza a invertir acá",
      "reasoning": "Button #1 has a different background color (#F3F6FA) and supports the primary action with 'Empieza a invertir acá'."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "individual investors"
  },
  "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 is visible, located in the header, and matches the brand name 'Fintual'.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles