Home · Branding · Grey

Grey Brand Identity

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

Download JSON
Primary
#2467E3
Accent
#2467E3
Body Font
Aeonik
Heading
Aeonik

Color Palette

Brand palette extracted from https://grey.co.

primary
#2467E3
rgb(36, 103, 227)
secondary
#49546C
rgb(73, 84, 108)
accent
#2467E3
rgb(36, 103, 227)
background
#FFFFFF
rgb(255, 255, 255)
textPrimary
#1B1F28
rgb(27, 31, 40)
link
#0000EE
rgb(0, 0, 238)

Typography

Each font links to its Google Fonts page where available.

primary
Aeonik
heading
Aeonik
Aeonik, Arial, 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

Grey logo
Logo
Grey favicon
Favicon
Grey social image
Social Card

UI Components

Live previews rendered using Grey's actual button styles.

buttonPrimary
background #2467E3 textColor #FFFFFF borderRadius 12px shadow rgba(255, 255, 255, 0.3) 0px 1px 3px 0px inset, rgba(26, 26, 26, 0.1) 0px -1px 2px 0px inset
buttonSecondary
background #F0F8E5 textColor #0000EE borderRadius 0px shadow none

Brand Personality

Tone: modern Energy: medium Audience: global banking customers

Grey Brand in the Wild

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

Frequently Asked Questions

What is Grey's primary brand color?

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

What font does Grey use?

Grey uses Aeonik as the primary typeface across body and headings.

Does Grey use a light or dark theme?

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

Where can I find Grey's logo?

Grey's logo is available directly on their site (https://grey.co). 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://grey.co 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 Grey.

Methodology

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

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Aeonik",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#2467E3",
    "secondary": "#49546C",
    "accent": "#2467E3",
    "background": "#FFFFFF",
    "textPrimary": "#1B1F28",
    "link": "#0000EE"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Aeonik",
      "heading": "Aeonik"
    },
    "fontStacks": {
      "heading": [
        "Aeonik",
        "Arial",
        "sans-serif"
      ],
      "body": [
        "Aeonik",
        "Arial",
        "sans-serif"
      ],
      "paragraph": [
        "Aeonik",
        "Arial",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "80px",
      "h2": "64px",
      "body": "14px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "16px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#2467E3",
      "textColor": "#FFFFFF",
      "borderRadius": "12px",
      "borderRadiusCorners": {
        "topLeft": "12px",
        "topRight": "12px",
        "bottomRight": "12px",
        "bottomLeft": "12px"
      },
      "shadow": "rgba(255, 255, 255, 0.3) 0px 1px 3px 0px inset, rgba(26, 26, 26, 0.1) 0px -1px 2px 0px inset"
    },
    "buttonSecondary": {
      "background": "#F0F8E5",
      "textColor": "#0000EE",
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://cdn.prod.website-files.com/6360022338a81bd6fdbb1145/6563c15e45db91a91be06020_Grey%20Logo%20Lockup%20White%201.svg",
    "favicon": "https://cdn.prod.website-files.com/6360022338a81bd6fdbb1145/65f95554ca68ea95761a785e_Grey_Icon-32%20(Dark).png",
    "ogImage": "https://res.cloudinary.com/abokiafrica/image/upload/v1701096593/meta%20images/meta-web-app-home.jpg",
    "logoHref": "/",
    "logoAlt": "Grey Lockup in White"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 16,
    "reasoning": "Selected #0 because it is visible, located in the header, links to the homepage, and matches the brand's favicon and color scheme.",
    "confidence": 0.9,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Get started — it's free",
      "reasoning": "Button #0 ('Get started — it's free') uses the brand's primary color (#2467E3) and has action-oriented text, making it the main call-to-action."
    },
    "secondary": {
      "index": 1,
      "text": "Get your card",
      "reasoning": "Button #1 ('Get your card') has a different background color (#F0F8E5) and serves as a secondary action, complementing the primary CTA."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "global banking customers"
  },
  "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, links to the homepage, and matches the brand's favicon and color scheme.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles