Home · Branding · Altur

Altur Brand Identity

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

Download JSON
Primary
#DDF7E6
Accent
#262626
Body Font
Inter
Heading
Lora

Color Palette

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

primary
#DDF7E6
rgb(221, 247, 230)
secondary
#E7F9EE
rgb(231, 249, 238)
accent
#262626
rgb(38, 38, 38)
background
#FDFDFD
rgb(253, 253, 253)
textPrimary
#262626
rgb(38, 38, 38)
link
#C7F3D7
rgb(199, 243, 215)

Typography

Each font links to its Google Fonts page where available.

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

Altur logo
Logo
Altur favicon
Favicon

UI Components

Live previews rendered using Altur's actual button styles.

buttonPrimary
background #262626 textColor #FDFDFD borderRadius 8px shadow none
buttonSecondary
background #FFFFFF textColor #262626 borderRadius 0px shadow none

Brand Personality

Tone: modern Energy: medium Audience: business professionals seeking AI solutions

Altur Brand in the Wild

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

Frequently Asked Questions

What is Altur's primary brand color?

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

What accent color does Altur use?

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

What font does Altur use?

Altur uses Inter for body text and Lora for headings. Fonts were detected on https://altur.io as part of their live design system.

Does Altur use a light or dark theme?

Altur's primary site uses a light color scheme, with a background of #FDFDFD.

Where can I find Altur's logo?

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

Methodology

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

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Inter",
      "role": "body"
    },
    {
      "family": "Lora",
      "role": "heading"
    },
    {
      "family": "Arial",
      "role": "unknown"
    }
  ],
  "colors": {
    "primary": "#DDF7E6",
    "secondary": "#E7F9EE",
    "accent": "#262626",
    "background": "#FDFDFD",
    "textPrimary": "#262626",
    "link": "#C7F3D7"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Inter",
      "heading": "Lora"
    },
    "fontStacks": {
      "heading": [
        "Lora"
      ],
      "body": [
        "Inter"
      ],
      "paragraph": [
        "Inter"
      ]
    },
    "fontSizes": {
      "h1": "64px",
      "h2": "40px",
      "body": "15px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "8px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#262626",
      "textColor": "#FDFDFD",
      "borderRadius": "8px",
      "borderRadiusCorners": {
        "topLeft": "8px",
        "topRight": "8px",
        "bottomRight": "8px",
        "bottomLeft": "8px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#FFFFFF",
      "textColor": "#262626",
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://www.altur.io/svg/logo.svg",
    "favicon": "https://www.altur.io/favicon.ico",
    "ogImage": null,
    "logoAlt": "altur"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 11,
    "reasoning": "Selected #11 because it is visible, located in the header, has a medium size, and the source URL matches the brand name 'Altur'.",
    "confidence": 0.95,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Schedule a 15-minute demo",
      "reasoning": "Button #0 is selected as the primary CTA because it has a strong action-oriented text 'Schedule a 15-minute demo' and a dark background color (#262626) that stands out against the light page background, making it more prominent."
    },
    "secondary": {
      "index": 2,
      "text": "Schedule a 15-minute demo",
      "reasoning": "Button #2 is selected as the secondary CTA because it has a different background color (#FFFFFF) compared to the primary button, and it also contains action-oriented text, making it suitable as a secondary option."
    },
    "confidence": 0.9
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "business professionals seeking AI solutions"
  },
  "designSystem": {
    "framework": "custom",
    "componentLibrary": ""
  },
  "confidence": {
    "buttons": 0.9,
    "colors": 0.9,
    "overall": 0.9
  },
  "__llm_metadata": {
    "logoSelection": {
      "llmCalled": true,
      "llmSucceeded": true,
      "finalSource": "llm",
      "rawLogoSelection": {
        "selectedLogoIndex": 11,
        "selectedLogoReasoning": "Selected #11 because it is visible, located in the header, has a medium size, and the source URL matches the brand name 'Altur'.",
        "confidence": 0.95
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles