Home · Branding · Aragorn AI

Aragorn AI Brand Identity

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

Download JSON
Primary
#7E22CE
Accent
#7E22CE
Body Font
Inter
Heading
Figtree

Color Palette

Brand palette extracted from https://www.aragorn.ai.

primary
#7E22CE
rgb(126, 34, 206)
accent
#7E22CE
rgb(126, 34, 206)
background
#FFFFFF
rgb(255, 255, 255)
textPrimary
#181A1E
rgb(24, 26, 30)
link
#7E22CE
rgb(126, 34, 206)

Typography

Each font links to its Google Fonts page where available.

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

Aragorn AI logo
Logo
Aragorn AI favicon
Favicon
Aragorn AI social image
Social Card

UI Components

Live previews rendered using Aragorn AI's actual button styles.

buttonPrimary
background #7E22CE textColor #FFFFFF borderColor #7E22CE borderRadius 30px shadow none
buttonSecondary
background #F9FBFF textColor #6E6C78 borderRadius 100px shadow none

Brand Personality

Tone: modern Energy: medium Audience: HR professionals and businesses looking for IT-free integrations

Aragorn AI Brand in the Wild

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

Frequently Asked Questions

What is Aragorn AI's primary brand color?

Aragorn AI's primary brand color is #7E22CE. It anchors the visual identity across their website, product UI, and marketing materials.

What font does Aragorn AI use?

Aragorn AI uses Inter for body text and Figtree for headings. Fonts were detected on https://www.aragorn.ai as part of their live design system.

Does Aragorn AI use a light or dark theme?

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

Where can I find Aragorn AI's logo?

Aragorn AI's logo is available directly on their site (https://www.aragorn.ai). 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.aragorn.ai 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 Aragorn AI.

Methodology

Brand data on this page was extracted from https://www.aragorn.ai 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 Aragorn AI.

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Inter",
      "role": "body"
    },
    {
      "family": "Figtree",
      "role": "heading"
    }
  ],
  "colors": {
    "primary": "#7E22CE",
    "accent": "#7E22CE",
    "background": "#FFFFFF",
    "textPrimary": "#181A1E",
    "link": "#7E22CE"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Inter",
      "heading": "Figtree"
    },
    "fontStacks": {
      "heading": [
        "Figtree"
      ],
      "body": [
        "Inter"
      ],
      "paragraph": [
        "Inter"
      ]
    },
    "fontSizes": {
      "h1": "48px",
      "h2": "48px",
      "body": "16px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "4px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#7E22CE",
      "textColor": "#FFFFFF",
      "borderColor": "#7E22CE",
      "borderRadius": "30px",
      "borderRadiusCorners": {
        "topLeft": "30px",
        "topRight": "30px",
        "bottomRight": "30px",
        "bottomLeft": "30px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#F9FBFF",
      "textColor": "#6E6C78",
      "borderRadius": "100px",
      "borderRadiusCorners": {
        "topLeft": "100px",
        "topRight": "100px",
        "bottomRight": "100px",
        "bottomLeft": "100px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://cdn.sanity.io/images/j27ejm9v/production/8ea0d77839edd20ff8fb18201def8be6840ce452-217x45.svg?w=170&h=35&q=80&auto=format",
    "favicon": "https://www.aragorn.ai/apple-touch-icon.png",
    "ogImage": "https://cdn.sanity.io/images/j27ejm9v/production/31776dbbd18b43dfa54b3d58f4f2441bd55f3c3f-556x313.png",
    "logoHref": "/",
    "logoAlt": "Aragorn AI"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is visible, located in the header, links to the homepage, and matches the brand name 'Aragorn'.",
    "confidence": 0.9,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 1,
      "text": "Get Started",
      "reasoning": "Button #0 'Get Started' is the primary CTA due to its vibrant brand color (#7E22CE) and action-oriented text, making it the most prominent call-to-action."
    },
    "secondary": {
      "index": 2,
      "text": "Benefit/Total Rewards",
      "reasoning": "Button #5 'Benefit/Total Rewards' is selected as secondary due to its different background color (#F9FBFF) and less prominent role, fitting the criteria for a secondary button."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "HR professionals and businesses looking for IT-free integrations"
  },
  "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": 0,
        "selectedLogoReasoning": "Selected #0 because it is visible, located in the header, links to the homepage, and matches the brand name 'Aragorn'.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles