Home · Branding · Arpio

Arpio Brand Identity

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

Download JSON
Primary
#FF4002
Accent
#FF4000
Body Font
Figtree
Heading
Inter

Color Palette

Brand palette extracted from https://arpio.io.

primary
#FF4002
rgb(255, 64, 2)
secondary
#11A2B2
rgb(17, 162, 178)
accent
#FF4000
rgb(255, 64, 0)
background
#05080F
rgb(5, 8, 15)
textPrimary
#FF4000
rgb(255, 64, 0)
link
#FF4000
rgb(255, 64, 0)

Typography

Each font links to its Google Fonts page where available.

primary
Figtree
heading
Inter
Figtree, 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

Arpio logo
Logo
Arpio favicon
Favicon
Arpio social image
Social Card

UI Components

Live previews rendered using Arpio's actual button styles.

input
background transparent textColor #393939 borderColor null borderRadius 0px shadow none
buttonPrimary
background #FF4000 textColor #FFFFFF borderColor #FF4000 borderRadius 37px shadow none
buttonSecondary
background #FFFFFF textColor #FF4000 borderColor #FF4000 borderRadius 37px shadow none

Brand Personality

Tone: modern Energy: high Audience: tech-savvy professionals

Arpio Brand in the Wild

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

Frequently Asked Questions

What is Arpio's primary brand color?

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

What accent color does Arpio use?

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

What font does Arpio use?

Arpio uses Figtree for body text and Inter for headings. Fonts were detected on https://arpio.io as part of their live design system.

Does Arpio use a light or dark theme?

Arpio's primary site uses a dark color scheme, with a background of #05080F.

Where can I find Arpio's logo?

Arpio's logo is available directly on their site (https://arpio.io). 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://arpio.io 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 Arpio.

Methodology

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

Machine-Readable Profile

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

{
  "colorScheme": "dark",
  "fonts": [
    {
      "family": "Figtree",
      "role": "body"
    },
    {
      "family": "Inter",
      "role": "heading"
    },
    {
      "family": "Open Sans",
      "role": "unknown"
    }
  ],
  "colors": {
    "primary": "#FF4002",
    "secondary": "#11A2B2",
    "accent": "#FF4000",
    "background": "#05080F",
    "textPrimary": "#FF4000",
    "link": "#FF4000"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Figtree",
      "heading": "Inter"
    },
    "fontStacks": {
      "heading": [
        "Figtree",
        "sans-serif"
      ],
      "body": [
        "Figtree",
        "sans-serif"
      ],
      "paragraph": [
        "Figtree",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "54px",
      "h2": "40px",
      "body": "22px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "23px"
  },
  "components": {
    "input": {
      "background": "transparent",
      "textColor": "#393939",
      "borderColor": null,
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    },
    "buttonPrimary": {
      "background": "#FF4000",
      "textColor": "#FFFFFF",
      "borderColor": "#FF4000",
      "borderRadius": "37px",
      "borderRadiusCorners": {
        "topLeft": "37px",
        "topRight": "37px",
        "bottomRight": "37px",
        "bottomLeft": "37px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#FFFFFF",
      "textColor": "#FF4000",
      "borderColor": "#FF4000",
      "borderRadius": "37px",
      "borderRadiusCorners": {
        "topLeft": "37px",
        "topRight": "37px",
        "bottomRight": "37px",
        "bottomLeft": "37px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://arpio.io/wp-content/uploads/2022/09/arpio-logo.svg",
    "favicon": "https://arpio.io/wp-content/uploads/2021/11/cropped-arpio-favicon-100x100.png",
    "ogImage": "https://arpio.io/wp-content/uploads/2024/10/arpio-featured-image.png",
    "logoHref": "https://arpio.io",
    "logoAlt": "Arpio"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is visible, located in the header, matches the brand name 'Arpio', and links to the homepage.",
    "confidence": 0.9,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 3,
      "text": "Request a Demo",
      "reasoning": "Button #3 'Request a Demo' uses the vibrant brand color #FF4000, which is consistent with the primary CTA style and is action-oriented."
    },
    "secondary": {
      "index": 10,
      "text": "View Full Story",
      "reasoning": "Button #10 'View Full Story' has a different background color (#FFFFFF) and serves as a secondary action with a less prominent style."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "modern",
    "energy": "high",
    "targetAudience": "tech-savvy professionals"
  },
  "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, matches the brand name 'Arpio', and links to the homepage.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles