Home · Branding · Array

Array Brand Identity

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

Download JSON
Primary
#D1EEEC
Accent
#FFE400
Body Font
Archivo Regular
Heading
Archivo Medium

Color Palette

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

primary
#D1EEEC
rgb(209, 238, 236)
secondary
#FFE400
rgb(255, 228, 0)
accent
#FFE400
rgb(255, 228, 0)
background
#D1EEEC
rgb(209, 238, 236)
textPrimary
#1D1D1B
rgb(29, 29, 27)
link
#F9F3C7
rgb(249, 243, 199)

Typography

Each font links to its Google Fonts page where available.

primary
Archivo Regular
Archivo Regular Google Fonts →
heading
Archivo Medium
Archivo Medium Google Fonts →
Archivo Medium, 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

Array logo
Logo
Array favicon
Favicon
Array social image
Social Card

UI Components

Live previews rendered using Array's actual button styles.

buttonPrimary
background #FFE400 textColor #1D1D1B borderRadius 12px shadow none
buttonSecondary
background #FFFFFF textColor #1D1D1B borderRadius 12px shadow none

Brand Personality

Tone: professional Energy: medium Audience: financial services and fintech companies

Array Brand in the Wild

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

Frequently Asked Questions

What is Array's primary brand color?

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

What accent color does Array use?

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

What font does Array use?

Array uses Archivo Regular for body text and Archivo Medium for headings. Fonts were detected on https://array.com/ as part of their live design system.

Does Array use a light or dark theme?

Array's primary site uses a light color scheme, with a background of #D1EEEC.

Where can I find Array's logo?

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

Methodology

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

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Archivo Regular",
      "role": "body"
    },
    {
      "family": "Archivo Medium",
      "role": "heading"
    },
    {
      "family": "Archivo Bold",
      "role": "heading"
    },
    {
      "family": "Simula Regular",
      "role": "unknown"
    }
  ],
  "colors": {
    "primary": "#D1EEEC",
    "secondary": "#FFE400",
    "accent": "#FFE400",
    "background": "#D1EEEC",
    "textPrimary": "#1D1D1B",
    "link": "#F9F3C7"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Archivo Regular",
      "heading": "Archivo Medium"
    },
    "fontStacks": {
      "heading": [
        "Archivo Medium",
        "sans-serif"
      ],
      "body": [
        "Archivo Regular",
        "sans-serif"
      ],
      "paragraph": [
        "Simula Regular",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "75px",
      "h2": "48px",
      "body": "20px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "8px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#FFE400",
      "textColor": "#1D1D1B",
      "borderRadius": "12px",
      "borderRadiusCorners": {
        "topLeft": "12px",
        "topRight": "12px",
        "bottomRight": "12px",
        "bottomLeft": "12px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#FFFFFF",
      "textColor": "#1D1D1B",
      "borderRadius": "12px",
      "borderRadiusCorners": {
        "topLeft": "12px",
        "topRight": "12px",
        "bottomRight": "12px",
        "bottomLeft": "12px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://array.com/_app/immutable/assets/array-logo.74cfaf49.svg",
    "favicon": "https://array.com/assets/favicons/apple-touch-icon.png",
    "ogImage": "https://array.com/assets/array-featured-image.png"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 1,
    "reasoning": "Logo rejected: Red flags detected (UI icon). Selected #1 because it is visible, medium-sized, located in the header, and links to the homepage, matching the brand 'Array'.",
    "confidence": 0.95,
    "rejected": true,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Talk with an Expert",
      "reasoning": "Button #0 has a vibrant background color (#FFE400) and action-oriented text ('Talk with an Expert'), making it the primary CTA."
    },
    "secondary": {
      "index": 7,
      "text": "TALK WITH AN EXPERT",
      "reasoning": "Button #7 has a different background color (#FFFFFF) and serves as a secondary action with similar text ('TALK WITH AN EXPERT'), but less emphasis due to its color."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "financial services and fintech companies"
  },
  "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 visible, medium-sized, located in the header, and links to the homepage, matching the brand 'Array'.",
        "confidence": 0.95
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles