Home · Branding · erad

erad Brand Identity

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

Download JSON
Primary
#1A1B2A
Accent
#00F0FF
Body Font
Inter
Heading
Inter

Color Palette

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

primary
#1A1B2A
rgb(26, 27, 42)
secondary
#3898EC
rgb(56, 152, 236)
accent
#00F0FF
rgb(0, 240, 255)
background
#000212
rgb(0, 2, 18)
textPrimary
#000212
rgb(0, 2, 18)
link
#000212
rgb(0, 2, 18)

Typography

Each font links to its Google Fonts page where available.

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

erad logo
Logo
erad favicon
Favicon
erad social image
Social Card

UI Components

Live previews rendered using erad's actual button styles.

buttonPrimary
background #00F0FF textColor #003F43 borderRadius 50px shadow none
buttonSecondary
background #FFFFFF textColor #000000 borderRadius 50px shadow none

Brand Personality

Tone: professional Energy: medium Audience: online businesses seeking capital

erad Brand in the Wild

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

Frequently Asked Questions

What is erad's primary brand color?

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

What accent color does erad use?

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

What font does erad use?

erad uses Inter as the primary typeface across body and headings.

Does erad use a light or dark theme?

erad's primary site uses a dark color scheme, with a background of #000212.

Where can I find erad's logo?

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

Methodology

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

Machine-Readable Profile

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

{
  "colorScheme": "dark",
  "fonts": [
    {
      "family": "Inter",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#1A1B2A",
    "secondary": "#3898EC",
    "accent": "#00F0FF",
    "background": "#000212",
    "textPrimary": "#000212",
    "link": "#000212"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Inter",
      "heading": "Inter"
    },
    "fontStacks": {
      "heading": [
        "Inter",
        "sans-serif"
      ],
      "body": [
        "Inter",
        "sans-serif"
      ],
      "paragraph": [
        "Inter",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "32px",
      "h2": "36px",
      "body": "14px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "8px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#00F0FF",
      "textColor": "#003F43",
      "borderRadius": "50px",
      "borderRadiusCorners": {
        "topLeft": "50px",
        "topRight": "50px",
        "bottomRight": "50px",
        "bottomLeft": "50px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#FFFFFF",
      "textColor": "#000000",
      "borderRadius": "50px",
      "borderRadiusCorners": {
        "topLeft": "50px",
        "topRight": "50px",
        "bottomRight": "50px",
        "bottomLeft": "50px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://cdn.prod.website-files.com/6564463b83e35eeb7c4339cf/656446dcd531c25c2de5b2e8_Group%2047441.png",
    "favicon": "https://cdn.prod.website-files.com/6564463b83e35eeb7c4339cf/66bafed50cb68ccf0708a087_favicon.png",
    "ogImage": "https://cdn.prod.website-files.com/6564463b83e35eeb7c4339cf/6596464ea360fb95db769c26_Thumbnail.png"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Logo rejected: Red flags detected (menu word). Selected #0 because it is visible, located in the header, and links to the homepage, which are strong indicators of the main brand logo.",
    "confidence": 0.9,
    "rejected": true,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Get Funded",
      "reasoning": "Button #0 has a vibrant blue background (#00F0FF), which is a strong indicator of a primary CTA. The text 'Get Funded' is action-oriented, making it the most likely primary button."
    },
    "secondary": {
      "index": 2,
      "text": "Get Funded",
      "reasoning": "Button #2 has a different background color (#FFFFFF) and also uses the text 'Get Funded', making it a suitable secondary option."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "online businesses seeking capital"
  },
  "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 links to the homepage, which are strong indicators of the main brand logo.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles