Home · Branding · Cuanto

Cuanto Brand Identity

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

Download JSON
Primary
#374151
Accent
#F05A35
Body Font
Inter
Heading
Plus Jakarta Sans

Color Palette

Brand palette extracted from https://www.cuanto.app.

primary
#374151
rgb(55, 65, 81)
secondary
#0F1923
rgb(15, 25, 35)
accent
#F05A35
rgb(240, 90, 53)
background
#FFFFFF
rgb(255, 255, 255)
textPrimary
#F05A35
rgb(240, 90, 53)
link
#F05A35
rgb(240, 90, 53)

Typography

Each font links to its Google Fonts page where available.

primary
Inter
heading
Plus Jakarta Sans
Plus Jakarta Sans Google Fonts →
Plus Jakarta Sans, system-ui, 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

Cuanto logo
Logo
Cuanto favicon
Favicon
Cuanto social image
Social Card

UI Components

Live previews rendered using Cuanto's actual button styles.

buttonPrimary
background #F05A35 textColor #FFFFFF borderRadius 8px shadow none
buttonSecondary
background #0F1923 textColor #FFFFFF borderColor #FFFFFF borderRadius 8px shadow none

Brand Personality

Tone: modern Energy: high Audience: small business owners

Cuanto Brand in the Wild

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

Frequently Asked Questions

What is Cuanto's primary brand color?

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

What accent color does Cuanto use?

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

What font does Cuanto use?

Cuanto uses Inter for body text and Plus Jakarta Sans for headings. Fonts were detected on https://www.cuanto.app as part of their live design system.

Does Cuanto use a light or dark theme?

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

Where can I find Cuanto's logo?

Cuanto's logo is available directly on their site (https://www.cuanto.app). 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.cuanto.app 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 Cuanto.

Methodology

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

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Inter",
      "role": "body"
    },
    {
      "family": "Plus Jakarta Sans",
      "role": "heading"
    }
  ],
  "colors": {
    "primary": "#374151",
    "secondary": "#0F1923",
    "accent": "#F05A35",
    "background": "#FFFFFF",
    "textPrimary": "#F05A35",
    "link": "#F05A35"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Inter",
      "heading": "Plus Jakarta Sans"
    },
    "fontStacks": {
      "heading": [
        "Plus Jakarta Sans",
        "system-ui",
        "sans-serif"
      ],
      "body": [
        "Inter",
        "system-ui",
        "sans-serif"
      ],
      "paragraph": [
        "Inter",
        "system-ui",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "56px",
      "h2": "40px",
      "body": "18px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "6px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#F05A35",
      "textColor": "#FFFFFF",
      "borderRadius": "8px",
      "borderRadiusCorners": {
        "topLeft": "8px",
        "topRight": "8px",
        "bottomRight": "8px",
        "bottomLeft": "8px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#0F1923",
      "textColor": "#FFFFFF",
      "borderColor": "#FFFFFF",
      "borderRadius": "8px",
      "borderRadiusCorners": {
        "topLeft": "8px",
        "topRight": "8px",
        "bottomRight": "8px",
        "bottomLeft": "8px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://web.cuanto.app/images/logo-white.svg",
    "favicon": "https://web.cuanto.app/favicon.svg",
    "ogImage": "https://web.cuanto.app/images/og-image.png",
    "logoHref": "/en",
    "logoAlt": "Cuanto"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 1,
    "reasoning": "Selected #1 because it is visible, located in the header, matches the brand name 'Cuanto', and is of appropriate size for a primary logo.",
    "confidence": 0.9,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Sign up now!",
      "reasoning": "Button #0 'Sign up now!' is the primary CTA due to its vibrant brand color (#F05A35) and action-oriented text, making it the most prominent call-to-action on the page."
    },
    "secondary": {
      "index": 6,
      "text": "About us",
      "reasoning": "Button #2 'About us' is selected as the secondary button because it has a different background color (#0F1923) and serves a supportive role with informative text."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "modern",
    "energy": "high",
    "targetAudience": "small business owners"
  },
  "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, matches the brand name 'Cuanto', and is of appropriate size for a primary logo.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles